cups ver. bump
This commit is contained in:
@@ -34,12 +34,10 @@ def setup():
|
||||
--enable-dbus \
|
||||
--enable-pam=yes \
|
||||
--enable-relro \
|
||||
--enable-dnssd \
|
||||
--enable-browsing \
|
||||
--enable-threads \
|
||||
--enable-raw-printing \
|
||||
--enable-avahi \
|
||||
--disable-gnutls \
|
||||
--with-tls=no \
|
||||
--disable-launchd \
|
||||
--disable-libusb \
|
||||
--with-rcdir=no \
|
||||
@@ -55,14 +53,16 @@ def setup():
|
||||
options += ' \
|
||||
--prefix=/usr \
|
||||
--enable-libusb=no \
|
||||
--disable-avahi \
|
||||
--disable-dnssd \
|
||||
--with-dnssd=no \
|
||||
--disable-gssapi \
|
||||
--disable-dbus \
|
||||
--bindir=/usr/bin32 \
|
||||
--sbindir=/usr/sbin32 \
|
||||
--libdir=/usr/lib32'
|
||||
|
||||
else:
|
||||
options += " --with-dnssd=yes"
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Common Unix Printing System</Summary>
|
||||
<Description>cups provides a portable printing layer for *nix-based operating systems.</Description>
|
||||
<Archive sha1sum="23108e0f6ca7d8caa1a6a6224f5322e21ba0a27d" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.3.3op2/cups-2.3.3op2-source.tar.gz</Archive>
|
||||
<Archive sha1sum="a5ea6e751387a27cb8a3172645754f45d2effb2a" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.4.0/cups-2.4.0-source.tar.gz</Archive>
|
||||
<!-- <Archive sha1sum="062beea95c6f8dda0a5e7eed51604e22806ffad3" type="tar" target="cups-2.2.10">http://source.pisilinux.org/1.0/cups-tr.tar</Archive> -->
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
@@ -33,17 +33,17 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- ARCH Linux patches -->
|
||||
<Patch level="1">archlinux/cups-no-export-ssllibs.patch</Patch>
|
||||
<!-- <Patch level="1">archlinux/cups-no-export-ssllibs.patch</Patch> -->
|
||||
<!-- <Patch level="1">archlinux/cups-no-gzip-man.patch</Patch> -->
|
||||
<!-- <Patch level="1">archlinux/auth-workaround-for-certain-web-browsers.patch</Patch> -->
|
||||
<Patch level="1">archlinux/guid.patch</Patch>
|
||||
<!-- <Patch level="1">archlinux/guid.patch</Patch> -->
|
||||
|
||||
<!-- Fedora patches -->
|
||||
<Patch level="1">fedora/cups-final-content-type.patch</Patch>
|
||||
<Patch level="1">fedora/cups-res_init.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/cups-hp-deviceid-oid.patch</Patch> -->
|
||||
<Patch level="1">fedora/cups-logrotate.patch</Patch>
|
||||
<Patch level="1">fedora/cups-avahi-no-threaded.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/cups-avahi-no-threaded.patch</Patch> -->
|
||||
<Patch level="1">fedora/cups-web-devices-timeout.patch</Patch>
|
||||
|
||||
<!-- Gentoo patches -->
|
||||
@@ -51,10 +51,10 @@
|
||||
<!-- <Patch >gentoo/cups-2.0.2-rename-systemd-service-files.patch</Patch> -->
|
||||
|
||||
<!-- Pisi Linux patches -->
|
||||
<Patch level="1">pisilinux/nostrip.patch</Patch>
|
||||
<!-- <Patch level="1">pisilinux/nostrip.patch</Patch> -->
|
||||
<Patch level="1">pisilinux/cups-run.patch</Patch>
|
||||
<Patch level="1">pisilinux/lib64.patch</Patch>
|
||||
<Patch level="1">pisilinux/statedir.patch</Patch>
|
||||
<!-- <Patch level="1">pisilinux/lib64.patch</Patch> -->
|
||||
<!-- <Patch level="1">pisilinux/statedir.patch</Patch> -->
|
||||
<!-- <Patch level="1">pisilinux/desktop.patch</Patch> -->
|
||||
<!-- <Patch level="1">pisilinux/auth.patch</Patch> -->
|
||||
|
||||
@@ -147,6 +147,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2021-11-30</Date>
|
||||
<Version>2.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2021-07-16</Date>
|
||||
<Version>2.3.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user