pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>geany</Name>
  6. <Homepage>https://geany.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>GTK+ based fast and lightweight IDE.</Summary>
  14. <Description>
  15. Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment.
  16. </Description>
  17. <Archive sha1sum="24fc1cf0d3b45c3f16b716e162db1adc7a49891b" type="tarbz2">https://download.geany.org/geany-2.0.tar.bz2</Archive>
  18. <BuildDependencies>
  19. <Dependency>libgcc</Dependency>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>vte-devel</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. <Dependency>python3-lxml</Dependency>
  25. <Dependency>python3-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>geany</Name>
  30. <RuntimeDependencies>
  31. <Dependency>atk</Dependency>
  32. <Dependency>vte</Dependency>
  33. <Dependency>gtk3</Dependency>
  34. <Dependency>glib2</Dependency>
  35. <Dependency>cairo</Dependency>
  36. <Dependency>pango</Dependency>
  37. <Dependency>libgcc</Dependency>
  38. <Dependency>python3</Dependency>
  39. <Dependency>gdk-pixbuf</Dependency>
  40. <Dependency>geany-colorschemes</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="localedata">/usr/share/locale</Path>
  47. <Path fileType="man">/usr/share/man/man1</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. </Files>
  50. <AdditionalFiles>
  51. <!-- -->
  52. </AdditionalFiles>
  53. </Package>
  54. <Package>
  55. <Name>geany-devel</Name>
  56. <Summary>geany için geliştirme dosyaları</Summary>
  57. <RuntimeDependencies>
  58. <Dependency release="current">geany</Dependency>
  59. <Dependency>gtk3-devel</Dependency>
  60. <Dependency>glib2-devel</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="library">/usr/lib/pkgconfig</Path>
  64. <Path fileType="include">/usr/include/geany/*</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="8">
  69. <Date>2023-11-01</Date>
  70. <Version>2.0</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="7">
  76. <Date>2021-10-15</Date>
  77. <Version>1.38</Version>
  78. <Comment>Version bump.</Comment>
  79. <Name>fury</Name>
  80. <Email>uglyside@yandex.ru</Email>
  81. </Update>
  82. <Update release="6">
  83. <Date>2020-12-06</Date>
  84. <Version>1.37.1</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>fury</Name>
  87. <Email>uglyside@yandex.ru</Email>
  88. </Update>
  89. <Update release="5">
  90. <Date>2020-06-24</Date>
  91. <Version>1.36</Version>
  92. <Comment>Disable binreloc.</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. <Update release="4">
  97. <Date>2020-02-03</Date>
  98. <Version>1.36</Version>
  99. <Comment>Rebuild with gtk3.</Comment>
  100. <Name>fury</Name>
  101. <Email>uglyside@yandex.ru</Email>
  102. </Update>
  103. <Update release="3">
  104. <Date>2019-10-15</Date>
  105. <Version>1.36</Version>
  106. <Comment>Version bump</Comment>
  107. <Name>fury</Name>
  108. <Email>uglyside@yandex.ru</Email>
  109. </Update>
  110. <Update release="2">
  111. <Date>2019-04-30</Date>
  112. <Version>1.35</Version>
  113. <Comment>Version bump</Comment>
  114. <Name>fury</Name>
  115. <Email>uglyside@yandex.ru</Email>
  116. </Update>
  117. <Update release="1">
  118. <Date>2019-04-16</Date>
  119. <Version>1.34.1</Version>
  120. <Comment>First release</Comment>
  121. <Name>fury</Name>
  122. <Email>uglyside@yandex.ru</Email>
  123. </Update>
  124. </History>
  125. </PISI>