public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mpc-plugin/
Date: Sun, 20 Nov 2016 16:19:22 +0000 (UTC)	[thread overview]
Message-ID: <1479658745.cf421fd00d2c33ef6b4254ff4c6d6a476e6dc843.perfinion@gentoo> (raw)

commit:     cf421fd00d2c33ef6b4254ff4c6d6a476e6dc843
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 16:08:32 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 16:19:05 2016 +0000
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 e71f57a28915c57459d6ce0eeeee1d0934f523c0ed083158c3d3b3836fc06fcf 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
 }


             reply	other threads:[~2016-11-20 16:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-20 16:19 Jason Zaman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 19:19 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mpc-plugin/ Michał Górny
2023-06-11 18:38 Jakov Smolić
2023-06-11 15:04 Sam James
2023-04-29  7:09 Michał Górny
2021-11-19  6:24 Yixun Lan
2019-10-20 10:24 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
2018-12-09  8:43 Michał Górny
2018-04-08  8:06 Jason Zaman
2018-03-25 17:27 Michał Górny
2018-01-05 11:23 Mikle Kolyada
2016-07-30 19:53 Michał Górny
2016-07-30 19:53 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479658745.cf421fd00d2c33ef6b4254ff4c6d6a476e6dc843.perfinion@gentoo \
    --to=perfinion@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox