[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" ]