diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-27 18:40:37 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-27 18:40:37 +0000 |
commit | ee54cdaf3e5f994977027b354278f6e8da75d141 (patch) | |
tree | e6319733d9614953543ee143a44a958741e42d9d /x11-themes | |
parent | Mark stable for amd64 wrt bug #448850 (diff) | |
download | gentoo-2-ee54cdaf3e5f994977027b354278f6e8da75d141.tar.gz gentoo-2-ee54cdaf3e5f994977027b354278f6e8da75d141.tar.bz2 gentoo-2-ee54cdaf3e5f994977027b354278f6e8da75d141.zip |
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.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'x11-themes')
3 files changed, 56 insertions, 11 deletions
diff --git a/x11-themes/gtk-engines-unico/ChangeLog b/x11-themes/gtk-engines-unico/ChangeLog index 5dd969b33ead..aea962829adb 100644 --- a/x11-themes/gtk-engines-unico/ChangeLog +++ b/x11-themes/gtk-engines-unico/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/gtk-engines-unico # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.11 2012/11/17 12:29:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.12 2012/12/27 18:40:37 tetromino Exp $ + +*gtk-engines-unico-1.0.3_pre20121212 (27 Dec 2012) + + 27 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gtk-engines-unico-1.0.2.ebuild, +gtk-engines-unico-1.0.3_pre20121212.ebuild: + 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. 17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -gtk-engines-unico-1.0.1.ebuild: diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild index c387aa378659..821baf6a4c3d 100644 --- a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild +++ b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 inherit eutils @@ -8,27 +8,24 @@ inherit eutils MY_PN=${PN/gtk-engines-} MY_P=${MY_PN}-${PV} -DESCRIPTION="The Unico GTK+ 3.x Theming Engine" +DESCRIPTION="The Unico GTK+ 3.x theming engine" HOMEPAGE="https://launchpad.net/unico" SRC_URI="https://launchpad.net/${MY_PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="" -RDEPEND=">=dev-libs/glib-2.26 +RDEPEND=">=dev-libs/glib-2.26:2 >=x11-libs/cairo-1.10[glib] - >=x11-libs/gtk+-3.3.14:3" + >=x11-libs/gtk+-3.3.14:3 + <x11-libs/gtk+-3.5.2:3" DEPEND="${RDEPEND} virtual/pkgconfig" S=${WORKDIR}/${MY_P} -pkg_setup() { - DOCS="AUTHORS NEWS" # ChangeLog and README are empty. -} - src_configure() { # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently # unused in the code itself. @@ -40,5 +37,5 @@ src_configure() { src_install() { default - prune_libtool_files --all + prune_libtool_files --modules } diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild new file mode 100644 index 000000000000..bbca98f2893c --- /dev/null +++ b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI=5 +inherit eutils + +MY_PN=${PN/gtk-engines-} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="The Unico GTK+ 3.x theming engine" +HOMEPAGE="https://launchpad.net/unico" +#SRC_URI="https://launchpad.net/${MY_PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}.tar.bz2" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.26:2 + >=x11-libs/cairo-1.10[glib] + >=x11-libs/gtk+-3.5.2:3" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${MY_PN}-1.0.2 + +src_configure() { + # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently + # unused in the code itself. + econf \ + --disable-static \ + --disable-debug \ + --disable-maintainer-flags +} + +src_install() { + default + prune_libtool_files --modules +} |