123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cups</Name>
- <Homepage>https://www.cups.org/</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>service</IsA>
- <Summary>Common Unix Printing System</Summary>
- <Description>cups provides a portable printing layer for *nix-based operating systems.</Description>
- <Archive sha1sum="a53749591c6a5d3c24f0382cccef844f3612e13c" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-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>
- <Dependency>pam-devel</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>gnutls-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>libusb-devel</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>avahi-libs</Dependency>
- <Dependency>avahi-devel</Dependency><!--not needed? -->
- <!--<Dependency>cups-filters-devel</Dependency>--><!--çember ? -->
- <Dependency>libpaper-devel</Dependency>
- <Dependency>xdg-utils</Dependency>
- <Dependency>colord-devel</Dependency>
- <Dependency>mit-kerberos-devel</Dependency>
- <Dependency versionFrom="2.71">autoconf</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- ARCH Linux patches -->
- <!-- <Patch level="1">archlinux/cups-freebind.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> -->
- <!-- Fedora patches -->
- <Patch level="1">fedora/cups-banners.patch</Patch>
- <Patch level="1">fedora/cups-direct-usb.patch</Patch>
- <Patch level="1">fedora/cups-driverd-timeout.patch</Patch>
- <Patch level="1">fedora/cups-dymo-deviceid.patch</Patch>
- <Patch level="1">fedora/cups-failover-backend.patch</Patch>
- <Patch level="1">fedora/cups-freebind.patch</Patch>
- <Patch level="1">fedora/cups-ipp-multifile.patch</Patch>
- <Patch level="1">fedora/cups-lspp.patch</Patch>
- <Patch level="1">fedora/cups-multilib.patch</Patch>
- <Patch level="1">fedora/cups-no-export-ssllibs.patch</Patch>
- <Patch level="1">fedora/cups-uri-compat.patch</Patch>
- <Patch level="1">fedora/cups-usb-paperout.patch</Patch>
- <Patch level="1">fedora/cups-web-devices-timeout.patch</Patch>
- <!-- Gentoo patches -->
- <!-- <Patch>gentoo/cups-2.2.6-fix-install-perms.patch</Patch> -->
- <!-- <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/cups-run.patch</Patch>
- <!-- <Patch level="1">pisilinux/lib64.patch</Patch> -->
- <Patch level="1">pisilinux/statedir.patch</Patch>
- <!-- <Patch level="1">pisilinux/pam.patch</Patch> -->
- <!-- <Patch level="1">pisilinux/auth.patch</Patch> -->
- <!-- Pld-linux patches -->
- <!-- <Patch>pld-linux/cups-avahi-address.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>cups</Name>
- <RuntimeDependencies>
- <Dependency>acl</Dependency>
- <Dependency>pam</Dependency>
- <Dependency>dbus</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libusb</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libpaper</Dependency>
- <Dependency>avahi</Dependency>
- <Dependency>gnutls</Dependency>
- <Dependency>e2fsprogs</Dependency>
- <Dependency>avahi-libs</Dependency>
- <Dependency>mit-kerberos</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/cups/*conf</Path>
- <Path fileType="config">/usr/lib/tmpfiles.d/cups.conf</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/var/cache/cups/rss</Path>
- <Path fileType="data">/var/spool/cups/tmp</Path>
- <Path fileType="data">/run/cups/certs</Path>
- <Path fileType="data">/var/log/cups</Path>
- <Path fileType="data">/etc</Path>
- <Path fileType="data">/lib/udev/rules.d</Path>
- <Path fileType="data">/lib/systemd/system</Path>
- <Path fileType="data">/usr/share/cups</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/cups.conf">tmpfiles.conf</AdditionalFile>
- <!-- logrotate file for CUPS logs -->
- <AdditionalFile owner="root" permission="0644" target="/etc/logrotate.d/cups">cups.logrotate</AdditionalFile>
- <!-- Generic textonly ppd from Fedora which is also used by Ubuntu -->
- <AdditionalFile owner="root" permission="0644" target="/usr/share/cups/model/textonly.ppd">fedora/textonly.ppd</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/etc/pam.d/cups">cups.pam</AdditionalFile>
- </AdditionalFiles>
- <Provides>
- <COMAR script="service.py">System.Service</COMAR>
- <COMAR script="package.py">System.Package</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>cups-devel</Name>
- <Summary>Development files for cups</Summary>
- <RuntimeDependencies>
- <Dependency>avahi-devel</Dependency>
- <Dependency>gnutls-devel</Dependency>
- <Dependency release="current">cups</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="executable">/usr/bin/cups-config</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>cups-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for cups</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>gnutls-32bit</Dependency>
- <Dependency>openssl-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>openssl-32bit</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>gnutls-32bit</Dependency>
- <Dependency release="current">cups</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/cups-config-32bit</Path>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="30">
- <Date>2024-06-13</Date>
- <Version>2.4.9</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="29">
- <Date>2024-05-23</Date>
- <Version>2.4.7</Version>
- <Comment>Revert 2.4.7</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2024-04-28</Date>
- <Version>2.4.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2023-10-23</Date>
- <Version>2.4.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2023-07-29</Date>
- <Version>2.4.6</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2023-06-23</Date>
- <Version>2.4.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2023-06-14</Date>
- <Version>2.4.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2023-06-07</Date>
- <Version>2.4.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2023-06-02</Date>
- <Version>2.4.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2022-07-05</Date>
- <Version>2.4.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2022-05-26</Date>
- <Version>2.4.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2022-05-06</Date>
- <Version>2.4.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2022-03-25</Date>
- <Version>2.4.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2021-03-14</Date>
- <Version>2.3.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2020-04-29</Date>
- <Version>2.3.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2020-01-08</Date>
- <Version>2.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2019-09-04</Date>
- <Version>2.2.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2019-06-24</Date>
- <Version>2.2.11</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2019-03-23</Date>
- <Version>2.2.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2018-12-11</Date>
- <Version>2.2.10</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2018-11-24</Date>
- <Version>2.2.9</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2018-09-10</Date>
- <Version>2.2.7</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2017-12-13</Date>
- <Version>2.2.7</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2017-12-13</Date>
- <Version>2.2.6</Version>
- <Comment>Version bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyacinsoy@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2017-07-16</Date>
- <Version>2.2.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-17</Date>
- <Version>2.2.2</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>2.1.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-25</Date>
- <Version>2.1.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-23</Date>
- <Version>2.1.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|