Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
Date: Sun, 11 Oct 2015 20:47:05
Message-Id: 1444596374.bb474b9fda256ab0fb0214c6c2f014481423f36f.tranquility@gentoo
1 commit: bb474b9fda256ab0fb0214c6c2f014481423f36f
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 20:44:46 2015 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 20:46:14 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bb474b9f
7
8 x11-terms/gnome-terminal: Bump version to 3.18.0
9
10 The patches couln't be applied so they are removed for now
11
12 Package-Manager: portage-2.2.20.1
13 Manifest-Sign-Key: 7E8B4D42
14
15 ...al-9999.ebuild => gnome-terminal-3.18.0.ebuild} | 35 ++++------------------
16 .../gnome-terminal/gnome-terminal-9999.ebuild | 22 +++++++-------
17 2 files changed, 16 insertions(+), 41 deletions(-)
18
19 diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.18.0.ebuild
20 similarity index 64%
21 copy from x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
22 copy to x11-terms/gnome-terminal/gnome-terminal-3.18.0.ebuild
23 index 8673595..1809985 100644
24 --- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
25 +++ b/x11-terms/gnome-terminal/gnome-terminal-3.18.0.ebuild
26 @@ -7,27 +7,20 @@ GCONF_DEBUG="no"
27 GNOME2_LA_PUNT="yes"
28
29 inherit eutils gnome2 readme.gentoo
30 -if [[ ${PV} = 9999 ]]; then
31 - inherit gnome2-live
32 -fi
33
34 DESCRIPTION="The Gnome Terminal"
35 HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
36
37 LICENSE="GPL-3+"
38 SLOT="0"
39 -IUSE="debug +gnome-shell +nautilus vanilla"
40 -if [[ ${PV} = 9999 ]]; then
41 - KEYWORDS=""
42 -else
43 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
44 -fi
45 +IUSE="debug +gnome-shell +nautilus"
46 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
47
48 # FIXME: automagic dependency on gtk+[X]
49 RDEPEND="
50 - >=dev-libs/glib-2.40:2[dbus]
51 + >=dev-libs/glib-2.42:2[dbus]
52 >=x11-libs/gtk+-3.10:3[X]
53 - >=x11-libs/vte-0.40.2:2.91
54 + >=x11-libs/vte-0.42.0:2.91
55 >=gnome-base/dconf-0.14
56 >=gnome-base/gsettings-desktop-schemas-0.1.0
57 sys-apps/util-linux
58 @@ -52,32 +45,14 @@ DOC_CONTENTS="To get previous working directory inherited in new opened
59 tab you will need to add the following line to your ~/.bashrc:\n
60 . /etc/profile.d/vte.sh"
61
62 -src_prepare() {
63 - gnome2_src_prepare
64 - if ! use vanilla; then
65 - # Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=695371
66 - epatch "${FILESDIR}"/${PN}-3.16.2-restore-transparency.patch
67 - # Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=721932
68 - epatch "${FILESDIR}"/${PN}-3.16.2-restore-dark.patch
69 - fi
70 -}
71 -
72 src_configure() {
73 - local myconf=""
74 -
75 - if [[ ${PV} != 9999 ]]; then
76 - myconf="${myconf}
77 - VALAC=$(type -P true)
78 - "
79 - fi
80 -
81 gnome2_src_configure \
82 --disable-static \
83 --disable-migration \
84 $(use_enable debug) \
85 $(use_enable gnome-shell search-provider) \
86 $(use_with nautilus nautilus-extension) \
87 - ${myconf}
88 + VALAC=$(type -P true)
89 }
90
91 src_install() {
92
93 diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
94 index 8673595..e9be986 100644
95 --- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
96 +++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
97 @@ -25,9 +25,9 @@ fi
98
99 # FIXME: automagic dependency on gtk+[X]
100 RDEPEND="
101 - >=dev-libs/glib-2.40:2[dbus]
102 + >=dev-libs/glib-2.42:2[dbus]
103 >=x11-libs/gtk+-3.10:3[X]
104 - >=x11-libs/vte-0.40.2:2.91
105 + >=x11-libs/vte-0.42.0:2.91
106 >=gnome-base/dconf-0.14
107 >=gnome-base/gsettings-desktop-schemas-0.1.0
108 sys-apps/util-linux
109 @@ -52,15 +52,15 @@ DOC_CONTENTS="To get previous working directory inherited in new opened
110 tab you will need to add the following line to your ~/.bashrc:\n
111 . /etc/profile.d/vte.sh"
112
113 -src_prepare() {
114 - gnome2_src_prepare
115 - if ! use vanilla; then
116 - # Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=695371
117 - epatch "${FILESDIR}"/${PN}-3.16.2-restore-transparency.patch
118 - # Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=721932
119 - epatch "${FILESDIR}"/${PN}-3.16.2-restore-dark.patch
120 - fi
121 -}
122 +# src_prepare() {
123 +# gnome2_src_prepare
124 +# if ! use vanilla; then
125 +# # Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=695371
126 +# epatch "${FILESDIR}"/${PN}-3.16.2-restore-transparency.patch
127 +# # Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=721932
128 +# epatch "${FILESDIR}"/${PN}-3.16.2-restore-dark.patch
129 +# fi
130 +# }
131
132 src_configure() {
133 local myconf=""