Merge pull request #9791 from 4fury-c3440d8/no

updates.
This commit is contained in:
Rmys
2021-10-17 10:33:31 +03:00
committed by GitHub
10 changed files with 88 additions and 48 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>
+1 -1
View File
@@ -19,5 +19,5 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.removeDir("/usr/share/gnome-control-center")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS")
+9 -2
View File
@@ -14,7 +14,7 @@
<Description>
xfce4-terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more
</Description>
<Archive sha1sum="55d096791590facbddc2745baa24fdb35d0449dd" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-0.8.10.tar.bz2</Archive>
<Archive sha1sum="aff3b795030b3c997b06d93e0326f1c578253666" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-terminal/0.9/xfce4-terminal-0.9.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>vte-devel</Dependency>
@@ -26,7 +26,7 @@
<Dependency versionFrom="4.16.0">libxfce4ui-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">xfce-terminal.patch</Patch>
<!-- <Patch level="1">xfce-terminal.patch</Patch> -->
</Patches>
</Source>
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-10-16</Date>
<Version>0.9.0</Version>
<Comment>Version bump.</Comment>
<Email>uglyside@yandex.ru</Email>
<Name>fury</Name>
</Update>
<Update release="2">
<Date>2020-12-24</Date>
<Version>0.8.10</Version>