pspec.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM 'http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
  3. <PISI>
  4. <Source>
  5. <Name>system-config-printer</Name>
  6. <Homepage>http://cyberelk.net/tim/software/system-config-printer</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>A printer administration tool</Summary>
  14. <Description>system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.</Description>
  15. <Archive sha1sum="d6233bfb6bec095cff4caf9516ed9c3fd358bdbd" type="targz">https://github.com/zdohnal/system-config-printer/archive/v1.5.9.tar.gz</Archive>
  16. <AdditionalFiles>
  17. <AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
  18. </AdditionalFiles>
  19. <BuildDependencies>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>util-linux</Dependency>
  22. <Dependency>xmlto</Dependency>
  23. <Dependency>libxslt-devel</Dependency>
  24. <Dependency>intltool</Dependency>
  25. <Dependency>python3-devel</Dependency>
  26. <Dependency>cups-devel</Dependency>
  27. <Dependency>eudev-devel</Dependency>
  28. <Dependency>glib2-devel</Dependency>
  29. <Dependency>libusb-devel</Dependency>
  30. <Dependency>gettext-devel</Dependency>
  31. <Dependency>desktop-file-utils</Dependency>
  32. <Dependency>dbus-glib-devel</Dependency>
  33. </BuildDependencies>
  34. <Patches>
  35. <!-- Replace emblem-default by dialog-ok -->
  36. <Patch level="1">fix-icon.patch</Patch>
  37. <!--make it actually work without libgnome-keyring -->
  38. <Patch>pass_libgnome_keyring_missing.diff</Patch>
  39. </Patches>
  40. </Source>
  41. <Package>
  42. <Name>system-config-printer</Name>
  43. <RuntimeDependencies>
  44. <Dependency>eudev</Dependency>
  45. <Dependency>glib2</Dependency>
  46. <Dependency>libusb</Dependency>
  47. <Dependency>libgnome-keyring</Dependency>
  48. <Dependency>python3-cups</Dependency>
  49. <Dependency>python-smbc</Dependency>
  50. <Dependency>dbus-python3</Dependency>
  51. <Dependency>python3-pygobject3</Dependency>
  52. <Dependency>cups</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="library">/usr/lib</Path>
  56. <Path fileType="config">/etc/dbus-1</Path>
  57. <Path fileType="data">/etc/cupshelpers</Path>
  58. <Path fileType="doc">/usr/share/doc</Path>
  59. <Path fileType="data">/lib/udev/rules.d</Path>
  60. <Path fileType="data">/usr/share/dbus-1</Path>
  61. <Path fileType="data">/usr/share/system-config-printer/debug.py</Path>
  62. <Path fileType="data">/usr/share/appdata/system-config-printer.appdata.xml</Path>
  63. <Path fileType="data">/usr/share/system-config-printer/smburi.py</Path>
  64. <Path fileType="data">/usr/share/system-config-printer/config.py</Path>
  65. <Path fileType="data">/usr/share/system-config-printer/ppdippstr.py</Path>
  66. <Path fileType="library">/lib/systemd/system/configure-printer@.service</Path>
  67. <Path fileType="data">/run/udev-configure-printer</Path>
  68. <Path fileType="executable">/lib/udev</Path>
  69. <Path fileType="executable">/usr/libexec</Path>
  70. <Path fileType="config">/usr/lib/tmpfiles.d/system-config-printer.conf</Path>
  71. </Files>
  72. <AdditionalFiles>
  73. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/system-config-printer.conf">tmpfiles.conf</AdditionalFile>
  74. </AdditionalFiles>
  75. </Package>
  76. <Package>
  77. <Name>system-config-printer-gtk</Name>
  78. <Summary>GTK+ frontend of system-config-printer</Summary>
  79. <RuntimeDependencies>
  80. <Dependency>python-gtk</Dependency>
  81. <Dependency>notify-python</Dependency>
  82. <Dependency>python-pygobject</Dependency>
  83. <Dependency>python-pygobject3</Dependency>
  84. <Dependency>system-config-printer</Dependency>
  85. </RuntimeDependencies>
  86. <Files>
  87. <Path fileType="doc">/usr/share/man</Path>
  88. <Path fileType="data">/usr/share/system-config-printer</Path>
  89. <Path fileType="data">/etc/xdg/autostart</Path>
  90. <Path fileType="data">/usr/share/applications</Path>
  91. <Path fileType="executable">/usr/bin</Path>
  92. <Path fileType="localedata">/usr/share/locale</Path>
  93. </Files>
  94. </Package>
  95. <History>
  96. <Update release="5">
  97. <Date>2017-12-15</Date>
  98. <Version>1.5.9</Version>
  99. <Comment>Version bump</Comment>
  100. <Name>Ayhan Yalçınsoy</Name>
  101. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  102. </Update>
  103. <Update release="4">
  104. <Date>2017-03-01</Date>
  105. <Version>1.5.7</Version>
  106. <Comment>Rebuild for new toolchain.</Comment>
  107. <Name>Pisi Linux Community</Name>
  108. <Email>admin@pisilinux.org</Email>
  109. </Update>
  110. <Update release="3">
  111. <Date>2016-06-09</Date>
  112. <Version>1.5.7</Version>
  113. <Comment>Release Bump</Comment>
  114. <Name>Pisi Linux Community</Name>
  115. <Email>admin@pisilinux.org</Email>
  116. </Update>
  117. <Update release="2">
  118. <Date>2016-05-25</Date>
  119. <Version>1.5.7</Version>
  120. <Comment>Release bump</Comment>
  121. <Name>Alihan Öztürk</Name>
  122. <Email>alihan@pisilinux.org</Email>
  123. </Update>
  124. <Update release="1">
  125. <Date>2016-05-08</Date>
  126. <Version>1.5.7</Version>
  127. <Comment>First release</Comment>
  128. <Name>Alihan Öztürk</Name>
  129. <Email>alihan@pisilinux.org</Email>
  130. </Update>
  131. </History>
  132. </PISI>