diff options
Diffstat (limited to 'net-misc')
-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 |