pspec.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>rxvt-unicode</Name>
  6. <Homepage>http://software.schmorp.de/pkg/rxvt-unicode.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Rxvt clone with XFT and Unicode support.</Summary>
  14. <Description>Rxvt-unicode is a terminal application with graphical user interface having XVT and Unicode support.</Description>
  15. <Archive sha1sum="700265a255eedf0f553cadfe5484bf71f8fb74c2" type="tarbz2">
  16. https://ftp.osuosl.org/pub/blfs/conglomeration/rxvt-unicode/rxvt-unicode-9.30.tar.bz2
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>libXt-devel</Dependency>
  20. <Dependency>libXft-devel</Dependency>
  21. <Dependency>libXmu-devel</Dependency>
  22. <Dependency>libptytty-devel</Dependency>
  23. <Dependency>fontconfig-devel</Dependency>
  24. <Dependency>libXrender-devel</Dependency>
  25. <Dependency>gdk-pixbuf-devel</Dependency>
  26. <Dependency>startup-notification-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!-- <Patch level="1">rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch</Patch> -->
  30. <Patch level="1">rxvt-unicode-9.06-font-width.patch</Patch>
  31. <!-- <Patch level="1">rxvt-unicode-9.06-no-urgency-if-focused.diff</Patch>
  32. <Patch level="1">rxvt-unicode-9.06-popups-hangs.patch</Patch>
  33. <Patch level="1">rxvt-unicode-9.09-sattvik-colours.patch</Patch>
  34. <Patch level="1">rxvt-unicode-9.14-clear.patch</Patch> -->
  35. <Patch level="1">gentables.patch</Patch>
  36. </Patches>
  37. </Source>
  38. <Package>
  39. <Name>rxvt-unicode</Name>
  40. <RuntimeDependencies>
  41. <Dependency>perl</Dependency>
  42. <Dependency>glib2</Dependency>
  43. <Dependency>libX11</Dependency>
  44. <Dependency>libXft</Dependency>
  45. <Dependency>libXmu</Dependency>
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>libptytty</Dependency>
  48. <Dependency>perl-Gtk2</Dependency>
  49. <Dependency>fontconfig</Dependency>
  50. <Dependency>gdk-pixbuf</Dependency>
  51. <Dependency>libXrender</Dependency>
  52. <Dependency>startup-notification</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="config">/etc</Path>
  56. <Path fileType="executable">/usr/bin</Path>
  57. <Path fileType="library">/usr/lib</Path>
  58. <Path fileType="config">/usr/share/terminfo</Path>
  59. <Path fileType="data">/usr/share/applications</Path>
  60. <Path fileType="man">/usr/share/man</Path>
  61. <Path fileType="doc">/usr/share/doc</Path>
  62. </Files>
  63. <AdditionalFiles>
  64. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/rxvt.desktop">rxvt.desktop</AdditionalFile>
  65. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/urxvtc.desktop">urxvtc.desktop</AdditionalFile>
  66. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/rxvt-tabbed.desktop">rxvt-tabbed.desktop</AdditionalFile>
  67. </AdditionalFiles>
  68. <Provides>
  69. <COMAR script="package.py">System.Package</COMAR>
  70. </Provides>
  71. </Package>
  72. <History>
  73. <Update release="4">
  74. <Date>2021-12-21</Date>
  75. <Version>9.30</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>PisiLinux Community</Name>
  78. <Email>admins@pisilinux.org</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2021-11-19</Date>
  82. <Version>9.26</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>PisiLinux Community</Name>
  85. <Email>admins@pisilinux.org</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2020-01-25</Date>
  89. <Version>0.9.22</Version>
  90. <Comment>Rebuild</Comment>
  91. <Name>PisiLinux Community</Name>
  92. <Email>admins@pisilinux.org</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2019-04-17</Date>
  96. <Version>0.9.22</Version>
  97. <Comment>First release</Comment>
  98. <Name>PisiLinux Community</Name>
  99. <Email>admins@pisilinux.org</Email>
  100. </Update>
  101. </History>
  102. </PISI>