libindicator move

This commit is contained in:
Rmys
2024-03-13 13:18:14 +03:00
parent d393d643f9
commit 2f8f569755
9 changed files with 768 additions and 293 deletions
+110
View File
@@ -0,0 +1,110 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libindicator</Name>
<Homepage>https://launchpad.net/libindicator</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>A set of symbols and convience functions that all indicators would like to use.</Summary>
<Description>Libary with a set of symbols and convience functions that all indicators would like to use (GTK+ 2 library)</Description>
<Archive sha1sum="25c8a0a150651ee6b2198df3f36fcbb49f0295c2" type="targz">https://launchpadlibrarian.net/116625186/libindicator-12.10.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>configure.patch</Patch>
<Patch>libindicator-12.10.1-glib262-g_define_type_with_private.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libindicator</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/libindicator</Path>
<Path fileType="config">/etc/X11/Xsession.d/80indicator-debugging</Path>
</Files>
</Package>
<Package>
<Name>libindicator-devel</Name>
<Summary>libindicator için geliştirme dosyalrı</Summary>
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency release="current">libindicator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libindicator-gtk2</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libindicator.so*</Path>
<Path fileType="library">/usr/lib/indicator-loader</Path>
</Files>
</Package>
<Package>
<Name>libindicator-gtk2-devel</Name>
<Summary>libindicator için geliştirme dosyalrı</Summary>
<RuntimeDependencies>
<Dependency>gtk2-devel</Dependency>
<Dependency release="current">libindicator-gtk2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig/indicator-0.4.pc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-10-24</Date>
<Version>12.10.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-07-04</Date>
<Version>12.10.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-06-29</Date>
<Version>12.10.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-02-13</Date>
<Version>12.10.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>