1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xfce4-time-out-plugin</Name>
- <Homepage>https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>library</IsA>
- <PartOf>desktop.xfce.addon</PartOf>
- <Summary>A module allows to take periodical breaks from the computer</Summary>
- <Description>This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time.</Description>
- <Archive sha1sum="93e50f651678fe36b77dd420ed2a958538b56ac6" type="tarbz2">
- https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.2.tar.bz2
- </Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>libxfce4ui-devel</Dependency>
- <Dependency>xfce4-panel-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xfce4-time-out-plugin</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</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="2">
- <Date>2021-10-17</Date>
- <Version>1.1.2</Version>
- <Comment>Ver. bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2020-07-07</Date>
- <Version>1.1.1</Version>
- <Comment>Ver. bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|