public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2018-09-24 16:29 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2018-09-24 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     23fc94459edfc6215196ce463dc452c9225286b0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 24 16:20:55 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 16:29:32 2018 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2023-06-11 19:19 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-06-11 19:19 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2023-06-11 18:38 Jakov Smolić
  0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2023-06-11 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     02add8fe499a3be31f810323a7a189bb124e62d1
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 18:37:38 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 18:37:38 2023 +0000
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ć <jsmolic <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2023-06-11 15:37 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2023-06-11 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e4d1222fee99e5d1e02fab0a72073fc3eaab7e2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 15:36:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 15:36:28 2023 +0000
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 <sam <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2023-04-20  2:32 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-04-20  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     326f766dfe0d494a548ddbb120a3808c5de2d2d3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 02:27:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 02:27:23 2023 +0000
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 <mgorny <AT> 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 000000000000..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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2022-06-19 13:36 Yixun Lan
  0 siblings, 0 replies; 25+ messages in thread
From: Yixun Lan @ 2022-06-19 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6a09a3171764229f469bcb53a931eb48585791c6
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 12:50:55 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 12:52:26 2022 +0000
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 <dlan <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2022-01-04 10:30 David Seifert
  0 siblings, 0 replies; 25+ messages in thread
From: David Seifert @ 2022-01-04 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  4 10:30:09 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan  4 10:30:09 2022 +0000
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 <soap <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2021-04-28 17:50 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2021-04-28 17:50 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2021-04-28 17:04 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-04-28 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     67c7630db1f3c46698397ed7be21f83b1800a08b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 17:01:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 17:03:56 2021 +0000
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 <sam <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2021-04-28 17:00 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-04-28 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ecf6429f138a3118e811eb8547377b1549448307
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 02:44:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 02:47:15 2021 +0000
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 <sam <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2021-03-23 12:06 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2021-03-23 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     13e45fc64d54adca3d356eb27677db0476f10f6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 23 12:03:22 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 12:06:19 2021 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2019-10-10 18:35 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2019-10-10 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f4407765a9086f6d4c42f7b8fed39934c90e5813
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 18:33:26 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 18:33:26 2019 +0000
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 <zlogene <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2019-10-10 18:31 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2019-10-10 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4c4a3605b8a574c45649a77a873c13951577edcf
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 18:28:31 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 18:28:31 2019 +0000
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 <zlogene <AT> 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


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2019-08-13 12:10 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2019-08-13 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b6333cbd5e99118d3d0cb872808a8872774ebc75
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 11:31:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 12:10:47 2019 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2019-04-08 19:17 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2019-04-08 19:17 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2019-04-07 14:43 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2019-04-07 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     44539ae0386ef54b255c7cca172ecccffd72fa9b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 14:42:25 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 14:42:25 2019 +0000
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 <zlogene <AT> 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=


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2019-04-07 14:41 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2019-04-07 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     89e37bbca5fd1c4fa87dd63a8e3026533513a937
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 14:40:45 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 14:40:45 2019 +0000
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 <zlogene <AT> 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=


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2019-01-13 17:00 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2019-01-13 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5987208ffad93c6b13b58d57a6bdf1ef265d0e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 13 16:54:00 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 13 17:00:03 2019 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2018-11-15 17:04 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2018-11-15 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c61dfec85b19ee161ded6ade0ff999830da0f51c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 16:26:44 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 17:02:56 2018 +0000
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 <whissi <AT> 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=


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2018-11-12 13:52 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2018-11-12 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6b7170e010d04480d4761e0d743674bfa4219ab5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 13:48:37 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 13:48:37 2018 +0000
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 <zlogene <AT> 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=


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2018-04-08  8:06 Jason Zaman
  0 siblings, 0 replies; 25+ messages in thread
From: Jason Zaman @ 2018-04-08  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     441278568b8dad7a3ff50f7131820adf24ac8125
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Apr  7 12:09:38 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 08:02:07 2018 +0000
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
 }


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2018-01-06  5:05 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2018-01-06  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4ad735ae0a127e0de14f2a45ddf614bf076e0b80
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 04:59:04 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 04:59:04 2018 +0000
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=


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2018-01-05 11:16 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2018-01-05 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ec17e6408a00f781254ac0d8bf5fd34ad0e79af8
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 11:11:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 11:16:40 2018 +0000
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=


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2016-11-20 16:19 Jason Zaman
  0 siblings, 0 replies; 25+ messages in thread
From: Jason Zaman @ 2016-11-20 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9da2545a243b8c618431675a83ea41a01e38058b
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 10:54:45 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 16:18:33 2016 +0000
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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
@ 2016-07-30 19:53 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2016-07-30 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6cb98eac0d1d0cbb321be643e63e6e1a2af816c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 19:18:58 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 19:49:46 2016 +0000
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 0000000..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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-06-11 19:19 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-24 16:29 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 19:19 Michał Górny
2023-06-11 18:38 Jakov Smolić
2023-06-11 15:37 Sam James
2023-04-20  2:32 Michał Górny
2022-06-19 13:36 Yixun Lan
2022-01-04 10:30 David Seifert
2021-04-28 17:50 Michał Górny
2021-04-28 17:04 Sam James
2021-04-28 17:00 Sam James
2021-03-23 12:06 Michał Górny
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-08-13 12:10 Michał Górny
2019-04-08 19:17 Michał Górny
2019-04-07 14:43 Mikle Kolyada
2019-04-07 14:41 Mikle Kolyada
2019-01-13 17:00 Michał Górny
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 13:52 Mikle Kolyada
2018-04-08  8:06 Jason Zaman
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:16 Mikle Kolyada
2016-11-20 16:19 Jason Zaman
2016-07-30 19:53 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox