xfce4-time-out-plugin.

This commit is contained in:
4fury-c3440d8
2021-10-16 22:54:21 +03:00
parent c85ac54a18
commit 1921606425
2 changed files with 12 additions and 5 deletions
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
def setup():
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,-O2,--as-needed -shared ")
def build():
autotools.make()
@@ -19,5 +19,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS")
pisitools.dodoc("AUTHORS", "NEWS", "THANKS")
@@ -8,13 +8,13 @@
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<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="e9289a149280f663955c6ea6b6e3974c9b985dfc" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.1.tar.bz2
<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>
@@ -43,6 +43,13 @@
</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>