diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-12-12 17:30:45 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-12-12 17:30:45 +0000 |
commit | 3edb3c97408a54e8684dd30e5749aa4a847e190e (patch) | |
tree | e487c9f8769d1bced9a31a84efe0e0660059bd7a /x11-themes/qtcurve-qt4 | |
parent | adding myself to the maintainer list (diff) | |
download | gentoo-2-3edb3c97408a54e8684dd30e5749aa4a847e190e.tar.gz gentoo-2-3edb3c97408a54e8684dd30e5749aa4a847e190e.tar.bz2 gentoo-2-3edb3c97408a54e8684dd30e5749aa4a847e190e.zip |
Remove old.
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'x11-themes/qtcurve-qt4')
-rw-r--r-- | x11-themes/qtcurve-qt4/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/files/qtcurve-qt4_kde49-kwin_decoration-macro.patch | 12 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.13-r2.ebuild | 54 |
3 files changed, 6 insertions, 67 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog index 2e6ca9bd9940..841534ea311a 100644 --- a/x11-themes/qtcurve-qt4/ChangeLog +++ b/x11-themes/qtcurve-qt4/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/qtcurve-qt4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.151 2012/12/06 04:24:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.152 2012/12/12 17:30:44 pesa Exp $ + + 12 Dec 2012; Davide Pesavento <pesa@gentoo.org> + -files/qtcurve-qt4_kde49-kwin_decoration-macro.patch, + -qtcurve-qt4-1.8.13-r2.ebuild: + Remove old. 06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> qtcurve-qt4-1.8.14.ebuild: diff --git a/x11-themes/qtcurve-qt4/files/qtcurve-qt4_kde49-kwin_decoration-macro.patch b/x11-themes/qtcurve-qt4/files/qtcurve-qt4_kde49-kwin_decoration-macro.patch deleted file mode 100644 index 584aa3b1729e..000000000000 --- a/x11-themes/qtcurve-qt4/files/qtcurve-qt4_kde49-kwin_decoration-macro.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- kwin/qtcurvehandler.cpp.org 2012-08-04 13:31:51.391630113 +0200 -+++ kwin/qtcurvehandler.cpp 2012-08-04 15:24:44.732256341 +0200 -@@ -494,6 +494,9 @@ - KWinQtCurve::handler = new KWinQtCurve::QtCurveHandler(); - return KWinQtCurve::handler; - } -+#if KDE_IS_VERSION(4,8,80) -+ KDE_EXPORT int decoration_version() { return KWIN_DECORATION_API_VERSION; } -+#endif - } - - #include "qtcurvedbus.moc" diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.13-r2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.13-r2.ebuild deleted file mode 100644 index 58d51b28748f..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.13-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.13-r2.ebuild,v 1.1 2012/08/04 13:53:40 johu Exp $ - -EAPI=4 -KDE_REQUIRED="optional" -inherit kde4-base - -MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" - -DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" -SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="kde windeco" -REQUIRED_USE="windeco? ( kde )" - -DEPEND="x11-libs/qt-gui:4[dbus] - x11-libs/qt-svg:4 - kde? ( - $(add_kdebase_dep systemsettings) - windeco? ( $(add_kdebase_dep kwin) ) - )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS=( ChangeLog README TODO ) -PATCHES=( - "${FILESDIR}/${PN}_kwin_automagic_fix.patch" - "${FILESDIR}/${PN}_kde49-kwin_decoration-macro.patch" -) - -pkg_setup() { - use kde && kde4-base_pkg_setup -} - -src_configure() { - local mycmakeargs - if use kde; then - mycmakeargs=( - $(cmake-utils_use windeco QTC_KWIN) - ) - kde4-base_src_configure - else - mycmakeargs=( - "-DQTC_QT_ONLY=true" - ) - cmake-utils_src_configure - fi -} |