pspec.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>garcon</Name>
  6. <Homepage>https://www.xfce.org/</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Menu library for Xfce</Summary>
  14. <Description>
  15. garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification except for legacy menus.
  16. </Description>
  17. <Archive sha1sum="3cf37e443ae39efceacf207f8dfa8cb218054418" type="tarbz2">https://archive.xfce.org/src/xfce/garcon/4.19/garcon-4.19.3.tar.bz2</Archive>
  18. <BuildDependencies>
  19. <Dependency>python3</Dependency>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>python-six</Dependency>
  22. <!-- <Dependency>gtk2-devel</Dependency> -->
  23. <Dependency>gtk3-devel</Dependency>
  24. <Dependency>glib2-devel</Dependency>
  25. <Dependency>freetype-devel</Dependency>
  26. <Dependency versionFrom="4.19.4">libxfce4ui-devel</Dependency>
  27. <Dependency versionFrom="4.19.3">libxfce4util-devel</Dependency>
  28. <Dependency>gobject-introspection-devel</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>garcon</Name>
  33. <RuntimeDependencies>
  34. <Dependency>gtk3</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>gdk-pixbuf</Dependency>
  37. <Dependency>libxfce4ui</Dependency>
  38. <Dependency>libxfce4util</Dependency>
  39. <Dependency>gobject-introspection</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="config">/etc</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="data">/usr/share</Path>
  45. <Path fileType="localedata">/usr/share/locale</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>garcon-devel</Name>
  51. <Summary>garcon development files</Summary>
  52. <RuntimeDependencies>
  53. <Dependency>gobject-introspection-devel</Dependency>
  54. <Dependency>gtk2-devel</Dependency>
  55. <Dependency>gtk3-devel</Dependency>
  56. <Dependency>glib2-devel</Dependency>
  57. <Dependency versionFrom="4.16.0">libxfce4ui-devel</Dependency>
  58. <Dependency release="current">garcon</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="header">/usr/include</Path>
  62. <Path fileType="library">/usr/lib/pkgconfig</Path>
  63. </Files>
  64. </Package>
  65. <Package>
  66. <Name>garcon-docs</Name>
  67. <Summary>garcon documentation files</Summary>
  68. <RuntimeDependencies>
  69. <Dependency release="current">garcon</Dependency>
  70. </RuntimeDependencies>
  71. <Files>
  72. <Path fileType="data">/usr/share/gtk-doc</Path>
  73. </Files>
  74. </Package>
  75. <History>
  76. <Update release="12">
  77. <Date>2024-12-01</Date>
  78. <Version>4.19.3</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Pisi Linux Community</Name>
  81. <Email>admin@pisilinux.org</Email>
  82. </Update>
  83. <Update release="11">
  84. <Date>2024-11-03</Date>
  85. <Version>4.19.2</Version>
  86. <Comment>Version bump.</Comment>
  87. <Name>Pisi Linux Community</Name>
  88. <Email>admin@pisilinux.org</Email>
  89. </Update>
  90. <Update release="10">
  91. <Date>2024-02-05</Date>
  92. <Version>4.19.1</Version>
  93. <Comment>Version bump.</Comment>
  94. <Name>Mustafa Cinasal</Name>
  95. <Email>muscnsl@gmail.com</Email>
  96. </Update>
  97. <Update release="9">
  98. <Date>2023-04-18</Date>
  99. <Version>4.19.0</Version>
  100. <Comment>Version bump.</Comment>
  101. <Name>Mustafa Cinasal</Name>
  102. <Email>muscnsl@gmail.com</Email>
  103. </Update>
  104. <Update release="8">
  105. <Date>2023-03-28</Date>
  106. <Version>4.18.1</Version>
  107. <Comment>Version bump</Comment>
  108. <Name>Mustafa Cinasal</Name>
  109. <Email>muscnsl@gmail.com</Email>
  110. </Update>
  111. <Update release="7">
  112. <Date>2022-12-14</Date>
  113. <Version>4.18.0</Version>
  114. <Comment>Version bump.</Comment>
  115. <Name>Mustafa Cinasal</Name>
  116. <Email>muscnsl@gmail.com</Email>
  117. </Update>
  118. <Update release="6">
  119. <Date>2022-12-02</Date>
  120. <Version>4.17.3</Version>
  121. <Comment>Version bump.</Comment>
  122. <Name>Mustafa Cinasal</Name>
  123. <Email>muscnsl@gmail.com</Email>
  124. </Update>
  125. <Update release="5">
  126. <Date>2022-10-31</Date>
  127. <Version>4.17.2</Version>
  128. <Comment>Version bump.</Comment>
  129. <Name>Mustafa Cinasal</Name>
  130. <Email>muscnsl@gmail.com</Email>
  131. </Update>
  132. <Update release="4">
  133. <Date>2022-05-15</Date>
  134. <Version>4.17.0</Version>
  135. <Comment>Version bump.</Comment>
  136. <Name>Mustafa Cinasal</Name>
  137. <Email>muscnsl@gmail.com</Email>
  138. </Update>
  139. <Update release="3">
  140. <Date>2021-02-02</Date>
  141. <Version>4.16.1</Version>
  142. <Comment>Version bump.</Comment>
  143. <Name>Mustafa Cinasal</Name>
  144. <Email>muscnsl@gmail.com</Email>
  145. </Update>
  146. <Update release="2">
  147. <Date>2020-12-24</Date>
  148. <Version>0.8.0</Version>
  149. <Comment>New release.</Comment>
  150. <Name>Ali Cengiz Kurt</Name>
  151. <Email>alicengizkurt@gmail.com</Email>
  152. </Update>
  153. <Update release="1">
  154. <Date>2020-11-19</Date>
  155. <Version>0.7.1</Version>
  156. <Comment>Rebuild.For Beta System.</Comment>
  157. <Name>Ali Cengiz Kurt</Name>
  158. <Email>alicengizkurt@gmail.com</Email>
  159. </Update>
  160. </History>
  161. </PISI>