summaryrefslogtreecommitdiff
path: root/x11-libs/libfakekey
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /x11-libs/libfakekey
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r--x11-libs/libfakekey/Manifest2
-rw-r--r--x11-libs/libfakekey/libfakekey-0.3-r1.ebuild (renamed from x11-libs/libfakekey/libfakekey-0.3.ebuild)4
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/libfakekey/Manifest b/x11-libs/libfakekey/Manifest
index 8230c4b04062..ef8cf94a89a6 100644
--- a/x11-libs/libfakekey/Manifest
+++ b/x11-libs/libfakekey/Manifest
@@ -1,4 +1,4 @@
AUX libfakekey-0.3-ac.patch 764 BLAKE2B 733cdb11da016a2d3b9e196943d6c0a948404ed15de0684d8bf7bba28d700a5cc83a3cb0ed5b82ca95ed2d7c531136362f0373c87bab3c979a33ce8c2f613e64 SHA512 8cfe2a3185580e26c5d76d6b392003b96b73a1aabb15255b1aab54a777b3759e496d4c0323b18ee2a67a5537e68388b9c67f6d885bd791f62b42b39e37fb635c
DIST libfakekey-0.3.tar.bz2 9672 BLAKE2B 1cd86581148e218879b14ff52fb085fd20248a475ccf00a08918d64db811b21bbba3632e799d798077a197298da4d976be3180c060a6016c396428519d1aaef2 SHA512 b0502dbb01839009de7120f8ca939c839850e7c3c88678b52d6df9f4205cbec20769cedd61c9307e8307f6bf789eee25b20d4fe20c25e7285318f5ea1334555a
-EBUILD libfakekey-0.3.ebuild 1148 BLAKE2B 8fa5ba23bda2f51379c930255a074b8e36f1c94cea00485b542109c5d0f8b7c1958c078a94fdfe71ba5273607ed43f084ee9be1d6bd5a01ccb3f6340b6d0e356 SHA512 5c82621b0c0386949bf91aa7f39a12feef9eafbdebcb825305270af7f9c870521f016f26b0d02aae851d857d74320863e7e22d9002ce51f9b9c022fbb29f9066
+EBUILD libfakekey-0.3-r1.ebuild 1216 BLAKE2B eed7d86cb60a7db54ad56f2a91fcb3dfc9191c4b88f01ed1e94e6171c64e47d455aa8acf7df1b64dc5653574883fbbd5fcef2b32f3888c8e8c5e93a013ed068d SHA512 9c11db4f178c4dfc5908f67aa3756e0b2a157d7355b3f4ba300fac58e38f9c2b2fc2983060258fd18ade2a165bed63a264fa7afb0ac34f940626adc891f28b2e
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/x11-libs/libfakekey/libfakekey-0.3.ebuild b/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild
index 02a258f0146f..ba84cd53b002 100644
--- a/x11-libs/libfakekey/libfakekey-0.3.ebuild
+++ b/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,6 +34,7 @@ src_configure() {
local myeconfargs=(
# --with/without-x is ignored by configure script and X is used.
--with-x
+ --disable-static
$(use_enable debug)
$(use_enable doc doxygen-docs)
)
@@ -43,4 +44,5 @@ src_configure() {
src_install() {
use doc && local HTML_DOCS=( doc/html/. )
default
+ find "${D}" -name '*.la' -type f -delete || die
}