diff --git a/desktop/xfce/addon/xfce4-battery-plugin/actions.py b/desktop/xfce/addon/xfce4-battery-plugin/actions.py index 7a244e8f77..20d30d7394 100644 --- a/desktop/xfce/addon/xfce4-battery-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-battery-plugin/actions.py @@ -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") diff --git a/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml b/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml index ff42f5c7a4..ae2f379665 100644 --- a/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-battery-plugin/pspec.xml @@ -3,7 +3,7 @@ xfce4-battery-plugin - https://docs.xfce.org/panel-plugins/xfce4-battery-plugin + https://docs.xfce.org/panel-plugins/xfce4-battery-plugin/start Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -14,8 +14,8 @@ desktop.xfce.addon Battery monitor panel plugin for Xfce4 A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD. - - https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2 + + https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.4.tar.bz2 intltool @@ -44,10 +44,17 @@ + + 2022-11-10 + 1.1.4 + Version bump. + fury + uglyside@yandex.ru + 2020-06-25 1.1.3 - Rebuild + First build. fury uglyside@yandex.ru