summaryrefslogtreecommitdiff
path: root/media-plugins/gmpc-albumview
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-albumview
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'media-plugins/gmpc-albumview')
-rw-r--r--media-plugins/gmpc-albumview/Manifest2
-rw-r--r--media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild17
2 files changed, 12 insertions, 7 deletions
diff --git a/media-plugins/gmpc-albumview/Manifest b/media-plugins/gmpc-albumview/Manifest
index a06cf7ab8e96..74d0d1d23ccf 100644
--- a/media-plugins/gmpc-albumview/Manifest
+++ b/media-plugins/gmpc-albumview/Manifest
@@ -1,3 +1,3 @@
DIST gmpc-albumview-11.8.16.tar.gz 438771 BLAKE2B f3c82d319fd116c12d6408d94e9c0d33586e99367331157bf0792cd726599c76260491808323681d0c2540e1ce255ce61bbbf1bd12be3a191cb8910b8ef180d2 SHA512 fb77a8ea5db798b730532eb950b0003da97c5b0bfba1d32486d4c5bb40ac6661c73f37f12662b32b28e4311707c9fc7b2722c47686ebd953105d7cd2b9d86cc4
-EBUILD gmpc-albumview-11.8.16.ebuild 611 BLAKE2B f447637544e54d7772505714bdd9b1772d194e23db5e8896343725781d8e2128b3a1ed5d9aa2e9c1bbe6b57e622df9fb4db489f2d6e69939ea0a56efcbb9243f SHA512 2fd992d18911301eb1d608e091b8875cb16e8588fc9b18cf8cd5ddcd968bc4f159ed98ec7595b3408cbf8508f3d3f23f80322c19537fa62f5a03164d039b19df
+EBUILD gmpc-albumview-11.8.16.ebuild 632 BLAKE2B 3756c8e3828709712f6a31427c983fbd0489033a631dba569f9d520bd32551e484d661206f115d597f1a0a288f5c6a7a61754c099b7c13a038d98f22cfef7aed SHA512 f8d3c7e770eee3c21c2eae530a4d3232b52aae63d98190bfe2ba2b5e11244c61b6379ee2ec971a1ceca937e06ab5bb2608a1b830f88f2a0813830814bee08632
MISC metadata.xml 251 BLAKE2B 2dfd71705b87048051ac1b7d303539286ef25dbbba483975030d49f6da7209cd95ff14a945742127d5db25ca9190ff54252a0f0c573e03a8389b2cb632f90adf SHA512 62aceffd66c33efd4210c0d088e70390e489479a4085244e76e25f599bebbee78bdb994209bc5371e6d762f9f0bb94d164774e0a3182d58fb40de166710c0b75
diff --git a/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild b/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild
index 002f45ed0e8f..fd03c1bb0fc8 100644
--- a/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild
+++ b/media-plugins/gmpc-albumview/gmpc-albumview-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 shows your music collection in albums"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALBUMVIEW"
@@ -13,10 +13,13 @@ KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND=">=media-sound/gmpc-${PV}"
-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)
@@ -24,5 +27,7 @@ src_configure() {
src_install() {
default
- find "${ED}" -name "*.la" -exec rm {} + || die
+
+ # plugins only
+ find "${D}" -name '*.la' -delete || die
}