123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gnome-menus</Name>
- <Homepage>https://gitlab.gnome.org/GNOME/gnome-menus</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>LGPLv3</License>
- <IsA>app</IsA>
- <Summary>GNOME menu specifications</Summary>
- <Description>GNOME menu specifications</Description>
- <Archive sha1sum="59a6af997f99b724eb1a060c6ce41409a83f9f00" type="targz">https://gitlab.gnome.org/GNOME/gnome-menus/-/archive/3.36.0/gnome-menus-3.36.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gnome-common</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch level="1">gnome-menus.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>gnome-menus</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/desktop-directories</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>gnome-menus-devel</Name>
- <Summary>Development files for gnome-menus</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gnome-menus</Dependency>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2021-03-28</Date>
- <Version>3.36.0</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|