public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2017-08-06 13:58 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-08-06 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     86dcb28749babcf3d9bef76312dfb12dd713129e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 20:25:40 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 13:54:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dcb287

xfce-extra/xfce4-statusnotifier-plugin: New package

 xfce-extra/xfce4-statusnotifier-plugin/Manifest    |  1 +
 .../xfce4-statusnotifier-plugin/metadata.xml       |  8 +++++
 .../xfce4-statusnotifier-plugin-0.1.0.ebuild       | 40 ++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
new file mode 100644
index 00000000000..6a7f65fc867
--- /dev/null
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -0,0 +1 @@
+DIST xfce4-statusnotifier-plugin-0.1.0.tar.bz2 361454 SHA256 22ad14101df914e79d4dbd8e5d96382b1d3f52e326d2acd7760bfbf9795ea6d5 SHA512 23c84700bd538115237c525f416ea545b10b6ea4e674c3e136ccf8f7a48370b978e99dac6c69ed694c3dd495027825bc9e74504e0222c6a3923f52e4b9d4f097 WHIRLPOOL fdb205e8a38692ac4ee37e54342704bcdff7c8d01a918553ecf1d1ab67ff37d1cee04e72b415b4747d3d29aa284babfe558b0f947bf8cef87aac92e9aeb354fa

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml b/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
new file mode 100644
index 00000000000..359901b31db
--- /dev/null
+++ b/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>xfce@gentoo.org</email>
+    <name>XFCE Team</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild
new file mode 100644
index 00000000000..01a0cd1f11a
--- /dev/null
+++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.24:=
+	>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
+	>=x11-libs/gtk+-3.18:3=
+	x11-libs/libX11:=
+	>=xfce-base/libxfce4ui-4.12:=
+	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/xfce4-panel-4.12:=
+	>=xfce-base/xfconf-4.12:="
+DEPEND="${RDEPEND}
+	dev-util/gdbus-codegen"
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2017-09-07 20:31 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-09-07 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1bdb5863c85d4030e5d041e32cab5b96fb23f0a4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  7 19:45:32 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep  7 20:31:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdb5863

xfce-extra/xfce4-statusnotifier-plugin: Bump to 0.2.0

 xfce-extra/xfce4-statusnotifier-plugin/Manifest    |  1 +
 .../xfce4-statusnotifier-plugin-0.2.0.ebuild       | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 6a7f65fc867..331af8d6825 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-statusnotifier-plugin-0.1.0.tar.bz2 361454 SHA256 22ad14101df914e79d4dbd8e5d96382b1d3f52e326d2acd7760bfbf9795ea6d5 SHA512 23c84700bd538115237c525f416ea545b10b6ea4e674c3e136ccf8f7a48370b978e99dac6c69ed694c3dd495027825bc9e74504e0222c6a3923f52e4b9d4f097 WHIRLPOOL fdb205e8a38692ac4ee37e54342704bcdff7c8d01a918553ecf1d1ab67ff37d1cee04e72b415b4747d3d29aa284babfe558b0f947bf8cef87aac92e9aeb354fa
+DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 SHA256 65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1 SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374 WHIRLPOOL d6d39de619498dad60d79d4ae902f2ecc63d3e09d1ab3e65bad7501e607307e3c0b21cb2b0e7b74beefad8c7c1872e6864cbb250d127b014a677cab5c65b9227

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
new file mode 100644
index 00000000000..01a0cd1f11a
--- /dev/null
+++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.24:=
+	>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
+	>=x11-libs/gtk+-3.18:3=
+	x11-libs/libX11:=
+	>=xfce-base/libxfce4ui-4.12:=
+	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/xfce4-panel-4.12:=
+	>=xfce-base/xfconf-4.12:="
+DEPEND="${RDEPEND}
+	dev-util/gdbus-codegen"
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2017-11-02 12:29 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-11-02 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9329153cf7f7ca38284ddf9e11c65d9e188c47ac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 11:44:51 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 12:28:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9329153c

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

 xfce-extra/xfce4-statusnotifier-plugin/Manifest    |  1 -
 .../xfce4-statusnotifier-plugin-0.1.0.ebuild       | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 6e024c20667..b4ecea6d142 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-statusnotifier-plugin-0.1.0.tar.bz2 361454 SHA256 22ad14101df914e79d4dbd8e5d96382b1d3f52e326d2acd7760bfbf9795ea6d5 SHA512 23c84700bd538115237c525f416ea545b10b6ea4e674c3e136ccf8f7a48370b978e99dac6c69ed694c3dd495027825bc9e74504e0222c6a3923f52e4b9d4f097 WHIRLPOOL fdb205e8a38692ac4ee37e54342704bcdff7c8d01a918553ecf1d1ab67ff37d1cee04e72b415b4747d3d29aa284babfe558b0f947bf8cef87aac92e9aeb354fa
 DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 SHA256 65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1 SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374 WHIRLPOOL d6d39de619498dad60d79d4ae902f2ecc63d3e09d1ab3e65bad7501e607307e3c0b21cb2b0e7b74beefad8c7c1872e6864cbb250d127b014a677cab5c65b9227
 DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 SHA256 524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f WHIRLPOOL d8e005aef1bf66b1b3ba83b42b5cca4929c2828ac17eba816bbc19dfa6c8dbc5546a954ffa5af14e34005a9f4f4c3f332be678f8ec4c4ffe790518274b9dac33

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild
deleted file mode 100644
index 01a0cd1f11a..00000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.24:=
-	>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
-	>=x11-libs/gtk+-3.18:3=
-	x11-libs/libX11:=
-	>=xfce-base/libxfce4ui-4.12:=
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfce4-panel-4.12:=
-	>=xfce-base/xfconf-4.12:="
-DEPEND="${RDEPEND}
-	dev-util/gdbus-codegen"
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2017-11-02 12:29 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-11-02 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f71b6ed312f653ce800362f46a57a2706a6a5ee9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 11:39:22 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 12:28:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71b6ed3

xfce-extra/xfce4-statusnotifier-plugin: Bump to 0.2.1

 xfce-extra/xfce4-statusnotifier-plugin/Manifest    |  1 +
 .../xfce4-statusnotifier-plugin-0.2.1.ebuild       | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 331af8d6825..6e024c20667 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-statusnotifier-plugin-0.1.0.tar.bz2 361454 SHA256 22ad14101df914e79d4dbd8e5d96382b1d3f52e326d2acd7760bfbf9795ea6d5 SHA512 23c84700bd538115237c525f416ea545b10b6ea4e674c3e136ccf8f7a48370b978e99dac6c69ed694c3dd495027825bc9e74504e0222c6a3923f52e4b9d4f097 WHIRLPOOL fdb205e8a38692ac4ee37e54342704bcdff7c8d01a918553ecf1d1ab67ff37d1cee04e72b415b4747d3d29aa284babfe558b0f947bf8cef87aac92e9aeb354fa
 DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 SHA256 65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1 SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374 WHIRLPOOL d6d39de619498dad60d79d4ae902f2ecc63d3e09d1ab3e65bad7501e607307e3c0b21cb2b0e7b74beefad8c7c1872e6864cbb250d127b014a677cab5c65b9227
+DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 SHA256 524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f WHIRLPOOL d8e005aef1bf66b1b3ba83b42b5cca4929c2828ac17eba816bbc19dfa6c8dbc5546a954ffa5af14e34005a9f4f4c3f332be678f8ec4c4ffe790518274b9dac33

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
new file mode 100644
index 00000000000..01a0cd1f11a
--- /dev/null
+++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.24:=
+	>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
+	>=x11-libs/gtk+-3.18:3=
+	x11-libs/libX11:=
+	>=xfce-base/libxfce4ui-4.12:=
+	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/xfce4-panel-4.12:=
+	>=xfce-base/xfconf-4.12:="
+DEPEND="${RDEPEND}
+	dev-util/gdbus-codegen"
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2018-03-25 17:27 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-03-25 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     62bcdae424a1f60440c3faf5d4f7805fb6861247
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 16:19:30 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 17:27:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bcdae4

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

 xfce-extra/xfce4-statusnotifier-plugin/Manifest    |  1 -
 .../xfce4-statusnotifier-plugin-0.2.0.ebuild       | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 6fbc6724479..59c3d633b71 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 BLAKE2B 0b3955d2fd512856845326a05176fded0a844f58bfd1d5daa30e869228ae707186594c2526a25c912f62a864a9941998a3981603194dd9d8f73566474e4e736d SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374
 DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 BLAKE2B e8035750c8d376569d3694340c8630af3032da19e684adb374fbb79379d523a293b78b98d3c61601a0abe3639125106a56e976d8e0fe0b60244569593a087384 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
deleted file mode 100644
index 01a0cd1f11a..00000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.24:=
-	>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
-	>=x11-libs/gtk+-3.18:3=
-	x11-libs/libX11:=
-	>=xfce-base/libxfce4ui-4.12:=
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfce4-panel-4.12:=
-	>=xfce-base/xfconf-4.12:="
-DEPEND="${RDEPEND}
-	dev-util/gdbus-codegen"
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2018-07-10 12:29 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-07-10 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     37f912b922c9b46d69aa0e9f60bb1251e1777ad4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 10:48:01 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 12:29:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f912b9

xfce-extra/xfce4-statusnotifier-plugin: Inline mirror://xfce

 .../xfce4-statusnotifier-plugin-0.2.1.ebuild                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
index 01a0cd1f11a..1eb2dd7f2ff 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
+++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
@@ -7,7 +7,7 @@ inherit gnome2-utils
 
 DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2020-03-09  7:18 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-03-09  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d8e6be98c9a9c146737ddabcd1b5cc1d42056672
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 06:25:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 07:17:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e6be98

xfce-extra/xfce4-statusnotifier-plugin: Bump to 0.2.2

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

 xfce-extra/xfce4-statusnotifier-plugin/Manifest    |  1 +
 .../xfce4-statusnotifier-plugin-0.2.2.ebuild       | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 59c3d633b71..65c7e0a5152 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 BLAKE2B e8035750c8d376569d3694340c8630af3032da19e684adb374fbb79379d523a293b78b98d3c61601a0abe3639125106a56e976d8e0fe0b60244569593a087384 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f
+DIST xfce4-statusnotifier-plugin-0.2.2.tar.bz2 376903 BLAKE2B 23e99a6687016de7352ab0611719f5a9ef319d6280a2fb8474f2ee1471f219f29926c07e4072ac75039377eca98d9c7f2f3fce29ce1d29cfc0d1112642e9016d SHA512 76f719ffed4ec9e178a844173cb0728888beba9a1ad69c9da025cb2d1fb3ad18448b4b4a60a94bb329ec7b80760307000550d451859c33f4b5d7bb8590cf227d

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
new file mode 100644
index 00000000000..2ea6ad2a91f
--- /dev/null
+++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.24
+	>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
+	>=x11-libs/gtk+-3.18:3
+	x11-libs/libX11
+	>=xfce-base/libxfce4ui-4.12:=
+	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/xfce4-panel-4.12:=
+	>=xfce-base/xfconf-4.12:="
+DEPEND="${RDEPEND}
+	dev-util/gdbus-codegen"
+
+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] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/
@ 2020-03-19 17:20 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-03-19 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ef98532201b0bb530d76789f585faef4fd277f51
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:03:39 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:20:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef985322

xfce-extra/xfce4-statusnotifier-plugin: Remove redundant versions

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

 xfce-extra/xfce4-statusnotifier-plugin/Manifest    |  1 -
 .../xfce4-statusnotifier-plugin-0.2.1.ebuild       | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 65c7e0a5152..7f55f5fcdef 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 BLAKE2B e8035750c8d376569d3694340c8630af3032da19e684adb374fbb79379d523a293b78b98d3c61601a0abe3639125106a56e976d8e0fe0b60244569593a087384 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f
 DIST xfce4-statusnotifier-plugin-0.2.2.tar.bz2 376903 BLAKE2B 23e99a6687016de7352ab0611719f5a9ef319d6280a2fb8474f2ee1471f219f29926c07e4072ac75039377eca98d9c7f2f3fce29ce1d29cfc0d1112642e9016d SHA512 76f719ffed4ec9e178a844173cb0728888beba9a1ad69c9da025cb2d1fb3ad18448b4b4a60a94bb329ec7b80760307000550d451859c33f4b5d7bb8590cf227d

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
deleted file mode 100644
index 1eb2dd7f2ff..00000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.24:=
-	>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
-	>=x11-libs/gtk+-3.18:3=
-	x11-libs/libX11:=
-	>=xfce-base/libxfce4ui-4.12:=
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfce4-panel-4.12:=
-	>=xfce-base/xfconf-4.12:="
-DEPEND="${RDEPEND}
-	dev-util/gdbus-codegen"
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

end of thread, other threads:[~2020-03-19 17:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-07 20:31 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-statusnotifier-plugin/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-03-19 17:20 Michał Górny
2020-03-09  7:18 Michał Górny
2018-07-10 12:29 Michał Górny
2018-03-25 17:27 Michał Górny
2017-11-02 12:29 Michał Górny
2017-11-02 12:29 Michał Górny
2017-08-06 13:58 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