123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ayatana-libappindicator</Name>
- <Homepage>https://github.com/AyatanaIndicators/libayatana-appindicator</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL-3</License>
- <IsA>library</IsA>
- <PartOf>desktop.misc</PartOf>
- <Summary>A library to allow applications to export a menu into the Unity Menu bar.</Summary>
- <Description>A library to allow applications to export a menu into the Unity Menu bar.</Description>
- <Archive sha1sum="57f2526707df819cfa85a4ef74695e375ca3792c" type="targz">https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.93.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libdbusmenu-gtk3</Dependency>
- <Dependency>libdbusmenu-devel</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- <Dependency>ayatana-libindicator-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">missing.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>ayatana-libappindicator</Name>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libdbusmenu-gtk3</Dependency>
- <Dependency>libdbusmenu-glib</Dependency>
- <Dependency>ayatana-libindicator</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>ayatana-libappindicator-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">ayatana-libappindicator</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>libdbusmenu-gtk</Dependency>
- <Dependency>libdbusmenu-glib</Dependency>
- <Dependency>libdbusmenu-devel</Dependency>
- <Dependency>ayatana-libindicator-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2023-11-03</Date>
- <Version>0.5.93</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2023-02-04</Date>
- <Version>0.5.92</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2022-11-15</Date>
- <Version>0.5.91</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-01-18</Date>
- <Version>0.5.90</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-10-13</Date>
- <Version>0.5.5</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|