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

2023-06-11 Thread Michał Górny
commit: 1598925edf4acb52102c0775a8eec296283ee3e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 19:14:11 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=1598925e

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

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

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 -
 xfce-extra/xfce4-mpc-plugin/metadata.xml   |  3 ---
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild | 31 --
 3 files changed, 35 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index f5877a98e868..ab2f3a960a82 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mpc-plugin-0.5.2.tar.bz2 293655 BLAKE2B 
0b82ee0c8d19342365d6e7a7fc28fcc4ccf880c735df70e793123e63ff86df7e6c3d6d80a8b1c81dd4f7fb264a291897a1900c76aef35c4855c333c85ddfc467
 SHA512 
c0e6580d5c9c8677a1ad4e8ec4233de1aafc8a2e6744d5d82d3f58f5689e53096a40ff0d1355475a0fdb3e6bc54b44aabb9ca91e5e9caf5cf3ef6fdd4778c22e
 DIST xfce4-mpc-plugin-0.5.3.tar.bz2 327566 BLAKE2B 
c12c6081130abb024c004442fe8c7aa48b867aa0530cafe2390c8f4708894b210332711a07327513ad121321755ae2325a1961d7fca5a1b487b6f393f5098e70
 SHA512 
b9971a78a21764ffed40cef2f15ec2c7c5624cb3ebcff6c47bc01dede63957de6887ceb98e797abc4106ce062e0bdad6f50287ecf9da6abf8ef5d47df81a86cd

diff --git a/xfce-extra/xfce4-mpc-plugin/metadata.xml 
b/xfce-extra/xfce4-mpc-plugin/metadata.xml
index 3016760fa570..2b8ef06e9a39 100644
--- a/xfce-extra/xfce4-mpc-plugin/metadata.xml
+++ b/xfce-extra/xfce4-mpc-plugin/metadata.xml
@@ -5,7 +5,4 @@
 x...@gentoo.org
 XFCE Team
   
-  
-Build using media-libs/libmpd backend, 
instead of native fallback which is preferred
-  
 

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
deleted file mode 100644
index bd9af805a788..
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Music Player Daemon (mpd) panel plugin"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
-IUSE="+libmpd"
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.13.5:=
-   libmpd? ( media-libs/libmpd:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   econf $(use_enable libmpd)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

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

xfce-extra/xfce4-mpc-plugin: Stabilize 0.5.3 x86, #908334

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

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

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
index 1e973592416c..623e0b05c018 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.60.0



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

2023-06-11 Thread Sam James
commit: c932e4ac45e456cc2688fc5f5b8d415fad8e2658
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:03:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:03:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c932e4ac

xfce-extra/xfce4-mpc-plugin: Stabilize 0.5.3 amd64, #908334

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

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

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
index b39d80ec2046..1e973592416c 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-libs/glib-2.60.0



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

2023-04-29 Thread Michał Górny
commit: 1bfd07106ec60bc18b896e2489d533d6d0ebdfb9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 07:05:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 07:09:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfd0710

xfce-extra/xfce4-mpc-plugin: Bump to 0.5.3

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

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 +
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index cf2ce1c6c574..f5877a98e868 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mpc-plugin-0.5.2.tar.bz2 293655 BLAKE2B 
0b82ee0c8d19342365d6e7a7fc28fcc4ccf880c735df70e793123e63ff86df7e6c3d6d80a8b1c81dd4f7fb264a291897a1900c76aef35c4855c333c85ddfc467
 SHA512 
c0e6580d5c9c8677a1ad4e8ec4233de1aafc8a2e6744d5d82d3f58f5689e53096a40ff0d1355475a0fdb3e6bc54b44aabb9ca91e5e9caf5cf3ef6fdd4778c22e
+DIST xfce4-mpc-plugin-0.5.3.tar.bz2 327566 BLAKE2B 
c12c6081130abb024c004442fe8c7aa48b867aa0530cafe2390c8f4708894b210332711a07327513ad121321755ae2325a1961d7fca5a1b487b6f393f5098e70
 SHA512 
b9971a78a21764ffed40cef2f15ec2c7c5624cb3ebcff6c47bc01dede63957de6887ceb98e797abc4106ce062e0bdad6f50287ecf9da6abf8ef5d47df81a86cd

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
new file mode 100644
index ..b39d80ec2046
--- /dev/null
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Music Player Daemon (mpd) panel plugin"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-mpc-plugin/
+"
+SRC_URI="
+   https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.60.0
+   media-libs/libmpd:=
+   >=x11-libs/gtk+-3.22.0:3
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.13.5:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf --enable-libmpd
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2021-11-18 Thread Yixun Lan
commit: fcb6a3d33b0ffc9196e5fa5512defbbfdf9bcdf1
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Nov 18 14:59:24 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Nov 19 06:23:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb6a3d3

xfce-extra/xfce4-mpc-plugin: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
index 6c35abff82df..bd9af805a788 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2019-10-20 Thread Michał Górny
commit: 76678cf6c39592d9827e10e2d74fc00474bc559e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 09:27:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 10:24:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76678cf6

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

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

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 -
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index 052ff8d9ced..cf2ce1c6c57 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mpc-plugin-0.5.1.tar.bz2 290830 BLAKE2B 
464bf4e3ca12049d241ddbf5cd2e30e4e41bda2934e809f8c75f2ceaa659647918d90a6265a49d01f84e2d0d3a6cca880ee8c90dcbf377a163e14fcfe25e5ae0
 SHA512 
7647ecdc7058e67be26c615853059cba25944fc6e31b06bca1e48f5378d3afddc2c4b82c5c581fe8ec716e0723a4d65c7ec4ee592540936ccca331049b3e024c
 DIST xfce4-mpc-plugin-0.5.2.tar.bz2 293655 BLAKE2B 
0b82ee0c8d19342365d6e7a7fc28fcc4ccf880c735df70e793123e63ff86df7e6c3d6d80a8b1c81dd4f7fb264a291897a1900c76aef35c4855c333c85ddfc467
 SHA512 
c0e6580d5c9c8677a1ad4e8ec4233de1aafc8a2e6744d5d82d3f58f5689e53096a40ff0d1355475a0fdb3e6bc54b44aabb9ca91e5e9caf5cf3ef6fdd4778c22e

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
deleted file mode 100644
index 9722928fb36..000
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="Music Player Daemon (mpd) panel plugin"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="+libmpd"
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:=
-   libmpd? ( media-libs/libmpd:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   econf $(use_enable libmpd)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

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

xfce-extra/xfce4-mpc-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-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
index 265bc8f022c..6c35abff82d 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2019-10-10 Thread Mikle Kolyada
commit: 7e03842ddfbc128a979c70489b5b72295e62c97e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:29:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:29:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e03842d

xfce-extra/xfce4-mpc-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-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
index 835a3b98b5e..265bc8f022c 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2019-08-13 Thread Michał Górny
commit: 3451633b2829e2cf49da9460ec5f2c7e7e2cb847
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 11:20:35 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 12:10:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3451633b

xfce-extra/xfce4-mpc-plugin: Bump to 0.5.2

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

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 +
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index d150105694c..052ff8d9ced 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mpc-plugin-0.5.1.tar.bz2 290830 BLAKE2B 
464bf4e3ca12049d241ddbf5cd2e30e4e41bda2934e809f8c75f2ceaa659647918d90a6265a49d01f84e2d0d3a6cca880ee8c90dcbf377a163e14fcfe25e5ae0
 SHA512 
7647ecdc7058e67be26c615853059cba25944fc6e31b06bca1e48f5378d3afddc2c4b82c5c581fe8ec716e0723a4d65c7ec4ee592540936ccca331049b3e024c
+DIST xfce4-mpc-plugin-0.5.2.tar.bz2 293655 BLAKE2B 
0b82ee0c8d19342365d6e7a7fc28fcc4ccf880c735df70e793123e63ff86df7e6c3d6d80a8b1c81dd4f7fb264a291897a1900c76aef35c4855c333c85ddfc467
 SHA512 
c0e6580d5c9c8677a1ad4e8ec4233de1aafc8a2e6744d5d82d3f58f5689e53096a40ff0d1355475a0fdb3e6bc54b44aabb9ca91e5e9caf5cf3ef6fdd4778c22e

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
new file mode 100644
index 000..835a3b98b5e
--- /dev/null
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Music Player Daemon (mpd) panel plugin"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+libmpd"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.13.5:=
+   libmpd? ( media-libs/libmpd:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   econf $(use_enable libmpd)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-04-08 Thread Michał Górny
commit: 979b9beb112c3317cba48cef865b219e60d9d6d0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  8 18:56:35 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  8 19:17:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979b9beb

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

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

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

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index bfe81748f9d..d150105694c 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 BLAKE2B 
2ad968ba53ee391224f20ae6d62061feb9c63bda6414868daee024b948d8e5e11c0f696e522dc7914ed5d88f798f6be48bb420c19e3b4f36dcf7af3e5756b303
 SHA512 
b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
 DIST xfce4-mpc-plugin-0.5.1.tar.bz2 290830 BLAKE2B 
464bf4e3ca12049d241ddbf5cd2e30e4e41bda2934e809f8c75f2ceaa659647918d90a6265a49d01f84e2d0d3a6cca880ee8c90dcbf377a163e14fcfe25e5ae0
 SHA512 
7647ecdc7058e67be26c615853059cba25944fc6e31b06bca1e48f5378d3afddc2c4b82c5c581fe8ec716e0723a4d65c7ec4ee592540936ccca331049b3e024c

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
deleted file mode 100644
index d83765b53dc..000
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="Music Player Daemon (mpd) panel plugin"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="+libmpd"
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:=
-   libmpd? ( media-libs/libmpd:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_configure() {
-   econf $(use_enable libmpd)
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-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-mpc-plugin/

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

xfce-extra/xfce4-mpc-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-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
index 23c3a1e224c..9722928fb36 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

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

xfce-extra/xfce4-mpc-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-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
index 6803f5bb92d..23c3a1e224c 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 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="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2018-12-09 Thread Michał Górny
commit: 3c5cd38c7bfefc1d1b7edc560f35febb88b9bad9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  9 08:32:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  9 08:42:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5cd38c

xfce-extra/xfce4-mpc-plugin: Bump to 0.5.1 (bugfix)

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

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 +
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index ae6e623140b..bfe81748f9d 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 BLAKE2B 
2ad968ba53ee391224f20ae6d62061feb9c63bda6414868daee024b948d8e5e11c0f696e522dc7914ed5d88f798f6be48bb420c19e3b4f36dcf7af3e5756b303
 SHA512 
b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
+DIST xfce4-mpc-plugin-0.5.1.tar.bz2 290830 BLAKE2B 
464bf4e3ca12049d241ddbf5cd2e30e4e41bda2934e809f8c75f2ceaa659647918d90a6265a49d01f84e2d0d3a6cca880ee8c90dcbf377a163e14fcfe25e5ae0
 SHA512 
7647ecdc7058e67be26c615853059cba25944fc6e31b06bca1e48f5378d3afddc2c4b82c5c581fe8ec716e0723a4d65c7ec4ee592540936ccca331049b3e024c

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
new file mode 100644
index 000..6803f5bb92d
--- /dev/null
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="Music Player Daemon (mpd) panel plugin"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+libmpd"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:=
+   libmpd? ( media-libs/libmpd:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   econf $(use_enable libmpd)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-04-08 Thread Jason Zaman
commit: 684488261997927d8cce796f783fa61377c1173c
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:47:22 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68448826

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

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
index a27b5b5f7a2..82a39af3659 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="Music Player Daemon (mpd) panel plugin"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
@@ -31,13 +32,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-mpc-plugin/

2018-03-25 Thread Michał Górny
commit: a8316e4d8d991c5c20d2baead6008bec2a4ee12e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 25 16:14:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 25 17:27:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8316e4d

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

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 -
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index 07d601e4173..ae6e623140b 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 BLAKE2B 
cce4d74f0d7df973233243231916744e68323dcde8ddac97f39dbfac04939b3835ad2081271d589cc96f83773ea6a3d0987c93bdfc5e18dbc4a632f54987af57
 SHA512 
272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57
 DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 BLAKE2B 
2ad968ba53ee391224f20ae6d62061feb9c63bda6414868daee024b948d8e5e11c0f696e522dc7914ed5d88f798f6be48bb420c19e3b4f36dcf7af3e5756b303
 SHA512 
b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild
deleted file mode 100644
index 9c338bbb2c7..000
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Music Player Daemon (mpd) panel plugin"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="debug +libmpd"
-
-RDEPEND=">=xfce-base/exo-0.6:=
-   >=xfce-base/libxfce4ui-4.8:=
-   >=xfce-base/xfce4-panel-4.8:=
-   libmpd? ( media-libs/libmpd:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(use_enable libmpd)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog README TODO )
-}



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

2018-01-05 Thread Mikle Kolyada
commit: 8cc64c015d1dcd9574f3efdd7d1ed8c7af22791c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:20:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:22:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc64c01

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

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
index 98dd59f3ddf..36a17999028 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.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="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2016-11-20 Thread Jason Zaman
commit: cf421fd00d2c33ef6b4254ff4c6d6a476e6dc843
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 16:08:32 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:19:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf421fd0

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

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-mpc-plugin/Manifest   |  2 +-
 ...0.4.99.ebuild => xfce4-mpc-plugin-0.5.0.ebuild} | 31 +++---
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index 531feb3..bd8ca10 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 SHA256 
e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf SHA512 
272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57
 WHIRLPOOL 
724d47c3db533cce4ad8fa4317a7ca8e0789024cb0996b4fb2ea00744e5e4d31b49511eed2a35824b51024f9c153af2bbcda72f3169a016a09a4f215fee881ee
-DIST xfce4-mpc-plugin-0.4.99.tar.bz2 289887 SHA256 
12248be50021825028fb46af0b3ff3610bd2c3496c07bce8c24682f0708ad157 SHA512 
76ab7e7b1eefd35d7ac7605fec62c6d530c48aba8334dd4e158d063f079306182f5fa49c30fc62db95ef09efa3536e42b4d875a3e814109eb16e3bfe3882407b
 WHIRLPOOL 
c0c00ea6dff96d153de101f1ffabad65b9041ef23457c9a68c2efe092539bbc91cb9a3658ad7cf093297ab785e6d1e107ee5b44e599e5f4541e054d73bf479ad
+DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 SHA256 
f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0 SHA512 
b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
 WHIRLPOOL 
f261088e30f557a4370411cb3f3794b91498ade414d969fb70fb74beb83743ba6f61162d6f05b92343db52f87dda387d65f74a29fedbe5e93997a0e02b00f53e

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
similarity index 58%
rename from xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild
rename to xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
index e4f1131..f0758d8 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="Music Player Daemon (mpd) panel plugin"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug +libmpd"
+IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:=
@@ -21,11 +21,24 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(use_enable libmpd)
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog README TODO )
 
-   DOCS=( AUTHORS ChangeLog README TODO )
+src_configure() {
+   econf $(use_enable libmpd)
+}
+
+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-mpc-plugin/

2016-07-30 Thread Michał Górny
commit: ce01210c6beed428ec7f626bcd3e5cacd9808dc2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 19:34:35 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=ce01210c

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

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 +
 .../xfce4-mpc-plugin-0.4.99.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index c88d629..531feb3 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 SHA256 
e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf SHA512 
272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57
 WHIRLPOOL 
724d47c3db533cce4ad8fa4317a7ca8e0789024cb0996b4fb2ea00744e5e4d31b49511eed2a35824b51024f9c153af2bbcda72f3169a016a09a4f215fee881ee
+DIST xfce4-mpc-plugin-0.4.99.tar.bz2 289887 SHA256 
12248be50021825028fb46af0b3ff3610bd2c3496c07bce8c24682f0708ad157 SHA512 
76ab7e7b1eefd35d7ac7605fec62c6d530c48aba8334dd4e158d063f079306182f5fa49c30fc62db95ef09efa3536e42b4d875a3e814109eb16e3bfe3882407b
 WHIRLPOOL 
c0c00ea6dff96d153de101f1ffabad65b9041ef23457c9a68c2efe092539bbc91cb9a3658ad7cf093297ab785e6d1e107ee5b44e599e5f4541e054d73bf479ad

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild
new file mode 100644
index 000..e4f1131
--- /dev/null
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Music Player Daemon (mpd) panel plugin"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug +libmpd"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:=
+   libmpd? ( media-libs/libmpd:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=(
+   $(use_enable libmpd)
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog README TODO )
+}



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

2016-07-30 Thread Michał Górny
commit: 774307c2f154aec4a1431895a3290684d83a41ae
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 19:30:35 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=774307c2

xfce-extra/xfce4-mpc-plugin: Prune old

 xfce-extra/xfce4-mpc-plugin/Manifest   |  1 -
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.4.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index 66fe808..c88d629 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mpc-plugin-0.4.4.tar.bz2 287320 SHA256 
4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5 SHA512 
7460c4f9c43c9da4dfdae6d6b56fc7a7283c9e946e58c3e8951b657add356b9011adf70dda3bd3d9a130fe09d8870c5a958ae6d2f5c8274366efc6793358b652
 WHIRLPOOL 
7f7acfcb53ed67ed02f21edc9ffd5154f8b84ee0f8f76d439ab7d94e0a78d1688d5b2b79c1a761af81831a4fb4f461cc4c95e23ca4c9f1065b2c64b09095bd31
 DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 SHA256 
e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf SHA512 
272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57
 WHIRLPOOL 
724d47c3db533cce4ad8fa4317a7ca8e0789024cb0996b4fb2ea00744e5e4d31b49511eed2a35824b51024f9c153af2bbcda72f3169a016a09a4f215fee881ee

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.4.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.4.ebuild
deleted file mode 100644
index e6bd386..000
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Music Player Daemon (mpd) panel plugin"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="debug libmpd"
-
-RDEPEND=">=xfce-base/exo-0.6
-   >=xfce-base/libxfce4ui-4.8
-   >=xfce-base/xfce4-panel-4.8
-   libmpd? ( media-libs/libmpd )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(use_enable libmpd)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog README TODO )
-}