diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 15:15:44 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 15:15:44 +0000 |
commit | a65c41003c3379c8c6ec2ea132d0c4c63267515e (patch) | |
tree | fdbad1a9a323a867c7c57e6bd7750ad97df8e953 /kde-misc | |
parent | Marking smplayer-0.6.6 ppc64 for bug 257852 (diff) | |
download | gentoo-2-a65c41003c3379c8c6ec2ea132d0c4c63267515e.tar.gz gentoo-2-a65c41003c3379c8c6ec2ea132d0c4c63267515e.tar.bz2 gentoo-2-a65c41003c3379c8c6ec2ea132d0c4c63267515e.zip |
Bump because upstream incorporated our patches. Remove old.
(Portage version: 2.2_rc24/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kgtk/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kgtk/files/0.10.0-kde4.patch | 11 | ||||
-rw-r--r-- | kde-misc/kgtk/kgtk-0.10.1.ebuild (renamed from kde-misc/kgtk/kgtk-0.10.0-r1.ebuild) | 8 |
3 files changed, 9 insertions, 18 deletions
diff --git a/kde-misc/kgtk/ChangeLog b/kde-misc/kgtk/ChangeLog index a626f8827c9e..36f36cbdc11d 100644 --- a/kde-misc/kgtk/ChangeLog +++ b/kde-misc/kgtk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-misc/kgtk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/ChangeLog,v 1.18 2009/03/12 00:08:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/ChangeLog,v 1.19 2009/03/12 15:15:44 scarabeus Exp $ + +*kgtk-0.10.1 (12 Mar 2009) + + 12 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> + -files/0.10.0-kde4.patch, -kgtk-0.10.0-r1.ebuild, +kgtk-0.10.1.ebuild: + Bump because upstream incorporated our patches. Remove old. 12 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kgtk-0.10.0-r1.ebuild: Fix missing install phase call. Per bug #262220. diff --git a/kde-misc/kgtk/files/0.10.0-kde4.patch b/kde-misc/kgtk/files/0.10.0-kde4.patch deleted file mode 100644 index 2f8ea36e3527..000000000000 --- a/kde-misc/kgtk/files/0.10.0-kde4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kdialogd4/kdialogd.cpp.orig 2009-02-03 19:49:03.000000000 +0500 -+++ kdialogd4/kdialogd.cpp 2009-02-03 19:49:17.000000000 +0500 -@@ -391,7 +391,7 @@ - // * the dir select dialog doesnt seem to set the QDialog result parameter - // when it is accepted - so for this reason if ok is clicked we store an - // 'accepted' value there, and check for that after the dialog is finished. -- kDebug() << "finished " << (int)itsDlg << itsAccepted << (itsDlg ? QDialog::Accepted==itsDlg->result() : false); -+ kDebug() << "finished " << itsDlg << itsAccepted << (itsDlg ? QDialog::Accepted==itsDlg->result() : false); - - if(itsDlg && !(itsAccepted || QDialog::Accepted==itsDlg->result())) - cancel(); diff --git a/kde-misc/kgtk/kgtk-0.10.0-r1.ebuild b/kde-misc/kgtk/kgtk-0.10.1.ebuild index fdcf958ed593..5535bf9c6bd0 100644 --- a/kde-misc/kgtk/kgtk-0.10.0-r1.ebuild +++ b/kde-misc/kgtk/kgtk-0.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/kgtk-0.10.0-r1.ebuild,v 1.2 2009/03/12 00:08:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/kgtk-0.10.1.ebuild,v 1.1 2009/03/12 15:15:44 scarabeus Exp $ EAPI="2" @@ -35,11 +35,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/KGtk-${PV}" -PATCHES=( - "${FILESDIR}/${PV}-open_mode.patch" - "${FILESDIR}/${PV}-kde4.patch" -) - src_configure() { if use qt3 && use qt4 ; then elog "You enabled both qt3 and qt4 useflags. Please pick only one you want." @@ -69,6 +64,7 @@ src_install() { } 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)" |