12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>volumeicon</Name>
- <Homepage>https://github.com/Maato/volumeicon</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-3</License>
- <IsA>app:gui</IsA>
- <PartOf>desktop.misc</PartOf>
- <Summary>A lightweight volume control applet with support for global keybindings.</Summary>
- <Description>Volume Icon aims to be a lightweight volume control that sits in your systray.</Description>
- <Archive sha1sum="000bb7ab3ccb72c9262462c4d6b5025e09637ecf" type="targz">
- https://nullwise.com/pages/volumeicon/volumeicon-0.5.1.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>libnotify-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level='1'>turkish_translation.patch</Patch>
- <Patch level='1'>ru_translation.patch</Patch>
- <Patch level='1'>ukranian_translation.patch</Patch>
- <Patch level='1'>notify_cflags_set.patch</Patch>
- <Patch level='1'>languas_list.patch</Patch>
- <!-- <Patch level='1'></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>volumeicon</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>alsa-lib</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/volumeicon</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-08-18</Date>
- <Version>0.5.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-05-02</Date>
- <Version>0.5.1</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|