2bb4d5187c
- Introduced build configurations for graphene, gst-plugins-bad, gst-plugins-base, gstreamer, gtk4, iso-codes, jbig2dec, libepoxy, libsoup3, libtheora, libxpm, lynx, md4c, openjpeg2, poppler-data, python-attrs, python-automat, python-constantly, python-hyperlink, python-incremental, python-twisted, python-versioneer, python-zope-interface, qpdf, sdl12-compat, tinysparql, unixodbc, vmaf, xcb-util-cursor, xcb-util-image, xcb-util-renderutil, xcb-util-wm, xcb-util, xdg-utils. - Each package includes build type, dependencies, runtime requirements, and source URLs. - Added necessary post-install scripts and configurations where applicable.
76 lines
1.6 KiB
TOML
76 lines
1.6 KiB
TOML
[build]
|
|
type = "custom"
|
|
|
|
[build.flags]
|
|
keep = [
|
|
"etc/cups/cupsd.conf",
|
|
"etc/cups/snmp.conf",
|
|
"etc/cups/printers.conf",
|
|
"etc/cups/classes.conf",
|
|
"etc/cups/cups-files.conf",
|
|
"etc/cups/subscriptions.conf",
|
|
"etc/logrotate.d/cups",
|
|
"etc/pam.d/cups",
|
|
]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"acl",
|
|
"avahi",
|
|
"gnutls",
|
|
"libpaper",
|
|
"libusb",
|
|
"pam",
|
|
"git",
|
|
]
|
|
runtime = [ "acl", "avahi", "dbus", "glibc", "gnutls", "hicolor-icon-theme", "libcups", "libunwind", "libpaper", "libcxx", "pam" ]
|
|
|
|
[[manual_sources]]
|
|
file = "cups.pam"
|
|
|
|
[[manual_sources]]
|
|
file = "cupsd.initd"
|
|
|
|
[[manual_sources]]
|
|
file = "preinstall.sh"
|
|
|
|
[[manual_sources]]
|
|
file = "default-config-no-gssapi.patch"
|
|
|
|
[[manual_sources]]
|
|
file = "cups-nostrip.patch"
|
|
|
|
[[manual_sources]]
|
|
file = "cups-no-export-ssllibs.patch"
|
|
|
|
[[manual_sources]]
|
|
file = "cups.logrotate"
|
|
|
|
[package]
|
|
description = "OpenPrinting CUPS - daemon package"
|
|
homepage = "https://github.com/OpenPrinting/cups.git"
|
|
license = "Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND Zlib AND BSD-2-Clause"
|
|
name = "cups"
|
|
version = "2.4.16"
|
|
|
|
[package_dependencies.libcups]
|
|
runtime = [
|
|
"avahi",
|
|
"glibc",
|
|
"gnutls",
|
|
"sh",
|
|
"zlib-ng",
|
|
]
|
|
|
|
[[packages]]
|
|
description = "OpenPrinting CUPS - client libraries and headers"
|
|
homepage = "https://github.com/OpenPrinting/cups.git"
|
|
license = "Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND Zlib AND BSD-2-Clause"
|
|
name = "libcups"
|
|
version = "2.4.16"
|
|
|
|
[[source]]
|
|
extract_dir = "cups"
|
|
url = "https://github.com/OpenPrinting/cups.git#v$version"
|
|
patches = [ "cups-no-export-ssllibs.patch", "default-config-no-gssapi.patch", "cups-nostrip.patch" ]
|