xfce docklike plugin.

This commit is contained in:
4fury-c3440d8
2021-07-23 04:01:29 +03:00
parent d6d655020e
commit 0aed9be3ee
2 changed files with 10 additions and 7 deletions
@@ -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>