pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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-menus</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/gnome-menus</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>app</IsA>
  13. <Summary>GNOME menu specifications</Summary>
  14. <Description>GNOME menu specifications</Description>
  15. <Archive sha1sum="59a6af997f99b724eb1a060c6ce41409a83f9f00" type="targz">https://gitlab.gnome.org/GNOME/gnome-menus/-/archive/3.36.0/gnome-menus-3.36.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>gnome-common</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>gobject-introspection-devel</Dependency>
  22. </BuildDependencies>
  23. <!--
  24. <Patches>
  25. <Patch level="1">gnome-menus.patch</Patch>
  26. </Patches>
  27. -->
  28. </Source>
  29. <Package>
  30. <Name>gnome-menus</Name>
  31. <RuntimeDependencies>
  32. <Dependency>glib2</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="config">/etc</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="data">/usr/share</Path>
  38. <Path fileType="data">/usr/share/gir-1.0</Path>
  39. <Path fileType="data">/usr/share/desktop-directories</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>gnome-menus-devel</Name>
  46. <Summary>Development files for gnome-menus</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">gnome-menus</Dependency>
  49. <Dependency>glib2-devel</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="header">/usr/include</Path>
  53. <Path fileType="library">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="1">
  58. <Date>2021-03-28</Date>
  59. <Version>3.36.0</Version>
  60. <Comment>First release</Comment>
  61. <Name>Pisi Linux Admins</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>