pspec.xml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openmotif</Name>
  6. <Homepage>http://www.motifzone.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MOTIF</License>
  12. <IsA>library</IsA>
  13. <IsA>app</IsA>
  14. <Summary>Open Motif implementation</Summary>
  15. <Description>Freely available version of the well known Motif user interface toolkit for Open Source operating systems.</Description>
  16. <Archive sha1sum="ca9d8d67544434c5883d8d0fb684a48f8b0108bd" type="targz">mirrors://sourceforge/motif/motif-2.3.8.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libXmu-devel</Dependency>
  19. <Dependency>libXft-devel</Dependency>
  20. <Dependency>xbitmaps</Dependency>
  21. <Dependency>fontconfig-devel</Dependency>
  22. <Dependency>libXt-devel</Dependency>
  23. <Dependency>libXext-devel</Dependency>
  24. <Dependency>libjpeg-turbo-devel</Dependency>
  25. <Dependency>libX11-devel</Dependency>
  26. <Dependency>libpng-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!--<Patch level="1">openmotif-2.3.2-darwin.patch</Patch>-->
  30. <Patch>openmotif-2.3.2-sanitise-paths.patch</Patch>
  31. <Patch level="0">0003_fix_ftbfs_binutils-gold.patch</Patch>
  32. <!--<Patch>openmotif-2.3.2-libpng14.patch</Patch>-->
  33. <Patch level="1">openmotif-uil.patch</Patch>
  34. <Patch level="1">openmotif-unaligned.patch</Patch>
  35. <!--<Patch level="1">openmotif-xpm.patch</Patch>-->
  36. <!-- <Patch level="1">sentinel.patch</Patch> -->
  37. <!-- <Patch level="1">strcmp.patch</Patch> -->
  38. <!-- <Patch level="1">warn.patch</Patch> -->
  39. <Patch level="1">openMotif-2.3.0-no_X11R6.patch</Patch>
  40. <Patch level="1">motif-2.3.4-bindings.patch</Patch>
  41. <Patch level="1">motif-2.3.4-mwmrc_dir.patch</Patch>
  42. <Patch level="1">wmluiltok_fake_lex_main.patch</Patch>
  43. </Patches>
  44. </Source>
  45. <Package>
  46. <Name>openmotif</Name>
  47. <RuntimeDependencies>
  48. <Dependency>libXmu</Dependency>
  49. <Dependency>libXft</Dependency>
  50. <Dependency>libXp</Dependency>
  51. <Dependency>libSM</Dependency>
  52. <Dependency>libICE</Dependency>
  53. <Dependency>fontconfig</Dependency>
  54. <Dependency>libXt</Dependency>
  55. <Dependency>libXext</Dependency>
  56. <Dependency>libjpeg-turbo</Dependency>
  57. <Dependency>libX11</Dependency>
  58. <Dependency>libpng</Dependency>
  59. <Dependency>freetype</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="config">/etc</Path>
  63. <Path fileType="executable">/usr/bin</Path>
  64. <Path fileType="library">/usr/lib</Path>
  65. <Path fileType="data">/usr/share/X11/app-defaults</Path>
  66. <Path fileType="data">/usr/share/X11/bindings</Path>
  67. <Path fileType="doc">/usr/share/doc</Path>
  68. <Path fileType="man">/usr/share/man</Path>
  69. </Files>
  70. <AdditionalFiles>
  71. <AdditionalFile owner="root" permission="0644" target="/usr/share/X11/app-defaults/Mwm">Mwm.defaults</AdditionalFile>
  72. </AdditionalFiles>
  73. </Package>
  74. <Package>
  75. <Name>openmotif-devel</Name>
  76. <Summary>Development files for openmotif</Summary>
  77. <RuntimeDependencies>
  78. <Dependency release="current">openmotif</Dependency>
  79. <Dependency>libXft-devel</Dependency>
  80. <Dependency>libXt-devel</Dependency>
  81. <Dependency>libXmu-devel</Dependency>
  82. <Dependency>libXext-devel</Dependency>
  83. </RuntimeDependencies>
  84. <Files>
  85. <Path fileType="header">/usr/include</Path>
  86. <Path fileType="man">/usr/share/man/man3</Path>
  87. </Files>
  88. </Package>
  89. <Package>
  90. <Name>openmotif-32bit</Name>
  91. <PartOf>emul32</PartOf>
  92. <Summary>32-bit shared libraries for openmotif</Summary>
  93. <BuildType>emul32</BuildType>
  94. <BuildDependencies>
  95. <Dependency>libSM-32bit</Dependency>
  96. <Dependency>libXt-32bit</Dependency>
  97. <Dependency>libXp-32bit</Dependency>
  98. <Dependency>libXmu-32bit</Dependency>
  99. <Dependency>libpng-32bit</Dependency>
  100. <Dependency>libX11-32bit</Dependency>
  101. <Dependency>libICE-32bit</Dependency>
  102. <Dependency>libXft-32bit</Dependency>
  103. <Dependency>libXext-32bit</Dependency>
  104. <Dependency>fontconfig-32bit</Dependency>
  105. <Dependency>libjpeg-turbo-32bit</Dependency>
  106. </BuildDependencies>
  107. <RuntimeDependencies>
  108. <Dependency release="current">openmotif</Dependency>
  109. <Dependency>libSM-32bit</Dependency>
  110. <Dependency>libXt-32bit</Dependency>
  111. <Dependency>libXp-32bit</Dependency>
  112. <Dependency>libXmu-32bit</Dependency>
  113. <Dependency>libpng-32bit</Dependency>
  114. <Dependency>libX11-32bit</Dependency>
  115. <Dependency>libICE-32bit</Dependency>
  116. <Dependency>libXft-32bit</Dependency>
  117. <Dependency>libXext-32bit</Dependency>
  118. <Dependency>fontconfig-32bit</Dependency>
  119. <Dependency>freetype-32bit</Dependency>
  120. <Dependency>libjpeg-turbo-32bit</Dependency>
  121. </RuntimeDependencies>
  122. <Files>
  123. <Path fileType="library">/usr/lib32</Path>
  124. </Files>
  125. </Package>
  126. <History>
  127. <Update release="6">
  128. <Date>2020-01-28</Date>
  129. <Version>2.3.8</Version>
  130. <Comment>Rebuild.</Comment>
  131. <Name>Pisi Linux Community</Name>
  132. <Email>admin@pisilinux.org</Email>
  133. </Update>
  134. <Update release="5">
  135. <Date>2018-08-31</Date>
  136. <Version>2.3.8</Version>
  137. <Comment>Version Bump</Comment>
  138. <Name>Pisi Linux Community</Name>
  139. <Email>admin@pisilinux.org</Email>
  140. </Update>
  141. <Update release="4">
  142. <Date>2018-01-31</Date>
  143. <Version>2.3.8</Version>
  144. <Comment>Version Bump</Comment>
  145. <Name>Pisi Linux Community</Name>
  146. <Email>admin@pisilinux.org</Email>
  147. </Update>
  148. <Update release="3">
  149. <Date>2017-04-11</Date>
  150. <Version>2.3.7</Version>
  151. <Comment>Version Bump</Comment>
  152. <Name>Kamil Atlı</Name>
  153. <Email>suvari@pisilinux.org</Email>
  154. </Update>
  155. <Update release="2">
  156. <Date>2016-06-09</Date>
  157. <Version>2.3.4</Version>
  158. <Comment>Release Bump</Comment>
  159. <Name>Pisi Linux Community</Name>
  160. <Email>admin@pisilinux.org</Email>
  161. </Update>
  162. <Update release="1">
  163. <Date>2013-08-17</Date>
  164. <Version>2.3.4</Version>
  165. <Comment>First release</Comment>
  166. <Name>Osman Erkan</Name>
  167. <Email>osman.erkan@pisilinux.org</Email>
  168. </Update>
  169. </History>
  170. </PISI>