summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-extprefs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /x11-plugins/pidgin-extprefs
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'x11-plugins/pidgin-extprefs')
-rw-r--r--x11-plugins/pidgin-extprefs/Manifest2
-rw-r--r--x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild17
2 files changed, 13 insertions, 6 deletions
diff --git a/x11-plugins/pidgin-extprefs/Manifest b/x11-plugins/pidgin-extprefs/Manifest
index 1dd1f2256d57..482b7a6020d1 100644
--- a/x11-plugins/pidgin-extprefs/Manifest
+++ b/x11-plugins/pidgin-extprefs/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-extprefs-0.7.tar.gz 332742 BLAKE2B 39a12a595f6eb7a66b071ef4d3e94d7e4d54201baa29280f3dc24e790976dfd57e7f3a656cea398c76759d02b258429b0cae46fd4ed7c07ec9f2219f5b0e97e4 SHA512 f2157403463c1a9621396c84ea71c4e02a853796d5c7b7aa33def03f9b6eccc52a0fad7f5edcfa1506cdc2c6e9dfb056a445cdfa985b0c3885d7ffe666150c3a
-EBUILD pidgin-extprefs-0.7-r1.ebuild 433 BLAKE2B 3a6445c308e2ab981a62886019f17dbf0f615c203b7afa871173d77626fdbf84f704d69bc94d076da96ac3515dc93a0ef98c34f9cc7e14afdf237b2fd1629d8f SHA512 ceeea01c8b875cc6fdfff3ffd0618f81477edce4302b02a9023bf3f52b73df65870ce091d844f4c3b89f6c2bbc0431ad774fd3ab0db8617ea0c62e96de919559
+EBUILD pidgin-extprefs-0.7-r1.ebuild 547 BLAKE2B 7e057b8d72e4d6a97f65d382fa1dc7d9b7126508967c40a3f69141880c5bf5529be5bd70030eb6f13c9f16064021d2dad76fa2a7d4a58fe10ca2d4b12a520e7d SHA512 e1e02c37035e977a14ab9b950c2b6f8bbf57bcdf32ceee46912b8af3a249cd6ffbeea0f5a65bc7bcb9f8a392fe33092f6998e9f013f5cb1137ca8b3d1b61b597
MISC metadata.xml 429 BLAKE2B bd54667274f11c399f2feb083848551bea785a62668c034fca214afaded40f4b798ffafd6393bd99a9c6db7c3d1abca893adff6163aae3dd1f98e7fafdcf02c0 SHA512 45d92936f57d4de39761a5c6f6b3a9b2645041109857a96b3910ec097c3e8fe140439953defb65dae391474d8ae3bb54f0e10fd9142c322b09fa7c916f4bddf0
diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
index eaa00ed1dce3..bd365bd9122f 100644
--- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
+++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Extra preferences that are desired but are not worthy for Pidgin"
HOMEPAGE="http://gaim-extprefs.sourceforge.net"
@@ -10,9 +10,16 @@ SRC_URI="mirror://sourceforge/gaim-extprefs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
RDEPEND="net-im/pidgin[gtk]"
-DEPEND="
- virtual/pkgconfig
- ${RDEPEND}"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}