diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-02 21:58:00 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-02 21:58:00 +0000 |
commit | 298a064cbac18a7a40afb3a47dfa230fd976bcea (patch) | |
tree | 72bbbd9777d2d6d6fcb39ee96ec18b6edf243de5 /kde-base/systemsettings | |
parent | Bump to 0.10.0, new slot, ebuild from the GNOME overlay (diff) | |
download | gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.gz gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.bz2 gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.zip |
Drop KDE 4.4
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/systemsettings')
-rw-r--r-- | kde-base/systemsettings/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/systemsettings/systemsettings-4.4.5.ebuild | 87 |
2 files changed, 5 insertions, 88 deletions
diff --git a/kde-base/systemsettings/ChangeLog b/kde-base/systemsettings/ChangeLog index aead7257e6b4..df57260f54d5 100644 --- a/kde-base/systemsettings/ChangeLog +++ b/kde-base/systemsettings/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/systemsettings # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.102 2011/06/01 19:29:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.103 2011/06/02 21:57:50 dilfridge Exp $ + + 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -systemsettings-4.4.5.ebuild: + Drop KDE-4.4 01 Jun 2011; Brent Baude <ranger@gentoo.org> systemsettings-4.6.2.ebuild: Marking systemsettings-4.6.2 ppc stable for bug 354033 diff --git a/kde-base/systemsettings/systemsettings-4.4.5.ebuild b/kde-base/systemsettings/systemsettings-4.4.5.ebuild deleted file mode 100644 index 9b016921bae5..000000000000 --- a/kde-base/systemsettings/systemsettings-4.4.5.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/systemsettings-4.4.5.ebuild,v 1.6 2010/08/09 17:33:48 scarabeus Exp $ - -EAPI="3" - -KMNAME="kdebase-workspace" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="System settings utility" -IUSE="debug +handbook +usb xinerama" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -COMMONDEPEND=" - dev-libs/glib:2 - $(add_kdebase_dep libkworkspace) - 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 - x11-libs/libXtst - opengl? ( virtual/opengl ) - usb? ( =virtual/libusb-0* ) - xinerama? ( x11-libs/libXinerama ) -" -DEPEND="${COMMONDEPEND} - x11-proto/kbproto - x11-proto/xextproto - xinerama? ( x11-proto/xineramaproto ) -" -RDEPEND="${COMMONDEPEND} - x11-apps/setxkbmap - x11-misc/xkeyboard-config -" - -KMEXTRA=" - kcontrol/ -" -KMEXTRACTONLY=" - krunner/dbus/org.kde.krunner.App.xml - krunner/dbus/org.kde.screensaver.xml - kwin/ - libs/ - plasma/ -" - -add_blocker kcontrol '<4.3.98' - -PATCHES=( "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" ) - -src_unpack() { - if use handbook; then - KMEXTRA="${KMEXTRA} - doc/kcontrol - " - fi - - kde4-meta_src_unpack -} - -src_prepare() { - sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \ - systemsettings/CMakeLists.txt \ - || die "Failed to fix systemsettingsrc install location" - - kde4-meta_src_prepare -} - -# FIXME: is have_openglxvisual found without screensaver -src_configure() { - # Old keyboard-detection code is unmaintained, - # so we force the new stuff, using libxklavier. - mycmakeargs=( - -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON - -DWITH_GLIB2=ON -DWITH_GObject=ON - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with usb) - $(cmake-utils_use_with xinerama X11_Xinerama) - ) - - kde4-meta_src_configure -} |