summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-06-23 11:09:11 +0000
committerPacho Ramos <pacho@gentoo.org>2010-06-23 11:09:11 +0000
commitf94ffa95b3c03167237eac544c6834dae3c21171 (patch)
tree747b5a1e6e5ab43264d6f18fb9362905e27ec9cd /x11-themes
parentMake net-misc/openntpd option for USE="ntp" wrt #314891 by Thomas Kahle. (diff)
downloadgentoo-2-f94ffa95b3c03167237eac544c6834dae3c21171.tar.gz
gentoo-2-f94ffa95b3c03167237eac544c6834dae3c21171.tar.bz2
gentoo-2-f94ffa95b3c03167237eac544c6834dae3c21171.zip
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-themes/ChangeLog10
-rw-r--r--x11-themes/gnome-themes/files/gnome-themes-2.30.1-evolution-workaround.patch72
-rw-r--r--x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild (renamed from x11-themes/gnome-themes/gnome-themes-2.30.1-r1.ebuild)5
3 files changed, 10 insertions, 77 deletions
diff --git a/x11-themes/gnome-themes/ChangeLog b/x11-themes/gnome-themes/ChangeLog
index a05c812b042f..688fa8ac8460 100644
--- a/x11-themes/gnome-themes/ChangeLog
+++ b/x11-themes/gnome-themes/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-themes/gnome-themes
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.226 2010/06/13 16:22:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.227 2010/06/23 11:09:11 pacho Exp $
+
+*gnome-themes-2.30.2 (23 Jun 2010)
+
+ 23 Jun 2010; Pacho Ramos <pacho@gentoo.org>
+ -gnome-themes-2.30.1-r1.ebuild,
+ -files/gnome-themes-2.30.1-evolution-workaround.patch,
+ +gnome-themes-2.30.2.ebuild:
+ Version bump with updated translations and fixes, remove old.
*gnome-themes-2.30.1-r1 (13 Jun 2010)
diff --git a/x11-themes/gnome-themes/files/gnome-themes-2.30.1-evolution-workaround.patch b/x11-themes/gnome-themes/files/gnome-themes-2.30.1-evolution-workaround.patch
deleted file mode 100644
index 73abbfff7922..000000000000
--- a/x11-themes/gnome-themes/files/gnome-themes-2.30.1-evolution-workaround.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From 9316037f4392249a4f9ef4c9aea89e424b519468 Mon Sep 17 00:00:00 2001
-From: Benjamin Berg <benjamin@sipsolutions.net>
-Date: Sat, 22 May 2010 10:31:56 +0000
-Subject: Fix evolution table header workaround for new evo versions.
-
----
-diff --git a/gtk-themes/ClearlooksClassic/gtkrc b/gtk-themes/ClearlooksClassic/gtkrc
-index af9f716..96d7316 100644
---- a/gtk-themes/ClearlooksClassic/gtkrc
-+++ b/gtk-themes/ClearlooksClassic/gtkrc
-@@ -376,9 +376,9 @@ widget "gtk-tooltip*" style "tooltips"
- ##########################################################################
-
- # Workaround for the evolution ETable (bug #527532)
--widget_class "*.ETable.ECanvas" style "treeview_header"
-+widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
- # Workaround for the evolution ETree
--widget_class "*.ETree.ECanvas" style "treeview_header"
-+widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
-
- # Special case the nautilus-extra-view-widget
- # ToDo: A more generic approach for all applications that have a widget like this.
-diff --git a/gtk-themes/ClearlooksTest/gtkrc b/gtk-themes/ClearlooksTest/gtkrc
-index 8a2c4ee..ede08cc 100644
---- a/gtk-themes/ClearlooksTest/gtkrc
-+++ b/gtk-themes/ClearlooksTest/gtkrc
-@@ -398,9 +398,9 @@ widget "gtk-tooltip*" style "clearlooks-tooltips"
- ##########################################################################
-
- # Workaround for the evolution ETable (bug #527532)
--widget_class "*.ETable.ECanvas" style "clearlooks-treeview_header"
-+widget_class "*.<ETable>.<ECanvas>" style "clearlooks-treeview_header"
- # Workaround for the evolution ETree
--widget_class "*.ETree.ECanvas" style "clearlooks-treeview_header"
-+widget_class "*.<ETree>.<ECanvas>" style "clearlooks-treeview_header"
-
- # Special case the nautilus-extra-view-widget
- # ToDo: A more generic approach for all applications that have a widget like this.
-diff --git a/gtk-themes/Glossy/gtkrc b/gtk-themes/Glossy/gtkrc
-index a2e7baa..b15dd6d 100644
---- a/gtk-themes/Glossy/gtkrc
-+++ b/gtk-themes/Glossy/gtkrc
-@@ -377,9 +377,9 @@ widget "gtk-tooltip*" style "tooltips"
- ##########################################################################
-
- # Workaround for the evolution ETable (bug #527532)
--widget_class "*.ETable.ECanvas" style "treeview_header"
-+widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
- # Workaround for the evolution ETree
--widget_class "*.ETree.ECanvas" style "treeview_header"
-+widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
-
- # Special case the nautilus-extra-view-widget
- # ToDo: A more generic approach for all applications that have a widget like this.
-diff --git a/gtk-themes/Inverted/gtkrc b/gtk-themes/Inverted/gtkrc
-index fd3cccf..9991204 100644
---- a/gtk-themes/Inverted/gtkrc
-+++ b/gtk-themes/Inverted/gtkrc
-@@ -375,9 +375,9 @@ widget "gtk-tooltip*" style "tooltips"
- ##########################################################################
-
- # Workaround for the evolution ETable (bug #527532)
--widget_class "*.ETable.ECanvas" style "treeview_header"
-+widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
- # Workaround for the evolution ETree
--widget_class "*.ETree.ECanvas" style "treeview_header"
-+widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
-
- # Special case the nautilus-extra-view-widget
- # ToDo: A more generic approach for all applications that have a widget like this.
---
-cgit v0.8.3.1
diff --git a/x11-themes/gnome-themes/gnome-themes-2.30.1-r1.ebuild b/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild
index 8320b28d73c6..f7cc84228567 100644
--- a/x11-themes/gnome-themes/gnome-themes-2.30.1-r1.ebuild
+++ b/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.30.1-r1.ebuild,v 1.1 2010/06/13 16:22:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild,v 1.1 2010/06/23 11:09:11 pacho Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -37,9 +37,6 @@ src_prepare() {
# Fix bashisms, bug #256337
epatch "${FILESDIR}/${PN}-2.24.3-bashism.patch"
- # Fix evolution table header workaround for new evo versions
- epatch "${FILESDIR}/${P}-evolution-workaround.patch"
-
# Do not build/install accessibility themes, bug #274515
if ! use accessibility; then
sed 's:HighContrast.*\\:\\:g' -i \