pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dspy</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/d-spy</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>It's like d-feet, but written in C and blisteringly fast. Also comes with a library for IDE integration.</Summary>
  14. <Icon>dspy</Icon>
  15. <Description>D-feet gibi ama C ile yazılmış ve inanılmaz hızlı. Ayrıca IDE entegrasyonu için bir kütüphane ile birlikte gelir.</Description>
  16. <Archive sha1sum="a182016ff511eba13a72976b947929f580d09323" type="tarxz">https://download.gnome.org/sources/d-spy/47/d-spy-47.0.tar.xz</Archive>
  17. <!-- <Archive sha1sum="d6dc12bc1ca40fa3940ce253dd44731c966fcf02" type="tarxz">https://download.gnome.org/sources/dspy/1.2/dspy-1.2.1.tar.xz</Archive> -->
  18. <BuildDependencies>
  19. <Dependency>meson</Dependency>
  20. <Dependency>gtk4-devel</Dependency>
  21. <Dependency>glib2-devel</Dependency>
  22. <Dependency>desktop-file-utils</Dependency>
  23. <Dependency>libadwaita-devel</Dependency>
  24. </BuildDependencies>
  25. <!--
  26. <Patches>
  27. <Patch>dspy.patch</Patch>
  28. <Patch level="1">dspy.patch</Patch>
  29. </Patches>
  30. -->
  31. </Source>
  32. <Package>
  33. <Name>dspy</Name>
  34. <RuntimeDependencies>
  35. <Dependency>gtk4</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>libadwaita</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="library">/usr/lib</Path>
  42. <Path fileType="data">/usr/share/applications</Path>
  43. <Path fileType="localedata">/usr/share/locale</Path>
  44. <Path fileType="icons">/usr/share/icons</Path>
  45. <Path fileType="data">/usr/share/appdata</Path>
  46. <Path fileType="data">/usr/share/glib-2.0</Path>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. <Path fileType="data">/usr/share/metainfo</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>dspy-devel</Name>
  53. <Summary>Development files for dspy</Summary>
  54. <RuntimeDependencies>
  55. <Dependency>gtk4-devel</Dependency>
  56. <Dependency>glib2-devel</Dependency>
  57. <Dependency>libadwaita-devel</Dependency>
  58. <Dependency release="current">dspy</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. <History>
  66. <Update release="4">
  67. <Date>2024-09-14</Date>
  68. <Version>47.0</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2023-10-24</Date>
  75. <Version>1.8.0</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2023-03-17</Date>
  82. <Version>1.6.0</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Mustafa Cinasal</Name>
  85. <Email>muscnsl@gmail.com</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2022-09-22</Date>
  89. <Version>1.4.0</Version>
  90. <Comment>First release</Comment>
  91. <Name>PisiLinux Community</Name>
  92. <Email>admins@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>