Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Mon, 29 Jul 2019 13:21:41
Message-Id: 1564406482.aee8d46d3f1403ab9a0f67181bc529e0e9a231d0.tamiko@gentoo
1 commit: aee8d46d3f1403ab9a0f67181bc529e0e9a231d0
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 13:10:39 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 13:21:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee8d46d
7
8 net-misc/spice-gtk: fix la file pruning
9
10 Closes: https://bugs.gentoo.org/690966
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 .../spice-gtk/{spice-gtk-0.37.ebuild => spice-gtk-0.37-r1.ebuild} | 4 ++--
15 net-misc/spice-gtk/spice-gtk-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-misc/spice-gtk/spice-gtk-0.37.ebuild b/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild
19 similarity index 96%
20 rename from net-misc/spice-gtk/spice-gtk-0.37.ebuild
21 rename to net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild
22 index 4ec5cdd5d7d..a876916757e 100644
23 --- a/net-misc/spice-gtk/spice-gtk-0.37.ebuild
24 +++ b/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild
25 @@ -7,7 +7,7 @@ GCONF_DEBUG="no"
26 VALA_MIN_API_VERSION="0.14"
27 VALA_USE_DEPEND="vapigen"
28
29 -inherit autotools eutils xdg-utils vala readme.gentoo-r1
30 +inherit autotools desktop eutils xdg-utils vala readme.gentoo-r1
31
32 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI"
33 HOMEPAGE="https://www.spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/"
34 @@ -137,7 +137,7 @@ src_install() {
35 default
36
37 # Remove .la files if they're not needed
38 - use static-libs || prune_libtool_files
39 + use static-libs || find "${D}" -name '*.la' -delete || die
40
41 make_desktop_entry spicy Spicy "utilities-terminal" "Network;RemoteAccess;"
42 readme.gentoo_create_doc
43
44 diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
45 index b3d753c9202..05c245ff115 100644
46 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
47 +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
48 @@ -7,7 +7,7 @@ WANT_AUTOMAKE="1.12"
49 VALA_MIN_API_VERSION="0.14"
50 VALA_USE_DEPEND="vapigen"
51
52 -inherit autotools eutils git-r3 readme.gentoo-r1 vala xdg-utils
53 +inherit autotools desktop eutils git-r3 readme.gentoo-r1 vala xdg-utils
54
55 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI"
56 HOMEPAGE="https://www.spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/"
57 @@ -134,7 +134,7 @@ src_install() {
58 default
59
60 # Remove .la files if they're not needed
61 - use static-libs || prune_libtool_files
62 + use static-libs || find "${D}" -name '*.la' -delete || die
63
64 make_desktop_entry spicy Spicy "utilities-terminal" "Network;RemoteAccess;"
65 readme.gentoo_create_doc