70 lines
2.1 KiB
XML
70 lines
2.1 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>ayatana-libindicator</Name>
|
|
<Homepage>https://github.com/AyatanaIndicators/libayatana-indicator</Homepage>
|
|
<Packager>
|
|
<Name>fury</Name>
|
|
<Email>uglyside@yandex.ru</Email>
|
|
</Packager>
|
|
<License>GPL-3</License>
|
|
<IsA>library</IsA>
|
|
<PartOf>desktop.misc</PartOf>
|
|
<Summary>Ayatana Indicators Shared Library.</Summary>
|
|
<Description>The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop.</Description>
|
|
<Archive sha1sum="1cb437642066430a09ce640ab496bef67f3da28d" type="targz">
|
|
https://github.com/AyatanaIndicators/libayatana-indicator/archive/refs/tags/0.8.4.tar.gz
|
|
</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>gtk3-devel</Dependency>
|
|
<Dependency>glib2-devel</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>ayatana-ido-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<!-- <Patch>missing.patch</Patch> -->
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>ayatana-libindicator</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>gtk3</Dependency>
|
|
<Dependency>glib2</Dependency>
|
|
<Dependency>gdk-pixbuf</Dependency>
|
|
<Dependency>ayatana-ido</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>ayatana-libindicator-devel</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>gtk3-devel</Dependency>
|
|
<Dependency>glib2-devel</Dependency>
|
|
<Dependency>ayatana-ido-devel</Dependency>
|
|
<Dependency release="current">ayatana-libindicator</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include/</Path>
|
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2021-10-13</Date>
|
|
<Version>0.8.4</Version>
|
|
<Comment>First build</Comment>
|
|
<Name>fury</Name>
|
|
<Email>uglyside@yandex.ru</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|
|
|