pspec.xml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>budgie-desktop</Name>
  6. <Homepage>https://github.com/solus-project/budgie-desktop</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2.1</License>
  13. <Icon>budgie</Icon>
  14. <Summary>Modern desktop environment from the Solus Project.</Summary>
  15. <Description>Budgie is a desktop environment that uses GNOME technologies such as GTK3 and is developed by the Solus project.</Description>
  16. <Archive sha1sum="5c979ff4a471bd930247b617194b04b2a1407d3e" type="tarxz">https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v10.9.2/budgie-desktop-v10.9.2.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>git</Dependency>
  19. <Dependency>gtk-doc</Dependency>
  20. <Dependency>vala-devel</Dependency>
  21. <Dependency>intltool</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>libgee-devel</Dependency>
  24. <Dependency>gobject-introspection-devel</Dependency>
  25. <Dependency>sassc</Dependency>
  26. <Dependency versionFrom="5.0.2">budgie-screensaver</Dependency>
  27. <Dependency>alsa-lib-devel</Dependency>
  28. <Dependency>libnotify-devel</Dependency>
  29. <Dependency>accountsservice-devel</Dependency>
  30. <Dependency>libpeas-1-devel</Dependency>
  31. <Dependency>libwnck3-devel</Dependency>
  32. <Dependency>magpie-wm-devel</Dependency>
  33. <Dependency>ibus-devel</Dependency>
  34. <Dependency>gnome-desktop-devel</Dependency>
  35. <Dependency>libseccomp-devel</Dependency>
  36. <Dependency>pulseaudio-libs-devel</Dependency>
  37. <Dependency>upower-devel</Dependency>
  38. <Dependency>gtk3-devel</Dependency>
  39. <Dependency>polkit-devel</Dependency>
  40. <Dependency>gnome-bluetooth3-devel</Dependency>
  41. <Dependency>gnome-menus-devel</Dependency>
  42. <Dependency>gnome-settings-daemon-devel</Dependency>
  43. <Dependency>meson</Dependency>
  44. <Dependency>mesa-devel</Dependency>
  45. <Dependency>gstreamer-devel</Dependency>
  46. <Dependency>libcanberra-devel</Dependency>
  47. <Dependency>libcanberra-gtk3-devel</Dependency>
  48. <Dependency>zenity</Dependency>
  49. <Dependency>libxfce4windowing-devel</Dependency>
  50. </BuildDependencies>
  51. <Patches>
  52. <!-- <Patch level="1">a040ccb.patch</Patch> -->
  53. </Patches>
  54. </Source>
  55. <Package>
  56. <Name>budgie-desktop</Name>
  57. <RuntimeDependencies>
  58. <Dependency>gtk3</Dependency>
  59. <Dependency>ibus</Dependency>
  60. <Dependency>cairo</Dependency>
  61. <Dependency>glib2</Dependency>
  62. <Dependency>pango</Dependency>
  63. <Dependency>libgee</Dependency>
  64. <Dependency>libX11</Dependency>
  65. <Dependency>mutter</Dependency>
  66. <Dependency>polkit</Dependency>
  67. <Dependency>upower</Dependency>
  68. <Dependency>alsa-lib</Dependency>
  69. <Dependency>libglvnd</Dependency>
  70. <Dependency>libwnck3</Dependency>
  71. <Dependency>gstreamer</Dependency>
  72. <Dependency>libnotify</Dependency>
  73. <Dependency>libpeas-1</Dependency>
  74. <Dependency>gdk-pixbuf</Dependency>
  75. <Dependency>libcanberra</Dependency>
  76. <Dependency>magpie-wm</Dependency>
  77. <Dependency>gnome-menus</Dependency>
  78. <Dependency>gnome-desktop</Dependency>
  79. <Dependency>libXcomposite</Dependency>
  80. <Dependency>libutil-linux</Dependency>
  81. <Dependency>gnome-bluetooth3</Dependency>
  82. <Dependency>libcanberra-gtk3</Dependency>
  83. <Dependency>pulseaudio-libs</Dependency>
  84. <Dependency>libxfce4windowing</Dependency>
  85. <Dependency>gobject-introspection</Dependency>
  86. </RuntimeDependencies>
  87. <Files>
  88. <Path fileType="data">/etc/xdg</Path>
  89. <Path fileType="executable">/usr/bin</Path>
  90. <Path fileType="library">/usr/lib/lib*.so*</Path>
  91. <Path fileType="library">/usr/lib/budgie-desktop</Path>
  92. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  93. <Path fileType="localedata">/usr/share/locale</Path>
  94. <Path fileType="data">/usr/share/icons</Path>
  95. <Path fileType="data">/usr/share/backgrounds</Path>
  96. <Path fileType="data">/usr/share/budgie-desktop</Path>
  97. <Path fileType="doc">/usr/share</Path>
  98. <Path fileType="doc">/usr/share/doc</Path>
  99. <Path fileType="data">/usr/share/xsessions</Path>
  100. <Path fileType="data">/usr/share/applications</Path>
  101. <Path fileType="data">/usr/share/gnome-session</Path>
  102. <Path fileType="data">/usr/share/glib-2.0</Path>
  103. </Files>
  104. </Package>
  105. <Package>
  106. <Name>budgie-desktop-devel</Name>
  107. <Summary>Development files for budgie-desktop</Summary>
  108. <Icon>development</Icon>
  109. <RuntimeDependencies>
  110. <Dependency release="current">budgie-desktop</Dependency>
  111. <Dependency>gtk3-devel</Dependency>
  112. <Dependency>glib2-devel</Dependency>
  113. <Dependency>libpeas-1-devel</Dependency>
  114. </RuntimeDependencies>
  115. <Files>
  116. <Path fileType="header">/usr/include</Path>
  117. <Path fileType="data">/usr/lib/pkgconfig</Path>
  118. <Path fileType="data">/usr/share/vala</Path>
  119. <Path fileType="data">/usr/share/gir-1.0</Path>
  120. </Files>
  121. </Package>
  122. <History>
  123. <Update release="8">
  124. <Date>2024-08-14</Date>
  125. <Version>10.9.2</Version>
  126. <Comment>Version bump.</Comment>
  127. <Name>Pisi Linux Community</Name>
  128. <Email>admin@pisilinux.org</Email>
  129. </Update>
  130. <Update release="7">
  131. <Date>2024-04-28</Date>
  132. <Version>10.9.1</Version>
  133. <Comment>Version bump.</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="6">
  138. <Date>2023-10-30</Date>
  139. <Version>10.8.2</Version>
  140. <Comment>version bump</Comment>
  141. <Name>Ayhan Yalçınsoy</Name>
  142. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  143. </Update>
  144. <Update release="5">
  145. <Date>2022-11-04</Date>
  146. <Version>10.6.4</Version>
  147. <Comment>Version bump.</Comment>
  148. <Name>Mustafa Cinasal</Name>
  149. <Email>muscnsl@gmail.com</Email>
  150. </Update>
  151. <Update release="4">
  152. <Date>2022-07-19</Date>
  153. <Version>10.6.2</Version>
  154. <Comment>version bump</Comment>
  155. <Name>Ayhan Yalçınsoy</Name>
  156. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  157. </Update>
  158. <Update release="3">
  159. <Date>2022-04-28</Date>
  160. <Version>10.6.1</Version>
  161. <Comment>version bump</Comment>
  162. <Name>Ayhan Yalçınsoy</Name>
  163. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  164. </Update>
  165. <Update release="2">
  166. <Date>2021-11-08</Date>
  167. <Version>10.5.3</Version>
  168. <Comment>Rebuild</Comment>
  169. <Name>Mustafa Cinasal</Name>
  170. <Email>muscnsl@gmail.com</Email>
  171. </Update>
  172. <Update release="1">
  173. <Date>2021-08-17</Date>
  174. <Version>10.5.3</Version>
  175. <Comment>First release for Pisi Linux</Comment>
  176. <Name>Berk Çakar</Name>
  177. <Email>berk2238@hotmail.com</Email>
  178. </Update>
  179. </History>
  180. </PISI>