pspec.xml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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-calculator</Name>
  6. <Homepage>https://wiki.gnome.org/Apps/Calculator</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>A desktop calculator for GNOME</Summary>
  14. <Description>gnome-calculator is an application that solves mathematical equations.</Description>
  15. <Archive sha1sum="10e759792885a83ff79b557d27e35add19e444eb" type="tarxz">mirrors://gnome/gnome-calculator/47/gnome-calculator-47.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>desktop-file-utils</Dependency>
  18. <Dependency>itstool</Dependency>
  19. <Dependency>gtk4-devel</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. <Dependency>glib2-devel</Dependency>
  22. <Dependency>gtksourceview4-devel</Dependency>
  23. <Dependency>meson</Dependency>
  24. <Dependency>mpfr-devel</Dependency>
  25. <Dependency>libgee-devel</Dependency>
  26. <Dependency>libmpc-devel</Dependency>
  27. <Dependency>libsoup3-devel</Dependency>
  28. <Dependency versionFrom="1.4.0">libhandy-devel</Dependency>
  29. <Dependency>libxml2-devel</Dependency>
  30. <Dependency>vala-devel</Dependency>
  31. <Dependency>libadwaita-devel</Dependency>
  32. <Dependency>gtksourceview5-devel</Dependency>
  33. </BuildDependencies>
  34. </Source>
  35. <Package>
  36. <Name>gnome-calculator</Name>
  37. <RuntimeDependencies>
  38. <Dependency>atk</Dependency>
  39. <Dependency>glib2</Dependency>
  40. <Dependency>gtk4</Dependency>
  41. <Dependency>mpfr</Dependency>
  42. <Dependency>libgee</Dependency>
  43. <Dependency>libmpc</Dependency>
  44. <Dependency>libsoup3</Dependency>
  45. <Dependency>libxml2</Dependency>
  46. <Dependency>libhandy</Dependency>
  47. <Dependency>gtksourceview4</Dependency>
  48. <Dependency>libadwaita</Dependency>
  49. <Dependency>gtksourceview5</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="executable">/usr/bin</Path>
  53. <Path fileType="library">/usr/lib/libgcalc*</Path>
  54. <Path fileType="library">/usr/lib/libgci*</Path>
  55. <Path fileType="library">/usr/lib/gnome-calculator-search-provider</Path>
  56. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  57. <Path fileType="data">/usr/share/applications</Path>
  58. <Path fileType="data">/usr/share/dbus-1</Path>
  59. <Path fileType="doc">/usr/share/doc</Path>
  60. <Path fileType="data">/usr/share/glib-2.0</Path>
  61. <Path fileType="data">/usr/share/gnome-shell</Path>
  62. <Path fileType="data">/usr/share/help</Path>
  63. <Path fileType="man">/usr/share/icons</Path>
  64. <Path fileType="localedata">/usr/share/locale</Path>
  65. <Path fileType="man">/usr/share/man</Path>
  66. <Path fileType="data">/usr/share/metainfo</Path>
  67. <Path fileType="data">/usr/share/vala</Path>
  68. </Files>
  69. </Package>
  70. <Package>
  71. <Name>gnome-calculator-devel</Name>
  72. <RuntimeDependencies>
  73. <Dependency release="current">gnome-calculator</Dependency>
  74. <Dependency>gtk3-devel</Dependency>
  75. <Dependency>glib2-devel</Dependency>
  76. <Dependency>libgee-devel</Dependency>
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="library">/usr/lib/pkgconfig</Path>
  80. <Path fileType="header">/usr/include</Path>
  81. <Path fileType="data">/usr/share/gir-1.0</Path>
  82. </Files>
  83. </Package>
  84. <History>
  85. <Update release="11">
  86. <Date>2024-12-26</Date>
  87. <Version>47.0</Version>
  88. <Comment>Rebuild.</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="10">
  93. <Date>2024-09-14</Date>
  94. <Version>47.0</Version>
  95. <Comment>Version bump.</Comment>
  96. <Name>Pisi Linux Community</Name>
  97. <Email>admin@pisilinux.org</Email>
  98. </Update>
  99. <Update release="9">
  100. <Date>2024-05-06</Date>
  101. <Version>46.1</Version>
  102. <Comment>Version bump.</Comment>
  103. <Name>Mustafa Cinasal</Name>
  104. <Email>muscnsl@gmail.com</Email>
  105. </Update>
  106. <Update release="8">
  107. <Date>2023-09-16</Date>
  108. <Version>45.0.2</Version>
  109. <Comment>Version bump.</Comment>
  110. <Name>Mustafa Cinasal</Name>
  111. <Email>muscnsl@gmail.com</Email>
  112. </Update>
  113. <Update release="7">
  114. <Date>2023-03-18</Date>
  115. <Version>44.0</Version>
  116. <Comment>Version bump.</Comment>
  117. <Name>Mustafa Cinasal</Name>
  118. <Email>muscnsl@gmail.com</Email>
  119. </Update>
  120. <Update release="6">
  121. <Date>2022-09-16</Date>
  122. <Version>43.0</Version>
  123. <Comment>Version bump.</Comment>
  124. <Name>Mustafa Cinasal</Name>
  125. <Email>muscnsl@gmail.com</Email>
  126. </Update>
  127. <Update release="5">
  128. <Date>2022-07-02</Date>
  129. <Version>42.2</Version>
  130. <Comment>Version bump.</Comment>
  131. <Name>Mustafa Cinasal</Name>
  132. <Email>muscnsl@gmail.com</Email>
  133. </Update>
  134. <Update release="4">
  135. <Date>2022-05-28</Date>
  136. <Version>42.1</Version>
  137. <Comment>Version bump.</Comment>
  138. <Name>Mustafa Cinasal</Name>
  139. <Email>muscnsl@gmail.com</Email>
  140. </Update>
  141. <Update release="3">
  142. <Date>2021-12-06</Date>
  143. <Version>41.1</Version>
  144. <Comment>Version bump.</Comment>
  145. <Name>Mustafa Cinasal</Name>
  146. <Email>muscnsl@gmail.com</Email>
  147. </Update>
  148. <Update release="2">
  149. <Date>2021-09-18</Date>
  150. <Version>41.0</Version>
  151. <Comment>Version bump.</Comment>
  152. <Name>Mustafa Cinasal</Name>
  153. <Email>muscnsl@gmail.com</Email>
  154. </Update>
  155. <Update release="1">
  156. <Date>2021-06-01</Date>
  157. <Version>40.1</Version>
  158. <Comment>First release</Comment>
  159. <Name>Ayhan Yalçınsoy</Name>
  160. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  161. </Update>
  162. </History>
  163. </PISI>