xfce4-battery-plugin.

This commit is contained in:
4fury-c3440d8
2022-11-10 20:25:21 +03:00
parent 1a3267ed05
commit 15e563aa73
2 changed files with 13 additions and 10 deletions
@@ -4,13 +4,10 @@
# 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import autotools, pisitools, get
def setup():
autotools.configure()
# for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
@@ -20,5 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "NEWS")
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>xfce4-battery-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-battery-plugin</Homepage>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-battery-plugin/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -14,8 +14,8 @@
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Battery monitor panel plugin for Xfce4</Summary>
<Description>A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD.</Description>
<Archive sha1sum="e3796a6cc3921d8b52a4d6fd5bb83fd4806af091" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2
<Archive sha1sum="69efc2ef0640f556be46d21a848695ebe2aaf063" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.4.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -44,10 +44,17 @@
</Package>
<History>
<Update release="2">
<Date>2022-11-10</Date>
<Version>1.1.4</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.1.3</Version>
<Comment>Rebuild</Comment>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>