12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xfce4-timer-plugin</Name>
- <Homepage>https://docs.xfce.org/panel-plugins/xfce4-timer-plugin</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>xfce4-panel</Icon>
- <IsA>app:gui</IsA>
- <PartOf>desktop.xfce.addon</PartOf>
- <Summary>Timer plugin for Xfce4 panel</Summary>
- <Description>
- With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc.
- </Description>
- <Archive sha1sum="063a7af6dcb9d049bb8cc790b0c0cc48919e526d" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.3.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency versionFrom="4.19.0">libxfce4ui-devel</Dependency>
- <Dependency versionFrom="4.19.1">xfce4-panel-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xfce4-timer-plugin</Name>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>harfbuzz</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libxfce4ui</Dependency>
- <Dependency>xfce4-panel</Dependency>
- <Dependency>libxfce4util</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-12-25</Date>
- <Version>1.7.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2023-04-18</Date>
- <Version>1.7.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-08-01</Date>
- <Version>1.7.1</Version>
- <Comment>Ver. bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|