Merge pull request #9656 from 4fury-c3440d8/np

xfce plugins.
This commit is contained in:
Rmys
2021-07-23 11:28:27 +03:00
committed by GitHub
4 changed files with 20 additions and 10 deletions
@@ -19,5 +19,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README")
pisitools.dodoc("AUTHORS", "NEWS")
@@ -15,8 +15,8 @@
<Description>
Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes.
</Description>
<Archive sha1sum="8a7844eadf40c0efd996593fc8c0970240bdbeb5" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.1.tar.bz2
<Archive sha1sum="45f1b2eeb5482257ae615b0667299c48a4ecb903" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-07-23</Date>
<Version>1.6.2</Version>
<Comment>Version bump.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-12-05</Date>
<Version>1.6.1</Version>
@@ -4,13 +4,11 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
#from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
# shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
@@ -12,11 +12,9 @@
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A Dock-like Taskbar Plugin for XFCE.</Summary>
<Description>
A modern, docklike, minimalist taskbar for XFCE.
</Description>
<Archive sha1sum="06f0351eb428ad5d652718f25ab3504ddb8b2219" type="tarxz">
https://github.com/davekeogh/xfce4-docklike-plugin/releases/download/v0.2.0/xfce4-docklike-plugin-0.2.0.tar.xz
<Description>A modern, docklike, minimalist taskbar for XFCE.</Description>
<Archive sha1sum="f5829e93e7b62af3248b0ce238b764d2473df59d" type="tarxz">
https://github.com/davekeogh/xfce4-docklike-plugin/releases/download/v0.3.0/xfce4-docklike-plugin-0.3.0.tar.xz
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -56,6 +54,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-07-23</Date>
<Version>0.3.0</Version>
<Comment>Version bump.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Date>2021-04-02</Date>
<Version>0.2.0</Version>