summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-01-17 05:24:08 +0000
committerBen de Groot <yngwin@gentoo.org>2013-01-17 05:24:08 +0000
commitca5a4063b1c785d19de1783a507f266428b84c12 (patch)
tree89a0c4d34031ced89ae53a9a48c90aa3746edad7 /x11-themes
parentDo not needlessly tar nacl toolchain. More system ffmpeg compatibility. Remov... (diff)
downloadgentoo-2-ca5a4063b1c785d19de1783a507f266428b84c12.tar.gz
gentoo-2-ca5a4063b1c785d19de1783a507f266428b84c12.tar.bz2
gentoo-2-ca5a4063b1c785d19de1783a507f266428b84c12.zip
version bump, which includes the patch from 1.8.15-r1
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-qtcurve/ChangeLog12
-rw-r--r--x11-themes/gtk-engines-qtcurve/files/gtk-engines-qtcurve-1.8.15-cairo.patch10
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.16.ebuild (renamed from x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.15-r1.ebuild)5
3 files changed, 12 insertions, 15 deletions
diff --git a/x11-themes/gtk-engines-qtcurve/ChangeLog b/x11-themes/gtk-engines-qtcurve/ChangeLog
index c473355b644c..8a563f194710 100644
--- a/x11-themes/gtk-engines-qtcurve/ChangeLog
+++ b/x11-themes/gtk-engines-qtcurve/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-themes/gtk-engines-qtcurve
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.125 2012/12/12 17:34:25 pesa Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.126 2013/01/17 05:24:08 yngwin Exp $
+
+*gtk-engines-qtcurve-1.8.16 (17 Jan 2013)
+
+ 17 Jan 2013; Ben de Groot <yngwin@gentoo.org>
+ +gtk-engines-qtcurve-1.8.16.ebuild,
+ -files/gtk-engines-qtcurve-1.8.15-cairo.patch,
+ -gtk-engines-qtcurve-1.8.15-r1.ebuild:
+ version bump, which includes the patch from 1.8.15-r1
12 Dec 2012; Davide Pesavento <pesa@gentoo.org>
-gtk-engines-qtcurve-1.6.4.ebuild, metadata.xml:
diff --git a/x11-themes/gtk-engines-qtcurve/files/gtk-engines-qtcurve-1.8.15-cairo.patch b/x11-themes/gtk-engines-qtcurve/files/gtk-engines-qtcurve-1.8.15-cairo.patch
deleted file mode 100644
index 8ed758050b74..000000000000
--- a/x11-themes/gtk-engines-qtcurve/files/gtk-engines-qtcurve-1.8.15-cairo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- style/shadowhelper.c.orig 2012-11-14 16:28:32.763379377 +0800
-+++ style/shadowhelper.c 2012-11-14 16:30:51.966615332 +0800
-@@ -58,6 +58,7 @@
- cairo_rectangle(cr, 0, 0, shadowSize, shadowSize);
- cairo_fill(cr);
- cairo_destroy(cr);
-+ cairo_surface_destroy(dest);
- g_object_unref(pixbuf);
- return pixmap;
- }
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.15-r1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.16.ebuild
index 661d0e821c70..00201d72a6ac 100644
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.15-r1.ebuild
+++ b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.15-r1.ebuild,v 1.1 2012/11/14 08:48:15 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.16.ebuild,v 1.1 2013/01/17 05:24:08 yngwin Exp $
EAPI=4
inherit cmake-utils
@@ -31,7 +31,6 @@ S=${WORKDIR}/${MY_P}
DOCS="ChangeLog README TODO"
src_prepare() {
- epatch "${FILESDIR}/${P}-cairo.patch"
epatch_user
}