summaryrefslogtreecommitdiff
path: root/media-plugins/gmpc-libnotify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /media-plugins/gmpc-libnotify
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'media-plugins/gmpc-libnotify')
-rw-r--r--media-plugins/gmpc-libnotify/Manifest2
-rw-r--r--media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild22
2 files changed, 15 insertions, 9 deletions
diff --git a/media-plugins/gmpc-libnotify/Manifest b/media-plugins/gmpc-libnotify/Manifest
index 9f399937ad7c..48517c765d57 100644
--- a/media-plugins/gmpc-libnotify/Manifest
+++ b/media-plugins/gmpc-libnotify/Manifest
@@ -1,3 +1,3 @@
DIST gmpc-libnotify-11.8.16.tar.gz 303691 BLAKE2B 6c841caf831b7cd2a4f8037e4b4d2912dd927296c07d1b6da0269f58a2d28a798619f2eacd6d634f2b1edaa992cca14d46b1a4a0590d79ce58ec445c0e0e145b SHA512 a9422e9f2c23c642967f81b75ca6915c54c364e11ff55321052e7db7dafb12bb832f4fc165a844f43c6db464b999f0cc28e7f8731a84afa643108b0633642967
-EBUILD gmpc-libnotify-11.8.16.ebuild 662 BLAKE2B 23e3db5905a82a8e32e1fc84ab97c2b67c7748c9feb31e618f68d547e8a787a42ec30145e0863c05e6b59c7753ded4c7dd13d96f325f05f7a47842f506e28fbc SHA512 c5877ea5663001597490a4f1fb27bd2da2281e4dd8cbbcfc48d63b43926570ff0d4aa5c40cbcd495cb1a29874a8ca4e64779c5b6a7f4d8a80df251bb2e767fe4
+EBUILD gmpc-libnotify-11.8.16.ebuild 687 BLAKE2B 505fcb49741754d7fd847cddc82fab3a971849432e9ab129def48d05894a94228466285c0dd59ff6557c1919c892bb0865e6f530f2440a6b4150f7c50a859591 SHA512 c57fdc136341b026503b3739dd1f8733a6187392738713b8f0ca0d6f6d65538915693f222280ea793f8ac232b63688759c889ca5c7146f6a1ca297693f5970d3
MISC metadata.xml 330 BLAKE2B ae3e6e55e7242be59fb78c323c1cd469cb0aa389bcde7f8bca9b6f15ffb60bef085f46c0ec89a0f4c875a0497cf90ea6978975bc3a84f4cbae9d18f4516db64d SHA512 4057990697f90e26393a6703378247c2d0eaa5a3d459a72ed90c5cbd20ed1d74afecae9265fde640f8acb603d3f4f5dbedfb18a957606fe96b9a2c26ede51574
diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild
index 93b469028709..7bca10979738 100644
--- a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild
+++ b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="This plugin sends an announcement to the notification daemon on song change"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LIBNOTIFY"
@@ -12,13 +12,17 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="nls"
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2
+RDEPEND="
+ >=media-sound/gmpc-${PV}
+ dev-libs/libxml2:2
x11-libs/libnotify"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
- nls? ( dev-util/intltool
- sys-devel/gettext )"
+ nls? (
+ dev-util/intltool
+ sys-devel/gettext
+ )"
src_configure() {
econf $(use_enable nls)
@@ -26,5 +30,7 @@ src_configure() {
src_install() {
default
- find "${ED}" -name "*.la" -exec rm {} + || die
+
+ # plugins only
+ find "${D}" -name '*.la' -delete || die
}