pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>granite7</Name>
  6. <Homepage>https://github.com/elementary/granite</Homepage>
  7. <Packager>
  8. <Name>Bedirhan Kurt</Name>
  9. <Email>bedirhan.kurt@outlook.com</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <PartOf>desktop</PartOf>
  13. <Summary>Granite is a companion library for GTK and GLib.</Summary>
  14. <Description>Granite is a companion library for GTK and GLib. Among other things, it provides complex widgets and convenience functions designed for use in apps built for elementary OS.</Description>
  15. <Archive sha1sum="8421b31c48216c51c0292d7e116280e5cde5f7f0" type="targz">https://github.com/elementary/granite/archive/7.5.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gobject-introspection-devel</Dependency>
  18. <Dependency>libgee-devel</Dependency>
  19. <Dependency>gtk4-devel</Dependency>
  20. <Dependency>vala-devel</Dependency>
  21. <Dependency>meson</Dependency>
  22. <Dependency>sassc</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>granite7</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk4</Dependency>
  29. <Dependency>cairo</Dependency>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>pango</Dependency>
  32. <Dependency>libgee</Dependency>
  33. <Dependency>gdk-pixbuf</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  38. <Path fileType="library">/usr/lib/libgranite*.so*</Path>
  39. <Path fileType="data">/usr/share/applications</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="data">/usr/share/icons</Path>
  42. <Path fileType="data">/usr/share/themes</Path>
  43. <Path fileType="localedata">/usr/share/locale</Path>
  44. <Path fileType="info">/usr/share/metainfo</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>granite7-devel</Name>
  49. <Summary>Development files for granite</Summary>
  50. <RuntimeDependencies>
  51. <Dependency release="current">granite7</Dependency>
  52. <Dependency>gtk4-devel</Dependency>
  53. <Dependency>glib2-devel</Dependency>
  54. <Dependency>libgee-devel</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="header">/usr/include</Path>
  58. <Path fileType="library">/usr/lib/pkgconfig</Path>
  59. <Path fileType="data">/usr/share/gir-1.0</Path>
  60. <Path fileType="data">/usr/share/vala</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="1">
  65. <Date>2024-10-22</Date>
  66. <Version>7.5.0</Version>
  67. <Comment>Initial packaging for Pisi Linux</Comment>
  68. <Name>Bedirhan Kurt</Name>
  69. <Email>bedirhan.kurt@outlook.com</Email>
  70. </Update>
  71. </History>
  72. </PISI>