gromit-mpx.

This commit is contained in:
4fury-c3440d8
2021-01-02 12:28:52 +00:00
parent ed12b6dd87
commit 9e827701cd
6 changed files with 288 additions and 0 deletions
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libindicator</Name>
<Homepage>https://launchpad.net/libindicator</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>A set of symbols and convience functions that all indicators would like to use.</Summary>
<Description>A set of symbols and convience functions that all indicators would like to use. Not of real use outside of the Ayatana indicators project.</Description>
<Archive sha1sum="25c8a0a150651ee6b2198df3f36fcbb49f0295c2" type="targz">
https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libindicator</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libindicator-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libindicator</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-26</Date>
<Version>12.10.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>