Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-unico: ChangeLog gtk-engines-unico-1.0.2.ebuild gtk-engines-unico-1.0.3_pre20121212.ebuild
Date: Thu, 27 Dec 2012 18:40:54
Message-Id: 20121227184038.5C3012171D@flycatcher.gentoo.org
1 tetromino 12/12/27 18:40:38
2
3 Modified: ChangeLog gtk-engines-unico-1.0.2.ebuild
4 Added: gtk-engines-unico-1.0.3_pre20121212.ebuild
5 Log:
6 Add snapshot compatible with gtk+-3.6 (bug #440950, thanks to poncho and Balint SZENTE). Pin 1.0.2 ebuild to gtk+-3.4-only. Update license.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
9
10 Revision Changes Path
11 1.12 x11-themes/gtk-engines-unico/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 17 Nov 2012 12:29:54 -0000 1.11
24 +++ ChangeLog 27 Dec 2012 18:40:37 -0000 1.12
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-themes/gtk-engines-unico
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.11 2012/11/17 12:29:54 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.12 2012/12/27 18:40:37 tetromino Exp $
30 +
31 +*gtk-engines-unico-1.0.3_pre20121212 (27 Dec 2012)
32 +
33 + 27 Dec 2012; Alexandre Rostovtsev <tetromino@g.o>
34 + gtk-engines-unico-1.0.2.ebuild, +gtk-engines-unico-1.0.3_pre20121212.ebuild:
35 + Add snapshot compatible with gtk+-3.6 (bug #440950, thanks to poncho and
36 + Balint SZENTE). Pin 1.0.2 ebuild to gtk+-3.4-only. Update license.
37
38 17 Nov 2012; Samuli Suominen <ssuominen@g.o>
39 -gtk-engines-unico-1.0.1.ebuild:
40
41
42
43 1.8 x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild?r1=1.7&r2=1.8
48
49 Index: gtk-engines-unico-1.0.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- gtk-engines-unico-1.0.2.ebuild 17 Nov 2012 12:27:22 -0000 1.7
56 +++ gtk-engines-unico-1.0.2.ebuild 27 Dec 2012 18:40:37 -0000 1.8
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild,v 1.7 2012/11/17 12:27:22 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild,v 1.8 2012/12/27 18:40:37 tetromino Exp $
62
63 EAPI=5
64 inherit eutils
65 @@ -8,27 +8,24 @@
66 MY_PN=${PN/gtk-engines-}
67 MY_P=${MY_PN}-${PV}
68
69 -DESCRIPTION="The Unico GTK+ 3.x Theming Engine"
70 +DESCRIPTION="The Unico GTK+ 3.x theming engine"
71 HOMEPAGE="https://launchpad.net/unico"
72 SRC_URI="https://launchpad.net/${MY_PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz"
73
74 -LICENSE="LGPL-2.1"
75 +LICENSE="LGPL-2.1+"
76 SLOT="0"
77 KEYWORDS="amd64 ppc ppc64 x86"
78 IUSE=""
79
80 -RDEPEND=">=dev-libs/glib-2.26
81 +RDEPEND=">=dev-libs/glib-2.26:2
82 >=x11-libs/cairo-1.10[glib]
83 - >=x11-libs/gtk+-3.3.14:3"
84 + >=x11-libs/gtk+-3.3.14:3
85 + <x11-libs/gtk+-3.5.2:3"
86 DEPEND="${RDEPEND}
87 virtual/pkgconfig"
88
89 S=${WORKDIR}/${MY_P}
90
91 -pkg_setup() {
92 - DOCS="AUTHORS NEWS" # ChangeLog and README are empty.
93 -}
94 -
95 src_configure() {
96 # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently
97 # unused in the code itself.
98 @@ -40,5 +37,5 @@
99
100 src_install() {
101 default
102 - prune_libtool_files --all
103 + prune_libtool_files --modules
104 }
105
106
107
108 1.1 x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild?rev=1.1&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild?rev=1.1&content-type=text/plain
112
113 Index: gtk-engines-unico-1.0.3_pre20121212.ebuild
114 ===================================================================
115 # Copyright 1999-2012 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild,v 1.1 2012/12/27 18:40:37 tetromino Exp $
118
119 EAPI=5
120 inherit eutils
121
122 MY_PN=${PN/gtk-engines-}
123 MY_P=${MY_PN}-${PV}
124
125 DESCRIPTION="The Unico GTK+ 3.x theming engine"
126 HOMEPAGE="https://launchpad.net/unico"
127 #SRC_URI="https://launchpad.net/${MY_PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz"
128 SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}.tar.bz2"
129
130 LICENSE="LGPL-2.1+"
131 SLOT="0"
132 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
133 IUSE=""
134
135 RDEPEND=">=dev-libs/glib-2.26:2
136 >=x11-libs/cairo-1.10[glib]
137 >=x11-libs/gtk+-3.5.2:3"
138 DEPEND="${RDEPEND}
139 virtual/pkgconfig"
140
141 S=${WORKDIR}/${MY_PN}-1.0.2
142
143 src_configure() {
144 # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently
145 # unused in the code itself.
146 econf \
147 --disable-static \
148 --disable-debug \
149 --disable-maintainer-flags
150 }
151
152 src_install() {
153 default
154 prune_libtool_files --modules
155 }