pspec.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gnome-panel</Name>
  6. <Homepage>https://wiki.gnome.org/Projects/GnomePanel</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Panel of GNOME Flashback</Summary>
  14. <Description>Panel of GNOME Flashback</Description>
  15. <Archive sha1sum="75c8039c7ad307bc84bfb16ff9c717776bb029ec" type="tarxz">https://download.gnome.org/sources/gnome-panel/3.54/gnome-panel-3.54.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>itstool</Dependency>
  18. <Dependency>gtk-doc</Dependency>
  19. <Dependency>atk-devel</Dependency>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>cairo-devel</Dependency>
  22. <Dependency>dconf-devel</Dependency>
  23. <Dependency>yelp-tools</Dependency>
  24. <Dependency>glib2-devel</Dependency>
  25. <Dependency>pango-devel</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>gdm-devel</Dependency>
  28. <Dependency>polkit-devel</Dependency>
  29. <Dependency>elogind-devel</Dependency>
  30. <Dependency>libical-devel</Dependency>
  31. <Dependency>libsoup3-devel</Dependency>
  32. <Dependency>libxml2-devel</Dependency>
  33. <Dependency>harfbuzz-devel</Dependency>
  34. <Dependency>libwnck3-devel</Dependency>
  35. <Dependency>libXrandr-devel</Dependency>
  36. <Dependency>libsecret-devel</Dependency>
  37. <Dependency>gdk-pixbuf-devel</Dependency>
  38. <Dependency>gnome-menus-devel</Dependency>
  39. <Dependency>libgweather4-devel</Dependency>
  40. <Dependency>gnome-desktop-devel</Dependency>
  41. <Dependency>evolution-data-server-devel</Dependency>
  42. </BuildDependencies>
  43. <!--
  44. <Patches>
  45. <Patch>gnome-panel.patch</Patch>
  46. <Patch level="1">gnome-panel.patch</Patch>
  47. </Patches>
  48. -->
  49. </Source>
  50. <Package>
  51. <Name>gnome-panel</Name>
  52. <RuntimeDependencies>
  53. <Dependency>atk</Dependency>
  54. <Dependency>gtk3</Dependency>
  55. <Dependency>zlib</Dependency>
  56. <Dependency>cairo</Dependency>
  57. <Dependency>dconf</Dependency>
  58. <Dependency>glib2</Dependency>
  59. <Dependency>pango</Dependency>
  60. <Dependency>libX11</Dependency>
  61. <Dependency>libgdm</Dependency>
  62. <Dependency>polkit</Dependency>
  63. <Dependency>elogind</Dependency>
  64. <Dependency>libical</Dependency>
  65. <Dependency>libsoup3</Dependency>
  66. <Dependency>libxml2</Dependency>
  67. <Dependency>harfbuzz</Dependency>
  68. <Dependency>libwnck3</Dependency>
  69. <Dependency>libXrandr</Dependency>
  70. <Dependency>libsecret</Dependency>
  71. <Dependency>gdk-pixbuf</Dependency>
  72. <Dependency>gnome-menus</Dependency>
  73. <Dependency>libgweather4</Dependency>
  74. <Dependency>gnome-desktop</Dependency>
  75. <Dependency>json-glib</Dependency>
  76. <Dependency>geocode-glib</Dependency>
  77. <Dependency>evolution-data-server</Dependency>
  78. </RuntimeDependencies>
  79. <Files>
  80. <Path fileType="executable">/usr/bin</Path>
  81. <Path fileType="library">/usr/lib</Path>
  82. <Path fileType="data">/usr/share/applications</Path>
  83. <Path fileType="data">/usr/share/help</Path>
  84. <Path fileType="data">/usr/share/icons</Path>
  85. <Path fileType="data">/usr/share/glib-2.0</Path>
  86. <Path fileType="data">/usr/share/gnome-panel</Path>
  87. <Path fileType="localedata">/usr/share/locale</Path>
  88. <Path fileType="man">/usr/share/man</Path>
  89. <Path fileType="doc">/usr/share/doc</Path>
  90. </Files>
  91. </Package>
  92. <Package>
  93. <Name>gnome-panel-devel</Name>
  94. <Summary>Development files for gnome-panel</Summary>
  95. <RuntimeDependencies>
  96. <Dependency release="current">gnome-panel</Dependency>
  97. <Dependency>gtk3-devel</Dependency>
  98. <Dependency>glib2-devel</Dependency>
  99. </RuntimeDependencies>
  100. <Files>
  101. <Path fileType="header">/usr/include</Path>
  102. <Path fileType="library">/usr/lib/pkgconfig</Path>
  103. </Files>
  104. </Package>
  105. <Package>
  106. <Name>gnome-panel-docs</Name>
  107. <Summary>Development files for gnome-panel</Summary>
  108. <RuntimeDependencies>
  109. <Dependency release="current">gnome-panel</Dependency>
  110. </RuntimeDependencies>
  111. <Files>
  112. <Path fileType="data">/usr/share/gtk-doc</Path>
  113. </Files>
  114. </Package>
  115. <History>
  116. <Update release="10">
  117. <Date>2024-12-26</Date>
  118. <Version>3.54.0</Version>
  119. <Comment>Rebuild.</Comment>
  120. <Name>Pisi Linux Community</Name>
  121. <Email>admin@pisilinux.org</Email>
  122. </Update>
  123. <Update release="9">
  124. <Date>2024-10-06</Date>
  125. <Version>3.54.0</Version>
  126. <Comment>Version bump.</Comment>
  127. <Name>Pisi Linux Community</Name>
  128. <Email>admin@pisilinux.org</Email>
  129. </Update>
  130. <Update release="8">
  131. <Date>2024-03-20</Date>
  132. <Version>3.52.0</Version>
  133. <Comment>Version bump.</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="7">
  138. <Date>2023-09-23</Date>
  139. <Version>3.50.0</Version>
  140. <Comment>Version bump.</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="6">
  145. <Date>2022-12-24</Date>
  146. <Version>3.47.1</Version>
  147. <Comment>Version bump.</Comment>
  148. <Name>Mustafa Cinasal</Name>
  149. <Email>muscnsl@gmail.com</Email>
  150. </Update>
  151. <Update release="5">
  152. <Date>2022-10-02</Date>
  153. <Version>3.46.0</Version>
  154. <Comment>Version bump.</Comment>
  155. <Name>Mustafa Cinasal</Name>
  156. <Email>muscnsl@gmail.com</Email>
  157. </Update>
  158. <Update release="4">
  159. <Date>2022-03-21</Date>
  160. <Version>3.44.0</Version>
  161. <Comment>Version bump.</Comment>
  162. <Name>Mustafa Cinasal</Name>
  163. <Email>muscnsl@gmail.com</Email>
  164. </Update>
  165. <Update release="3">
  166. <Date>2021-10-24</Date>
  167. <Version>3.42.0</Version>
  168. <Comment>Version bump.</Comment>
  169. <Name>Mustafa Cinasal</Name>
  170. <Email>muscnsl@gmail.com</Email>
  171. </Update>
  172. <Update release="2">
  173. <Date>2021-07-17</Date>
  174. <Version>3.41.2</Version>
  175. <Comment>Rebuild</Comment>
  176. <Name>Berk Çakar</Name>
  177. <Email>berk2238@hotmail.com</Email>
  178. </Update>
  179. <Update release="1">
  180. <Date>2021-05-31</Date>
  181. <Version>3.41.2</Version>
  182. <Comment>First release</Comment>
  183. <Name>Pisi Linux Admins</Name>
  184. <Email>admin@pisilinux.org</Email>
  185. </Update>
  186. </History>
  187. </PISI>