diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-12 00:32:35 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-12 00:32:35 +0000 |
commit | 1fe345322755f55dadae71f5e2ecffd7f28e1a15 (patch) | |
tree | 1d3c9ac73fc2f988f46df50f0362196e31828276 /x11-libs/gtk+ | |
parent | stable arm, bug #441190 (diff) | |
download | gentoo-2-1fe345322755f55dadae71f5e2ecffd7f28e1a15.tar.gz gentoo-2-1fe345322755f55dadae71f5e2ecffd7f28e1a15.tar.bz2 gentoo-2-1fe345322755f55dadae71f5e2ecffd7f28e1a15.zip |
Version bump, fixes rendering problems and various other bugs. Fix src_test for gnome-themes-standard flag change. Drop old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.6.1.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.6.2.ebuild (renamed from x11-libs/gtk+/gtk+-3.6.0.ebuild) | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 0c57571df6d0..16660e9e93c6 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.621 2012/11/06 02:09:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.622 2012/11/12 00:32:35 tetromino Exp $ + +*gtk+-3.6.2 (12 Nov 2012) + + 12 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -gtk+-3.6.0.ebuild, + gtk+-3.6.1.ebuild, +gtk+-3.6.2.ebuild: + Version bump, fixes rendering problems and various other bugs. Fix src_test + for gnome-themes-standard flag change. Drop old. 06 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-3.4.4.ebuild: Forgot to add eautoreconf. diff --git a/x11-libs/gtk+/gtk+-3.6.1.ebuild b/x11-libs/gtk+/gtk+-3.6.1.ebuild index b63c3087f249..656c45fab311 100644 --- a/x11-libs/gtk+/gtk+-3.6.1.ebuild +++ b/x11-libs/gtk+/gtk+-3.6.1.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-libs/gtk+/gtk+-3.6.1.ebuild,v 1.1 2012/10/17 07:38:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.6.1.ebuild,v 1.2 2012/11/12 00:32:35 tetromino Exp $ EAPI="4" @@ -162,8 +162,8 @@ src_test() { # Tests require a new gnome-themes-standard, but adding it to DEPEND # would result in circular dependencies. # https://bugzilla.gnome.org/show_bug.cgi?id=669562 - if ! has_version '>=x11-themes/gnome-themes-standard-3.6[gtk3]'; then - ewarn "Tests will be skipped because >=gnome-themes-standard-3.6[gtk3]" + if ! has_version '>=x11-themes/gnome-themes-standard-3.6[gtk]'; then + ewarn "Tests will be skipped because >=gnome-themes-standard-3.6[gtk]" ewarn "is not installed. Please re-run tests after installing the" ewarn "required version of gnome-themes-standard." return 0 diff --git a/x11-libs/gtk+/gtk+-3.6.0.ebuild b/x11-libs/gtk+/gtk+-3.6.2.ebuild index 5812f90598ee..a1281534e4f6 100644 --- a/x11-libs/gtk+/gtk+-3.6.0.ebuild +++ b/x11-libs/gtk+/gtk+-3.6.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-libs/gtk+/gtk+-3.6.0.ebuild,v 1.2 2012/10/10 07:44:20 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.6.2.ebuild,v 1.1 2012/11/12 00:32:35 tetromino Exp $ EAPI="4" @@ -162,8 +162,8 @@ src_test() { # Tests require a new gnome-themes-standard, but adding it to DEPEND # would result in circular dependencies. # https://bugzilla.gnome.org/show_bug.cgi?id=669562 - if ! has_version '>=x11-themes/gnome-themes-standard-3.6[gtk3]'; then - ewarn "Tests will be skipped because >=gnome-themes-standard-3.6[gtk3]" + if ! has_version '>=x11-themes/gnome-themes-standard-3.6[gtk]'; then + ewarn "Tests will be skipped because >=gnome-themes-standard-3.6[gtk]" ewarn "is not installed. Please re-run tests after installing the" ewarn "required version of gnome-themes-standard." return 0 |