pspec.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hplip</Name>
  6. <Homepage>http://hplip.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <License>GPL2</License>
  13. <Icon>hplip</Icon>
  14. <Summary>HP Linux Imaging and Printing System</Summary>
  15. <Description>HP Linux Imaging and Printing (HPLIP) System includes printer and scanner drivers and related service tools.</Description>
  16. <Archive sha1sum="7790ac35acb5b703b19715b08b49031f090d2bed" type="targz">mirrors://sourceforge/hplip/hplip-3.24.4.tar.gz</Archive>
  17. <AdditionalFiles>
  18. <!-- PPD patcher -->
  19. <AdditionalFile permission="0755" target="patch-ppds">patch-ppds.sh</AdditionalFile>
  20. <AdditionalFile permission="0755" target="copy-deviceids">fedora/copy-deviceids.py</AdditionalFile>
  21. <!-- PPD patches -->
  22. <AdditionalFile target="ppd-patches/001-hplip-deviceIDs-ppd.patch">fedora/hplip-deviceIDs-ppd.patch</AdditionalFile>
  23. <AdditionalFile target="ppd-patches/002-hplip-ppd-ImageableArea.patch">fedora/hplip-ppd-ImageableArea.patch</AdditionalFile>
  24. </AdditionalFiles>
  25. <BuildDependencies>
  26. <Dependency>zlib-devel</Dependency>
  27. <Dependency>libjpeg-turbo-devel</Dependency>
  28. <Dependency>foomatic-db</Dependency>
  29. <Dependency>rpcbind</Dependency>
  30. <Dependency>net-snmp-devel</Dependency>
  31. <Dependency>sane-backends-devel</Dependency>
  32. <Dependency>cups-devel</Dependency>
  33. <Dependency>python3-devel</Dependency>
  34. <Dependency>python-devel</Dependency>
  35. <Dependency>libusb-devel</Dependency>
  36. <Dependency>dbus-devel</Dependency>
  37. <Dependency>openssl-devel</Dependency>
  38. <Dependency>desktop-file-utils</Dependency>
  39. <Dependency>avahi-devel</Dependency>
  40. <Dependency>python-reportlab</Dependency>
  41. <Dependency>libxcrypt-devel</Dependency>
  42. <Dependency>python-pillow-devel</Dependency>
  43. <!-- <Dependency>python-qt5-devel</Dependency> -->
  44. </BuildDependencies>
  45. <Patches>
  46. <Patch level="1">fedora/hplip-avahi-parsing.patch</Patch>
  47. <Patch level="1">fedora/hplip-bad-low-ink-warning.patch</Patch>
  48. <Patch level="1">fedora/hplip-check-cups.patch</Patch>
  49. <Patch level="1">fedora/hplip-clear-old-state-reasons.patch</Patch>
  50. <!-- <Patch level="1">fedora/hplip-colorlaserjet-mfp-m278-m281.patch</Patch> -->
  51. <Patch level="1">fedora/hplip-device-reconnected.patch</Patch>
  52. <!-- <Patch level="1">fedora/hplip-deviceIDs-drv.patch</Patch> -->
  53. <Patch level="1">fedora/hplip-dj990c-margin.patch</Patch>
  54. <Patch level="1">fedora/hplip-3165-sourceoption.patch</Patch>
  55. <Patch level="1">fedora/hplip-hpcups-sigpipe.patch</Patch>
  56. <Patch level="1">fedora/hplip-hpijs-marker-supply.patch</Patch>
  57. <!-- <Patch level="1">fedora/hplip-jpeg-compression.patch</Patch> -->
  58. <!-- <Patch level="1">fedora/hplip-lineart.patch</Patch> -->
  59. <Patch level="1">fedora/hplip-log-stderr.patch</Patch>
  60. <!-- <Patch level="1">fedora/hplip-logdir.patch</Patch> -->
  61. <Patch level="1">fedora/hplip-no-asm.patch</Patch>
  62. <Patch level="1">fedora/hplip-no-write-bytecode.patch</Patch>
  63. <!-- <Patch level="1">fedora/hplip-noernie.patch</Patch> -->
  64. <!-- The pstotiff filter is rubbish so replace it -->
  65. <Patch level="1">fedora/hplip-pstotiff-is-rubbish.patch</Patch>
  66. <Patch level="1">fedora/hplip-retry-open.patch</Patch>
  67. <Patch level="1">fedora/hplip-scan-tmp.patch</Patch>
  68. <Patch level="1">fedora/hplip-silence-ioerror.patch</Patch>
  69. <Patch level="1">fedora/hplip-snmp-quirks.patch</Patch>
  70. <Patch level="1">fedora/hplip-strncpy.patch</Patch>
  71. <Patch level="1">fedora/hplip-typo.patch</Patch>
  72. <Patch level="1">fedora/hplip-udev-rules.patch</Patch>
  73. <Patch level="1">fedora/hplip-strstr-const.patch</Patch>
  74. <!-- Make utils.checkPyQtImport() look for the gui sub-package -->
  75. <Patch level="1">fedora/hplip-ui-optional.patch</Patch>
  76. <!-- Make sure to avoid handwritten asm -->
  77. <!-- PisiLinuX patches -->
  78. <Patch level="1">pisilinux/desktop-i18n.patch</Patch>
  79. <Patch level="0">pisilinux/desktop-i18n-1.patch</Patch>
  80. <!-- <Patch level="1">pisilinux/add-pisilinux-support.patch</Patch> -->
  81. <Patch level="1">pisilinux/fix-polkit-directory.patch</Patch>
  82. <!-- Suppress module warnings when the command is run as root -->
  83. <Patch level="1">pisilinux/suppress-module-warnings.patch</Patch>
  84. <!-- Consume session parameter from systray as it avoids startup -->
  85. <Patch level="1">pisilinux/hp-systray-consume-session-param.patch</Patch>
  86. <Patch level="1">Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch</Patch>
  87. <Patch level="1">0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch</Patch>
  88. <Patch level="1">Re-add-drivers-missing-from-3.19.1.patch</Patch>
  89. <Patch level="1">reproducible-gzip.patch</Patch>
  90. <!-- <Patch level="1">fix-Werror-format-security.patch</Patch> -->
  91. </Patches>
  92. </Source>
  93. <Package>
  94. <Name>hplip</Name>
  95. <IsA>app:console</IsA>
  96. <IsA>library</IsA>
  97. <IsA>driver</IsA>
  98. <RuntimeDependencies>
  99. <Dependency>wget</Dependency>
  100. <Dependency>zlib</Dependency>
  101. <Dependency>libjpeg-turbo</Dependency>
  102. <Dependency>net-snmp</Dependency>
  103. <Dependency>foomatic-db</Dependency>
  104. <Dependency>foomatic-db-engine</Dependency>
  105. <Dependency>sane-backends</Dependency>
  106. <Dependency>sane-frontends</Dependency>
  107. <Dependency>cups</Dependency>
  108. <Dependency>dbus</Dependency>
  109. <Dependency>libgcc</Dependency>
  110. <Dependency>libusb</Dependency>
  111. <Dependency>openssl</Dependency>
  112. <Dependency>avahi</Dependency>
  113. <Dependency>avahi-libs</Dependency>
  114. <Dependency>python-pillow</Dependency>
  115. <Dependency>python-reportlab</Dependency>
  116. <!-- <Dependency>usb-modeswitch</Dependency> -->
  117. </RuntimeDependencies>
  118. <Files>
  119. <Path fileType="data">/etc/sane.d/dll.d</Path>
  120. <Path fileType="config">/etc/hp/hplip.conf</Path>
  121. <Path fileType="executable">/usr/bin</Path>
  122. <Path fileType="executable">/usr/lib/cups/backend</Path>
  123. <Path fileType="executable">/usr/lib/cups/filter</Path>
  124. <Path fileType="library">/usr/lib</Path>
  125. <Path fileType="data">/var/lib/hp</Path>
  126. <Path fileType="data">/usr/share/cups</Path>
  127. <Path fileType="data">/usr/share/hplip</Path>
  128. <Path fileType="data">/usr/share/dbus-1</Path>
  129. <Path fileType="data">/usr/share/PolicyKit</Path>
  130. <Path fileType="data">/usr/share/hplip/prnt/plugins</Path>
  131. <Path fileType="data">/var/log/hp</Path>
  132. <Path fileType="data">/lib/udev/rules.d</Path>
  133. <Path fileType="config">/etc/cron.daily/</Path>
  134. </Files>
  135. <AdditionalFiles>
  136. <AdditionalFile owner="root" permission="0755" target="/usr/bin/hpcups-update-ppds">fedora/hpcups-update-ppds.sh</AdditionalFile>
  137. <AdditionalFile owner="root" permission="0644" target="/etc/sane.d/dll.d/hpaio">hpaio</AdditionalFile>
  138. <AdditionalFile owner="root" permission="0644" target="/usr/share/hplip/data/localization/hplip_tr.qm">hplip_tr.qm</AdditionalFile>
  139. </AdditionalFiles>
  140. <Provides>
  141. <COMAR script="package.py">System.Package</COMAR>
  142. </Provides>
  143. </Package>
  144. <Package>
  145. <Name>hplip-gui</Name>
  146. <Icon>hplip</Icon>
  147. <IsA>app:gui</IsA>
  148. <Summary>A set of useful utilities written in Qt for managing HP devices</Summary>
  149. <RuntimeDependencies>
  150. <Dependency release="current">hplip</Dependency>
  151. <!-- <Dependency>python-reportlab</Dependency> -->
  152. <Dependency>python-pygobject</Dependency>
  153. <Dependency>python-qt5</Dependency>
  154. </RuntimeDependencies>
  155. <Files>
  156. <Path fileType="executable">/usr/bin/hp-toolbox</Path>
  157. <Path fileType="executable">/usr/bin/hp-systray</Path>
  158. <Path fileType="executable">/usr/bin/hp-print</Path>
  159. <Path fileType="data">/usr/share/hplip/toolbox.py</Path>
  160. <Path fileType="data">/usr/share/hplip/systray.py</Path>
  161. <Path fileType="data">/usr/share/hplip/print.py</Path>
  162. <Path fileType="data">/etc/xdg/autostart</Path>
  163. <Path fileType="data">/usr/share/applications/*.desktop</Path>
  164. <Path fileType="data">/usr/share/hplip/data/images</Path>
  165. <Path fileType="data">/usr/share/hplip/plugins</Path>
  166. <Path fileType="data">/usr/share/hplip/ui4</Path>
  167. <Path fileType="data">/usr/share/pixmaps</Path>
  168. </Files>
  169. <AdditionalFiles>
  170. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/hplip.png">hplip.png</AdditionalFile>
  171. </AdditionalFiles>
  172. </Package>
  173. <Package>
  174. <Name>hplip-docs</Name>
  175. <IsA>data:doc</IsA>
  176. <Summary>Documentation files for HPLIP</Summary>
  177. <RuntimeDependencies>
  178. <Dependency release="current">hplip</Dependency>
  179. </RuntimeDependencies>
  180. <Files>
  181. <Path fileType="doc">/usr/share/doc</Path>
  182. </Files>
  183. </Package>
  184. <History>
  185. <Update release="19">
  186. <Date>2024-12-24</Date>
  187. <Version>3.24.4</Version>
  188. <Comment>Version bump.</Comment>
  189. <Name>Pisi Linux Community</Name>
  190. <Email>admin@pisilinux.org</Email>
  191. </Update>
  192. <Update release="18">
  193. <Date>2023-12-01</Date>
  194. <Version>3.23.12</Version>
  195. <Comment>Version bump.</Comment>
  196. <Name>Mustafa Cinasal</Name>
  197. <Email>muscnsl@gmail.com</Email>
  198. </Update>
  199. <Update release="17">
  200. <Date>2023-11-03</Date>
  201. <Version>3.23.8</Version>
  202. <Comment>Version bump.</Comment>
  203. <Name>Mustafa Cinasal</Name>
  204. <Email>muscnsl@gmail.com</Email>
  205. </Update>
  206. <Update release="16">
  207. <Date>2023-04-07</Date>
  208. <Version>3.23.3</Version>
  209. <Comment>Version bump.</Comment>
  210. <Name>Mustafa Cinasal</Name>
  211. <Email>muscnsl@gmail.com</Email>
  212. </Update>
  213. <Update release="15">
  214. <Date>2022-12-04</Date>
  215. <Version>3.22.10</Version>
  216. <Comment>Rebuild</Comment>
  217. <Name>Kamil Atlı</Name>
  218. <Email>suvari@pisilinux.org</Email>
  219. </Update>
  220. <Update release="14">
  221. <Date>2022-08-06</Date>
  222. <Version>3.22.6</Version>
  223. <Comment>Rebuild</Comment>
  224. <Name>Mustafa Cinasal</Name>
  225. <Email>muscnsl@gmail.com</Email>
  226. </Update>
  227. <Update release="13">
  228. <Date>2022-07-02</Date>
  229. <Version>3.22.6</Version>
  230. <Comment>Version bump.</Comment>
  231. <Name>Mustafa Cinasal</Name>
  232. <Email>muscnsl@gmail.com</Email>
  233. </Update>
  234. <Update release="12">
  235. <Date>2022-05-28</Date>
  236. <Version>3.22.4</Version>
  237. <Comment>Version bump</Comment>
  238. <Name>Kamil Atlı</Name>
  239. <Email>suvari@pisilinux.org</Email>
  240. </Update>
  241. <Update release="11">
  242. <Date>2022-03-12</Date>
  243. <Version>3.22.2</Version>
  244. <Comment>Version bump</Comment>
  245. <Name>Kamil Atlı</Name>
  246. <Email>suvari@pisilinux.org</Email>
  247. </Update>
  248. <Update release="10">
  249. <Date>2021-04-26</Date>
  250. <Version>3.21.2</Version>
  251. <Comment>Version bump</Comment>
  252. <Name>Kamil Atlı</Name>
  253. <Email>suvari@pisilinux.org</Email>
  254. </Update>
  255. <Update release="9">
  256. <Date>2020-03-10</Date>
  257. <Version>3.18.4</Version>
  258. <Comment>Rebuild New T.</Comment>
  259. <Name>Mustafa Cinasal</Name>
  260. <Email>muscnsl@gmail.com</Email>
  261. </Update>
  262. <Update release="8">
  263. <Date>2018-09-01</Date>
  264. <Version>3.18.4</Version>
  265. <Comment>Rebuild New T.</Comment>
  266. <Name>Mustafa Cinasal</Name>
  267. <Email>muscnsl@gmail.com</Email>
  268. </Update>
  269. <Update release="7">
  270. <Date>2018-05-09</Date>
  271. <Version>3.18.4</Version>
  272. <Comment>Version Bump</Comment>
  273. <Name>Mustafa Cinasal</Name>
  274. <Email>muscnsl@gmail.com</Email>
  275. </Update>
  276. <Update release="6">
  277. <Date>2018-05-09</Date>
  278. <Version>3.17.11</Version>
  279. <Comment>Version Bump</Comment>
  280. <Name>Mustafa Cinasal</Name>
  281. <Email>muscnsl@gmail.com</Email>
  282. </Update>
  283. <Update release="5">
  284. <Date>2018-02-15</Date>
  285. <Version>3.17.11</Version>
  286. <Comment>Version Bump</Comment>
  287. <Name>Mustafa Cinasal</Name>
  288. <Email>muscnsl@gmail.com</Email>
  289. </Update>
  290. <Update release="4">
  291. <Date>2017-04-09</Date>
  292. <Version>3.16.11</Version>
  293. <Comment>Version Bump</Comment>
  294. <Name>Kamil Atlı</Name>
  295. <Email>suvari@pisilinux.org</Email>
  296. </Update>
  297. <Update release="3">
  298. <Date>2016-06-09</Date>
  299. <Version>3.16.5</Version>
  300. <Comment>Release Bump</Comment>
  301. <Name>Pisi Linux Community</Name>
  302. <Email>admin@pisilinux.org</Email>
  303. </Update>
  304. <Update release="2">
  305. <Date>2016-05-09</Date>
  306. <Version>3.16.5</Version>
  307. <Comment>Version bump</Comment>
  308. <Name>Kamil Atlı</Name>
  309. <Email>suvari@pisilinux.org</Email>
  310. </Update>
  311. <Update release="1">
  312. <Date>2016-05-08</Date>
  313. <Version>3.15.11</Version>
  314. <Comment>First release</Comment>
  315. <Name>Alihan Öztürk</Name>
  316. <Email>alihan@pisilinux.org</Email>
  317. </Update>
  318. </History>
  319. </PISI>