diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-02-26 17:03:37 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-02-26 17:03:37 +0000 |
commit | 3393521c1671c26ffd0ba32e483854e2b919671d (patch) | |
tree | 536f2bfc1254166f3f9449a15313620825984764 /kde-misc | |
parent | Add patch to solve build failure due to missing include directories, wrt bug ... (diff) | |
download | gentoo-2-3393521c1671c26ffd0ba32e483854e2b919671d.tar.gz gentoo-2-3393521c1671c26ffd0ba32e483854e2b919671d.tar.bz2 gentoo-2-3393521c1671c26ffd0ba32e483854e2b919671d.zip |
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kgtk/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/kgtk/files/kgtk-0.10.1-glibc-2.10.patch | 12 | ||||
-rw-r--r-- | kde-misc/kgtk/kgtk-0.10.1.ebuild | 47 |
3 files changed, 5 insertions, 60 deletions
diff --git a/kde-misc/kgtk/ChangeLog b/kde-misc/kgtk/ChangeLog index 46f97a01c746..b11f4d2ec871 100644 --- a/kde-misc/kgtk/ChangeLog +++ b/kde-misc/kgtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kgtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/ChangeLog,v 1.32 2014/02/26 17:00:08 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/ChangeLog,v 1.33 2014/02/26 17:03:36 kensington Exp $ + + 26 Feb 2014; Michael Palimaka <kensington@gentoo.org> + -files/kgtk-0.10.1-glibc-2.10.patch, -kgtk-0.10.1.ebuild: + Remove old. 26 Feb 2014; Michael Palimaka <kensington@gentoo.org> +files/kgtk-0.11.0-include.patch, kgtk-0.11.0.ebuild: diff --git a/kde-misc/kgtk/files/kgtk-0.10.1-glibc-2.10.patch b/kde-misc/kgtk/files/kgtk-0.10.1-glibc-2.10.patch deleted file mode 100644 index 5ea95b943f69..000000000000 --- a/kde-misc/kgtk/files/kgtk-0.10.1-glibc-2.10.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur KGtk-0.10.1.orig/qt4/kqt4.cpp KGtk-0.10.1/qt4/kqt4.cpp ---- KGtk-0.10.1.orig/qt4/kqt4.cpp 2009-03-12 02:19:40.000000000 +0200 -+++ KGtk-0.10.1/qt4/kqt4.cpp 2009-08-09 00:57:37.000000000 +0300 -@@ -99,7 +99,7 @@ - { - const char *a=useQt && QCoreApplication::arguments().count() - ? QCoreApplication::arguments()[0].toLatin1().constData() : getAppNameFromPid(getpid()); -- char *slash; -+ const char *slash; - - // Was the cmdline app java? if so, try to use its parent name - just in case - // its run from a shell script, etc. - e.g. as eclipse does diff --git a/kde-misc/kgtk/kgtk-0.10.1.ebuild b/kde-misc/kgtk/kgtk-0.10.1.ebuild deleted file mode 100644 index ca0ba73aa9b8..000000000000 --- a/kde-misc/kgtk/kgtk-0.10.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/kgtk-0.10.1.ebuild,v 1.10 2013/03/02 21:30:12 hwoarang Exp $ - -EAPI=4 -KDE_LINGUAS="cs de en_GB es fr pt_BR ru zh_CN" -KDE_LINGUAS_DIR="kdialogd4/po" -inherit kde4-base - -DESCRIPTION="Allows *some* Gtk and Qt4 applications to use KDE's file dialogs when run under KDE" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=36077" -SRC_URI="http://home.freeuk.com/cpdrummond/KGtk-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" - -DEPEND=" - x11-libs/gtk+:2 - dev-qt/qtgui:4 - $(add_kdebase_dep kdebase-startkde) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-glibc-2.10.patch" ) - -S=${WORKDIR}/KGtk-${PV} - -DOCS=( AUTHORS ChangeLog README TODO ) - -src_configure() { - local mycmakeargs+=( - -DKGTK_KDE4=true -DKGTK_QT4=true -DKGTK_GTK2=true - ) - kde4-base_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - elog "To see the kde-file-selector in a gtk-application, just do:" - elog "cd /usr/local/bin" - elog "ln -s /usr/bin/kgtk-wrapper application(eg. firefox)" - elog "Make sure that /usr/local/bin is before /usr/bin in your \$PATH" - elog - elog "You need to restart kde and be sure to change your symlinks to non-.sh" -} |