diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-07-29 08:10:39 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-29 08:21:22 -0500 |
commit | aee8d46d3f1403ab9a0f67181bc529e0e9a231d0 (patch) | |
tree | 82e61dbfe4dcdf44609c92a61a7bc462b989f384 /net-misc/spice-gtk | |
parent | dev-python/paramiko: arm64 stable (diff) | |
download | gentoo-aee8d46d3f1403ab9a0f67181bc529e0e9a231d0.tar.gz gentoo-aee8d46d3f1403ab9a0f67181bc529e0e9a231d0.tar.bz2 gentoo-aee8d46d3f1403ab9a0f67181bc529e0e9a231d0.zip |
net-misc/spice-gtk: fix la file pruning
Closes: https://bugs.gentoo.org/690966
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild (renamed from net-misc/spice-gtk/spice-gtk-0.37.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.37.ebuild b/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild index 4ec5cdd5d7da..a876916757e9 100644 --- a/net-misc/spice-gtk/spice-gtk-0.37.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild @@ -7,7 +7,7 @@ GCONF_DEBUG="no" VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -inherit autotools eutils xdg-utils vala readme.gentoo-r1 +inherit autotools desktop eutils xdg-utils vala readme.gentoo-r1 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" HOMEPAGE="https://www.spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/" @@ -137,7 +137,7 @@ src_install() { default # Remove .la files if they're not needed - use static-libs || prune_libtool_files + use static-libs || find "${D}" -name '*.la' -delete || die make_desktop_entry spicy Spicy "utilities-terminal" "Network;RemoteAccess;" readme.gentoo_create_doc diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index b3d753c92027..05c245ff1153 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -7,7 +7,7 @@ WANT_AUTOMAKE="1.12" VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -inherit autotools eutils git-r3 readme.gentoo-r1 vala xdg-utils +inherit autotools desktop eutils git-r3 readme.gentoo-r1 vala xdg-utils DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" HOMEPAGE="https://www.spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/" @@ -134,7 +134,7 @@ src_install() { default # Remove .la files if they're not needed - use static-libs || prune_libtool_files + use static-libs || find "${D}" -name '*.la' -delete || die make_desktop_entry spicy Spicy "utilities-terminal" "Network;RemoteAccess;" readme.gentoo_create_doc |