summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2012-02-05 13:00:54 +0000
committerAlex Alexander <wired@gentoo.org>2012-02-05 13:00:54 +0000
commit20f6c9ce1f5433068362ced6793f4a977259bd6f (patch)
tree70ec8cf03994f6d9647fa3a638331d3e75e52225 /x11-libs
parentversion bump, support for graphics system states (default, experimental) (diff)
downloadgentoo-2-20f6c9ce1f5433068362ced6793f4a977259bd6f.tar.gz
gentoo-2-20f6c9ce1f5433068362ced6793f4a977259bd6f.tar.bz2
gentoo-2-20f6c9ce1f5433068362ced6793f4a977259bd6f.zip
raster is marked as the default in the eselect qtgraphicssystem list now
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-gui/ChangeLog8
-rw-r--r--x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild (renamed from x11-libs/qt-gui/qt-gui-4.8.0-r1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog
index 559de3d319ec..116876299624 100644
--- a/x11-libs/qt-gui/ChangeLog
+++ b/x11-libs/qt-gui/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.163 2012/01/29 23:27:49 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.164 2012/02/05 13:00:54 wired Exp $
+
+*qt-gui-4.8.0-r2 (05 Feb 2012)
+
+ 05 Feb 2012; Alex Alexander <wired@gentoo.org> -qt-gui-4.8.0-r1.ebuild,
+ +qt-gui-4.8.0-r2.ebuild:
+ raster is marked as the default in the eselect qtgraphicssystem list now
29 Jan 2012; Joseph Jezak <josejx@gentoo.org> qt-gui-4.7.4-r1.ebuild:
Marked ppc ppc64 stable for bug #390963.
diff --git a/x11-libs/qt-gui/qt-gui-4.8.0-r1.ebuild b/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild
index 7f911d81b4dd..f397470fc0ef 100644
--- a/x11-libs/qt-gui/qt-gui-4.8.0-r1.ebuild
+++ b/x11-libs/qt-gui/qt-gui-4.8.0-r2.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/qt-gui/qt-gui-4.8.0-r1.ebuild,v 1.1 2012/01/29 17:02:58 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild,v 1.1 2012/02/05 13:00:54 wired Exp $
EAPI="3"
inherit confutils qt4-build
@@ -179,7 +179,7 @@ src_install() {
# touch the available graphics systems
mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
die "could not create ${D}/usr/share/qt4/graphicssystems/"
- touch "${D}/usr/share/qt4/graphicssystems/raster" ||
+ echo "default" > "${D}/usr/share/qt4/graphicssystems/raster" ||
die "could not touch ${D}/usr/share/qt4/graphicssystems/raster"
touch "${D}/usr/share/qt4/graphicssystems/native" ||
die "could not touch ${D}/usr/share/qt4/graphicssystems/native"