[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2023-06-11 Thread Michał Górny
commit: 67e5cff9efd5c8a9e91c27face89cd6b6591aeee
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 19:14:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 19:19:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e5cff9

xfce-extra/xfce4-battery-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 -
 .../xfce4-battery-plugin-1.1.4.ebuild  | 44 --
 2 files changed, 45 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index b231a5c891dc..e9925d753027 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-battery-plugin-1.1.4.tar.bz2 458485 BLAKE2B 
5af18d0f8944afdc6c93852220cd87020d7ea18ce27e224def5ed71f3d9490e2e30982bbff322a76feb3d6464888a8cd64e40c9938484256432537ea1a150009
 SHA512 
6a59630800a79d2c62434c1c50f5d891ae9ebae48037ea0859d6edd66c856a76e6f11c6e8866ca3c94ae1e5b57bdba4e9fadd4bc92c7fcef278cd2f7b82203f2
 DIST xfce4-battery-plugin-1.1.5.tar.bz2 465191 BLAKE2B 
6aa8f1d3cd3dbf3fe29fede154ad51c7cf521c04191699582678e930c2ff0a20c2f50bda22d9576b1f29b595767c5ee1ce4a7ef60cdf3fd69271796d2af8ae2e
 SHA512 
e6e09a4839911dda50fe1fed100d5fd46f6da47e5042529c2cbffa5498babc838bed56178baa23d2162b70cd6e5f005276d4b9f1fc44a1891737c94c2bf525d0

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
deleted file mode 100644
index ace909942034..
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info xdg-utils
-
-DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~riscv x86"
-
-RDEPEND=">=dev-libs/glib-2.24:2
-   >=x11-libs/gtk+-3.16:3
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.8:=
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   if use kernel_linux; then
-   CONFIG_CHECK="~ACPI_BATTERY"
-   linux-info_pkg_setup
-   fi
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2023-06-11 Thread Jakov Smolić
commit: 02add8fe499a3be31f810323a7a189bb124e62d1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jun 11 18:37:38 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jun 11 18:37:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02add8fe

xfce-extra/xfce4-battery-plugin: Stabilize 1.1.5 amd64, #908330

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
index 965ec23ff7c9..3c0eb8ef4a55 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.28.0:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2023-06-11 Thread Sam James
commit: e4d1222fee99e5d1e02fab0a72073fc3eaab7e2d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:36:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:36:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d1222f

xfce-extra/xfce4-battery-plugin: Stabilize 1.1.5 x86, #908330

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
index 36a3ac9eb607..965ec23ff7c9 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.28.0:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2023-04-19 Thread Michał Górny
commit: 326f766dfe0d494a548ddbb120a3808c5de2d2d3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 02:27:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 02:27:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326f766d

xfce-extra/xfce4-battery-plugin: Bump to 1.1.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 +
 .../xfce4-battery-plugin-1.1.5.ebuild  | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index de3ed39423c3..b231a5c891dc 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-battery-plugin-1.1.4.tar.bz2 458485 BLAKE2B 
5af18d0f8944afdc6c93852220cd87020d7ea18ce27e224def5ed71f3d9490e2e30982bbff322a76feb3d6464888a8cd64e40c9938484256432537ea1a150009
 SHA512 
6a59630800a79d2c62434c1c50f5d891ae9ebae48037ea0859d6edd66c856a76e6f11c6e8866ca3c94ae1e5b57bdba4e9fadd4bc92c7fcef278cd2f7b82203f2
+DIST xfce4-battery-plugin-1.1.5.tar.bz2 465191 BLAKE2B 
6aa8f1d3cd3dbf3fe29fede154ad51c7cf521c04191699582678e930c2ff0a20c2f50bda22d9576b1f29b595767c5ee1ce4a7ef60cdf3fd69271796d2af8ae2e
 SHA512 
e6e09a4839911dda50fe1fed100d5fd46f6da47e5042529c2cbffa5498babc838bed56178baa23d2162b70cd6e5f005276d4b9f1fc44a1891737c94c2bf525d0

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
new file mode 100644
index ..36a3ac9eb607
--- /dev/null
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info xdg-utils
+
+DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-battery-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin/
+"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.28.0:2
+   >=x11-libs/gtk+-3.16.0:3
+   >=xfce-base/libxfce4ui-4.14.0:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.14.0:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~ACPI_BATTERY"
+   linux-info_pkg_setup
+   fi
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2022-06-19 Thread Yixun Lan
commit: 6a09a3171764229f469bcb53a931eb48585791c6
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 19 12:50:55 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 19 12:52:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a09a317

xfce-extra/xfce4-battery-plugin: keyword 1.1.4 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
index 9ccf0ca26451..ace909942034 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~riscv x86"
 
 RDEPEND=">=dev-libs/glib-2.24:2
>=x11-libs/gtk+-3.16:3



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2022-01-04 Thread David Seifert
commit: 7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jan  4 10:30:09 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jan  4 10:30:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a88c4a6

xfce-extra/xfce4-battery-plugin: remove implicit kernel_linux

Signed-off-by: David Seifert  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
index 66fb4475d4cd..9ccf0ca26451 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,6 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~mips ~ppc x86"
-IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2
>=x11-libs/gtk+-3.16:3



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2021-04-28 Thread Michał Górny
commit: 1f8d636259a86ec974bea7f5ff17e863b05b3f01
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 28 17:49:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 28 17:50:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8d6362

xfce-extra/xfce4-battery-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 -
 .../xfce4-battery-plugin-1.1.3.ebuild  | 44 --
 2 files changed, 45 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index 6f562c1a2e9..de3ed39423c 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-battery-plugin-1.1.3.tar.bz2 431118 BLAKE2B 
305255b4ea0f232f5dae29b47c4ec66b26a5848783d6aa6b3379b98fe9312b302cde8302aa3d2c8bd945b3b160cdf5b6e612f452f5595f61ddaf5659342e3480
 SHA512 
a591fb37855efbd54d18ae97e320fa4521da611c8ea107813bfd66fa570e8c84576fcf779c7b676ee9918709912de728b0fed490e64d3d2ad403baf719db4520
 DIST xfce4-battery-plugin-1.1.4.tar.bz2 458485 BLAKE2B 
5af18d0f8944afdc6c93852220cd87020d7ea18ce27e224def5ed71f3d9490e2e30982bbff322a76feb3d6464888a8cd64e40c9938484256432537ea1a150009
 SHA512 
6a59630800a79d2c62434c1c50f5d891ae9ebae48037ea0859d6edd66c856a76e6f11c6e8866ca3c94ae1e5b57bdba4e9fadd4bc92c7fcef278cd2f7b82203f2

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
deleted file mode 100644
index 2029bccbf0b..000
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info xdg-utils
-
-DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc x86"
-IUSE="kernel_linux"
-
-RDEPEND=">=dev-libs/glib-2.24:2
-   >=x11-libs/gtk+-3.16:3
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.8:=
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   if use kernel_linux; then
-   CONFIG_CHECK="~ACPI_BATTERY"
-   linux-info_pkg_setup
-   fi
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2021-04-28 Thread Sam James
commit: 67c7630db1f3c46698397ed7be21f83b1800a08b
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 28 17:01:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 28 17:03:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c7630d

xfce-extra/xfce4-battery-plugin: Stabilize 1.1.4 amd64, #786165

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
index c73c3865599..66fb4475d4c 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2021-04-28 Thread Sam James
commit: ecf6429f138a3118e811eb8547377b1549448307
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 28 02:44:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 28 02:47:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf6429f

xfce-extra/xfce4-battery-plugin: Stabilize 1.1.4 x86, #786165

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
index 495bed51cc9..c73c3865599 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2021-03-23 Thread Michał Górny
commit: 13e45fc64d54adca3d356eb27677db0476f10f6d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 23 12:03:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 23 12:06:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e45fc6

xfce-extra/xfce4-battery-plugin: Bump to 1.1.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 +
 .../xfce4-battery-plugin-1.1.4.ebuild  | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index a5d4b7d0cbb..6f562c1a2e9 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-battery-plugin-1.1.3.tar.bz2 431118 BLAKE2B 
305255b4ea0f232f5dae29b47c4ec66b26a5848783d6aa6b3379b98fe9312b302cde8302aa3d2c8bd945b3b160cdf5b6e612f452f5595f61ddaf5659342e3480
 SHA512 
a591fb37855efbd54d18ae97e320fa4521da611c8ea107813bfd66fa570e8c84576fcf779c7b676ee9918709912de728b0fed490e64d3d2ad403baf719db4520
+DIST xfce4-battery-plugin-1.1.4.tar.bz2 458485 BLAKE2B 
5af18d0f8944afdc6c93852220cd87020d7ea18ce27e224def5ed71f3d9490e2e30982bbff322a76feb3d6464888a8cd64e40c9938484256432537ea1a150009
 SHA512 
6a59630800a79d2c62434c1c50f5d891ae9ebae48037ea0859d6edd66c856a76e6f11c6e8866ca3c94ae1e5b57bdba4e9fadd4bc92c7fcef278cd2f7b82203f2

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
new file mode 100644
index 000..495bed51cc9
--- /dev/null
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info xdg-utils
+
+DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="kernel_linux"
+
+RDEPEND=">=dev-libs/glib-2.24:2
+   >=x11-libs/gtk+-3.16:3
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.8:=
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~ACPI_BATTERY"
+   linux-info_pkg_setup
+   fi
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2019-10-10 Thread Mikle Kolyada
commit: f4407765a9086f6d4c42f7b8fed39934c90e5813
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:33:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:33:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4407765

xfce-extra/xfce4-battery-plugin: x86 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
index ce0cddb012b..2029bccbf0b 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2019-10-10 Thread Mikle Kolyada
commit: 4c4a3605b8a574c45649a77a873c13951577edcf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:28:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:28:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4a3605

xfce-extra/xfce4-battery-plugin: amd64 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
index 4637bab90ff..ce0cddb012b 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2019-08-13 Thread Michał Górny
commit: b6333cbd5e99118d3d0cb872808a8872774ebc75
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 11:31:30 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 12:10:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6333cbd

xfce-extra/xfce4-battery-plugin: Bump to 1.1.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 +
 .../xfce4-battery-plugin-1.1.3.ebuild  | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index 6ed6c3bd1eb..782b77fc4cb 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-battery-plugin-1.1.2.tar.bz2 464077 BLAKE2B 
d3a8c661a96fae4992d89a9e0e7c313fc7a816bc6586443eb0490617f00a5afc81a2e4cdc0b7b3e3444ffb7342cc503f0fa1e84c967c0412ce287daaca41c950
 SHA512 
51778d00c34c41bdad234893c4a91f3bd562481df343d811e266719cb7903f60e1d56ba39f64f14ab882ce6419d0f0f4010aa112e9d0059133e7e4d30470f491
+DIST xfce4-battery-plugin-1.1.3.tar.bz2 431118 BLAKE2B 
305255b4ea0f232f5dae29b47c4ec66b26a5848783d6aa6b3379b98fe9312b302cde8302aa3d2c8bd945b3b160cdf5b6e612f452f5595f61ddaf5659342e3480
 SHA512 
a591fb37855efbd54d18ae97e320fa4521da611c8ea107813bfd66fa570e8c84576fcf779c7b676ee9918709912de728b0fed490e64d3d2ad403baf719db4520

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
new file mode 100644
index 000..4637bab90ff
--- /dev/null
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info xdg-utils
+
+DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="kernel_linux"
+
+RDEPEND=">=dev-libs/glib-2.24:2
+   >=x11-libs/gtk+-3.16:3
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.8:=
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~ACPI_BATTERY"
+   linux-info_pkg_setup
+   fi
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2019-04-08 Thread Michał Górny
commit: 80f668e92d822f550a7686af8a13a4b02cdcec86
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  8 18:56:00 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  8 19:17:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f668e9

xfce-extra/xfce4-battery-plugin: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 -
 .../xfce4-battery-plugin-1.1.1.ebuild  | 45 --
 2 files changed, 46 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index 235ca491b2d..6ed6c3bd1eb 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-battery-plugin-1.1.1.tar.bz2 465880 BLAKE2B 
09f257226009de387b8965e8233aae9a0c756fa2c854f1bdf346e23638a0c55b7100c57eb33111c2f8e20908350baba2a608cf7e2a7046770d5dd4b758ce4e61
 SHA512 
15c0755f95cc03db95f8fe61faa87607dcdb24622c8de3a7941c254e15bf3d65b6683e5a0ff1fd96ca252afede6763f4440c8455665e346169b1107ad44d6651
 DIST xfce4-battery-plugin-1.1.2.tar.bz2 464077 BLAKE2B 
d3a8c661a96fae4992d89a9e0e7c313fc7a816bc6586443eb0490617f00a5afc81a2e4cdc0b7b3e3444ffb7342cc503f0fa1e84c967c0412ce287daaca41c950
 SHA512 
51778d00c34c41bdad234893c4a91f3bd562481df343d811e266719cb7903f60e1d56ba39f64f14ab882ce6419d0f0f4010aa112e9d0059133e7e4d30470f491

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
deleted file mode 100644
index d6c420f8d83..000
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils linux-info xdg-utils
-
-DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc x86"
-IUSE="kernel_linux"
-
-RDEPEND=">=dev-libs/glib-2.24:2=
-   >=x11-libs/gtk+-3.16:3=
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.8:=
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-pkg_setup() {
-   if use kernel_linux; then
-   CONFIG_CHECK="~ACPI_BATTERY"
-   linux-info_pkg_setup
-   fi
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2019-04-07 Thread Mikle Kolyada
commit: 44539ae0386ef54b255c7cca172ecccffd72fa9b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:42:25 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:42:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44539ae0

xfce-extra/xfce4-battery-plugin: x86 stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
index d2fae414ada..b83baf8184a 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2019-04-07 Thread Mikle Kolyada
commit: 89e37bbca5fd1c4fa87dd63a8e3026533513a937
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:40:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:40:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e37bbc

xfce-extra/xfce4-battery-plugin: amd64 stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
index 207fe3d2f3b..d2fae414ada 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2019-01-13 Thread Michał Górny
commit: eb5987208ffad93c6b13b58d57a6bdf1ef265d0e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 13 16:54:00 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 13 17:00:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb598720

xfce-extra/xfce4-battery-plugin: Bump to 1.1.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 +
 .../xfce4-battery-plugin-1.1.2.ebuild  | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index 31918738b73..bbe08768ee1 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-battery-plugin-1.1.0.tar.bz2 398621 BLAKE2B 
461f32e07708c29f2157c8909ba48a43458c06c9622ec0835f4cf6abb0b1232bc35f23a7e945315eb2d49048b9c0023da3a27803cf95217374962531db986e97
 SHA512 
d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09
 DIST xfce4-battery-plugin-1.1.1.tar.bz2 465880 BLAKE2B 
09f257226009de387b8965e8233aae9a0c756fa2c854f1bdf346e23638a0c55b7100c57eb33111c2f8e20908350baba2a608cf7e2a7046770d5dd4b758ce4e61
 SHA512 
15c0755f95cc03db95f8fe61faa87607dcdb24622c8de3a7941c254e15bf3d65b6683e5a0ff1fd96ca252afede6763f4440c8455665e346169b1107ad44d6651
+DIST xfce4-battery-plugin-1.1.2.tar.bz2 464077 BLAKE2B 
d3a8c661a96fae4992d89a9e0e7c313fc7a816bc6586443eb0490617f00a5afc81a2e4cdc0b7b3e3444ffb7342cc503f0fa1e84c967c0412ce287daaca41c950
 SHA512 
51778d00c34c41bdad234893c4a91f3bd562481df343d811e266719cb7903f60e1d56ba39f64f14ab882ce6419d0f0f4010aa112e9d0059133e7e4d30470f491

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
new file mode 100644
index 000..207fe3d2f3b
--- /dev/null
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils linux-info xdg-utils
+
+DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="kernel_linux"
+
+RDEPEND=">=dev-libs/glib-2.24:2=
+   >=x11-libs/gtk+-3.16:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.8:=
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~ACPI_BATTERY"
+   linux-info_pkg_setup
+   fi
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: c61dfec85b19ee161ded6ade0ff999830da0f51c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:26:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:02:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61dfec8

xfce-extra/xfce4-battery-plugin: x86 stable (bug #652774)

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
index eb9feb835b5..d6c420f8d83 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2018-11-12 Thread Mikle Kolyada
commit: 6b7170e010d04480d4761e0d743674bfa4219ab5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:48:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:48:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7170e0

xfce-extra/xfce4-battery-plugin: amd64 stable wrt bug #652774

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
index 70ccc435091..eb9feb835b5 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2018-09-24 Thread Michał Górny
commit: 23fc94459edfc6215196ce463dc452c9225286b0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 24 16:20:55 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 24 16:29:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23fc9445

xfce-extra/xfce4-battery-plugin: Bump to 1.1.1 (bugfix)

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 +
 .../xfce4-battery-plugin-1.1.1.ebuild  | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index b65286239de..31918738b73 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-battery-plugin-1.1.0.tar.bz2 398621 BLAKE2B 
461f32e07708c29f2157c8909ba48a43458c06c9622ec0835f4cf6abb0b1232bc35f23a7e945315eb2d49048b9c0023da3a27803cf95217374962531db986e97
 SHA512 
d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09
+DIST xfce4-battery-plugin-1.1.1.tar.bz2 465880 BLAKE2B 
09f257226009de387b8965e8233aae9a0c756fa2c854f1bdf346e23638a0c55b7100c57eb33111c2f8e20908350baba2a608cf7e2a7046770d5dd4b758ce4e61
 SHA512 
15c0755f95cc03db95f8fe61faa87607dcdb24622c8de3a7941c254e15bf3d65b6683e5a0ff1fd96ca252afede6763f4440c8455665e346169b1107ad44d6651

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
new file mode 100644
index 000..70ccc435091
--- /dev/null
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils linux-info xdg-utils
+
+DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="kernel_linux"
+
+RDEPEND=">=dev-libs/glib-2.24:2=
+   >=x11-libs/gtk+-3.16:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.8:=
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~ACPI_BATTERY"
+   linux-info_pkg_setup
+   fi
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2018-04-08 Thread Jason Zaman
commit: 441278568b8dad7a3ff50f7131820adf24ac8125
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:09:38 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44127856

xfce-extra/xfce4-battery-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild| 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
index ce4128661f7..0482fdae6e4 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit linux-info fdo-mime gnome2-utils
+
+inherit gnome2-utils linux-info xdg-utils
 
 DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
@@ -36,13 +37,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2018-01-05 Thread Thomas Deutschmann
commit: 4ad735ae0a127e0de14f2a45ddf614bf076e0b80
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan  6 04:59:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan  6 04:59:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad735ae

xfce-extra/xfce4-battery-plugin: x86 stable (bug #643074)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
index 7109de27509..ce4128661f7 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2018-01-05 Thread Mikle Kolyada
commit: ec17e6408a00f781254ac0d8bf5fd34ad0e79af8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:11:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:16:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec17e640

xfce-extra/xfce4-battery-plugin: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
index 0791c3b5cac..7109de27509 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2016-11-20 Thread Jason Zaman
commit: 9da2545a243b8c618431675a83ea41a01e38058b
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 10:54:45 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da2545a

xfce-extra/xfce4-battery-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-battery-plugin/Manifest   |  2 +-
 ...99.ebuild => xfce4-battery-plugin-1.1.0.ebuild} | 30 +++---
 2 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index 33b36af..b463eed 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-battery-plugin-1.0.5.tar.bz2 403505 SHA256 
f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11 SHA512 
f49f33178a771b952442f498cee2c722146c9982cb27453e6547a7c7838eaa0a22588a7d2a56f189f7e9e7b90ed7e5ac7a4e6cfee55dc5e43d32c5ef95b20062
 WHIRLPOOL 
c23fff115afc9b5660ccf64332d71123d2e9161d9d79c5d66cc7aca12e5d904836b51e314053e0b571a044d70dbc64f0bb9592e79596fc9ee87f56376e120735
-DIST xfce4-battery-plugin-1.0.99.tar.bz2 415377 SHA256 
d0cf48209b969510da82201b00f7c959105ff63b473fa4cd76e011c784626c41 SHA512 
5c9de4d8f688f450f19bfe09ef410c7a8e3049e43ce613aa2dc250ea9097721e2839357e60d2926a4d2812ef7178d079ba7caa8c9899cfac9b78c018bbbf503d
 WHIRLPOOL 
10643cfb4f0c5dd2c6e85fdc979c130a027b5fcf52224a15b957c733267479e8d33451e5e89ab5d1a4669fbcefd0ebc20d19735f180bc2f90f008514825e88b9
+DIST xfce4-battery-plugin-1.1.0.tar.bz2 398621 SHA256 
8c9deec8d95da4cc39d6d9091433e5822b6bbe07d80117045dd4dd3480427ece SHA512 
d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09
 WHIRLPOOL 
c331731410c67ef6a231726f9797871daed0f7a95bb2bc167ed09c35ed8184ce51cac359f924cfe43065a134fc4aeb85655bc27ed930cc131cb4ed64faed1ffc

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
similarity index 66%
rename from xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild
rename to xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
index 06113d6..d407c3f 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit linux-info xfconf
+EAPI=6
+inherit linux-info fdo-mime gnome2-utils
 
 DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
-IUSE="debug kernel_linux"
+IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=
>=x11-libs/gtk+-3.14:3=
@@ -23,15 +23,27 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
+pkg_setup() {
if use kernel_linux; then
CONFIG_CHECK="~ACPI_BATTERY"
linux-info_pkg_setup
fi
 }
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2016-07-30 Thread Michał Górny
commit: 6cb98eac0d1d0cbb321be643e63e6e1a2af816c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 19:18:58 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 30 19:49:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb98eac

xfce-extra/xfce4-battery-plugin: Bump to 1.0.99, the GTK+3 pre-release

 xfce-extra/xfce4-battery-plugin/Manifest   |  1 +
 .../xfce4-battery-plugin-1.0.99.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index 52f962a..33b36af 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-battery-plugin-1.0.5.tar.bz2 403505 SHA256 
f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11 SHA512 
f49f33178a771b952442f498cee2c722146c9982cb27453e6547a7c7838eaa0a22588a7d2a56f189f7e9e7b90ed7e5ac7a4e6cfee55dc5e43d32c5ef95b20062
 WHIRLPOOL 
c23fff115afc9b5660ccf64332d71123d2e9161d9d79c5d66cc7aca12e5d904836b51e314053e0b571a044d70dbc64f0bb9592e79596fc9ee87f56376e120735
+DIST xfce4-battery-plugin-1.0.99.tar.bz2 415377 SHA256 
d0cf48209b969510da82201b00f7c959105ff63b473fa4cd76e011c784626c41 SHA512 
5c9de4d8f688f450f19bfe09ef410c7a8e3049e43ce613aa2dc250ea9097721e2839357e60d2926a4d2812ef7178d079ba7caa8c9899cfac9b78c018bbbf503d
 WHIRLPOOL 
10643cfb4f0c5dd2c6e85fdc979c130a027b5fcf52224a15b957c733267479e8d33451e5e89ab5d1a4669fbcefd0ebc20d19735f180bc2f90f008514825e88b9

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild
new file mode 100644
index 000..06113d6
--- /dev/null
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit linux-info xfconf
+
+DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="debug kernel_linux"
+
+RDEPEND=">=dev-libs/glib-2.24:2=
+   >=x11-libs/gtk+-3.14:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.8:=
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=(
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README )
+
+   if use kernel_linux; then
+   CONFIG_CHECK="~ACPI_BATTERY"
+   linux-info_pkg_setup
+   fi
+}