summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
commit6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a (patch)
tree8b03b2997b4996d138f8e4a411fc0e84750d4040 /kde-base/systemsettings
parentstabilize new versions for amd64,ppc,x86 (diff)
downloadhistorical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.gz
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.bz2
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.zip
Old.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'kde-base/systemsettings')
-rw-r--r--kde-base/systemsettings/ChangeLog10
-rw-r--r--kde-base/systemsettings/files/systemsettings-4.0.1-opengl.patch21
-rw-r--r--kde-base/systemsettings/systemsettings-4.0.1.ebuild66
3 files changed, 9 insertions, 88 deletions
diff --git a/kde-base/systemsettings/ChangeLog b/kde-base/systemsettings/ChangeLog
index 51cf998ff36b..be8697db1b1b 100644
--- a/kde-base/systemsettings/ChangeLog
+++ b/kde-base/systemsettings/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for kde-base/systemsettings
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.6 2008/03/11 00:06:57 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.7 2008/03/20 18:28:25 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/systemsettings-4.0.1-opengl.patch, -systemsettings-4.0.1.ebuild:
+ Old.
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/systemsettings-4.0.1-opengl.patch, -systemsettings-4.0.1.ebuild:
+ Old.
*systemsettings-4.0.2 (10 Mar 2008)
diff --git a/kde-base/systemsettings/files/systemsettings-4.0.1-opengl.patch b/kde-base/systemsettings/files/systemsettings-4.0.1-opengl.patch
deleted file mode 100644
index 3a8d3ef0f0cb..000000000000
--- a/kde-base/systemsettings/files/systemsettings-4.0.1-opengl.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- workspace/CMakeLists.txt (revision 767202)
-+++ workspace/CMakeLists.txt (working copy)
-@@ -16,8 +16,6 @@
- include (MacroLibrary)
- include (KDE4Defaults)
-
--macro_optional_find_package(OpenGL)
--
- include(ConfigureChecks.cmake)
- configure_file(config-unix.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-unix.h )
- configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h )
---- workspace/kcontrol/screensaver/CMakeLists.txt
-+++ workspace/kcontrol/screensaver/CMakeLists.txt
-@@ -1,5 +1,7 @@
-
-+if(OPENGL_FOUND)
- check_library_exists(GL glXChooseVisual "" HAVE_GLXCHOOSEVISUAL)
-+endif(OPENGL_FOUND)
- configure_file (config-screensaver.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-screensaver.h )
-
- add_definitions (-DQT3_SUPPORT)
diff --git a/kde-base/systemsettings/systemsettings-4.0.1.ebuild b/kde-base/systemsettings/systemsettings-4.0.1.ebuild
deleted file mode 100644
index adb29cb1ba27..000000000000
--- a/kde-base/systemsettings/systemsettings-4.0.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/systemsettings-4.0.1.ebuild,v 1.1 2008/02/07 00:11:37 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdebase-workspace
-inherit kde4-meta
-
-DESCRIPTION="System settings utility"
-IUSE="debug htmlhandbook ieee1394 opengl ssl +usb xinerama"
-KEYWORDS="~amd64 ~x86"
-
-COMMONDEPEND="
- >=app-misc/strigi-0.5.7
- >=dev-libs/glib-2
- media-libs/fontconfig
- >=media-libs/freetype-2
- >=x11-libs/libxklavier-3.2
- x11-libs/libXcursor
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXft
- >=x11-libs/libXrandr-1.2.1
- x11-libs/libXtst
- ieee1394? ( sys-libs/libraw1394 )
- opengl? ( virtual/opengl
- virtual/glu )
- ssl? ( dev-libs/openssl )
- usb? ( >=dev-libs/libusb-0.1.10a )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${COMMONDEPEND}
- x11-proto/xextproto
- x11-proto/kbproto
- xinerama? ( x11-proto/xineramaproto )"
-RDEPEND="${COMMONDEPEND}
- || ( x11-misc/xkeyboard-config
- x11-misc/xkbdata )
- x11-apps/setxkbmap"
-
-KMEXTRA="kcontrol/"
-
-KMEXTRACTONLY="
- krunner/org.kde.krunner.App.xml
- krunner/org.kde.screensaver.xml
- kwin/
- libs/
- plasma/"
-
-PATCHES="${FILESDIR}/${P}-opengl.patch"
-
-# FIXME: is have_openglxvisual found without screensaver
-src_compile() {
- # Old keyboard-detection code is unmaintained,
- # so we force the new stuff, using libxklavier.
- mycmakeargs="${mycmakeargs}
- -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON
- -DWITH_GLIB2=ON -DWITH_GObject=ON
- $(cmake-utils_use_with ieee1394 RAW1394)
- $(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_with ssl OpenSSL)
- $(cmake-utils_use_with usb USB)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
-
- kde4-meta_src_compile
-}