diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-22 20:07:36 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-22 20:07:36 +0000 |
commit | c3ef85d23e37bd822888af9dcdea2337cd148c72 (patch) | |
tree | 554e695b09919fb1c0d085194ebe80a286b08165 /kde-misc/kgtk | |
parent | clean unused use flags (diff) | |
download | gentoo-2-c3ef85d23e37bd822888af9dcdea2337cd148c72.tar.gz gentoo-2-c3ef85d23e37bd822888af9dcdea2337cd148c72.tar.bz2 gentoo-2-c3ef85d23e37bd822888af9dcdea2337cd148c72.zip |
Version bump wrt bug #399759.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'kde-misc/kgtk')
-rw-r--r-- | kde-misc/kgtk/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/kgtk/kgtk-0.11.0.ebuild | 42 |
2 files changed, 49 insertions, 2 deletions
diff --git a/kde-misc/kgtk/ChangeLog b/kde-misc/kgtk/ChangeLog index 0a995de6313f..ac2b946ee23f 100644 --- a/kde-misc/kgtk/ChangeLog +++ b/kde-misc/kgtk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/kgtk -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/ChangeLog,v 1.29 2011/04/29 14:04:47 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/ChangeLog,v 1.30 2012/01/22 20:07:36 johu Exp $ + +*kgtk-0.11.0 (22 Jan 2012) + + 22 Jan 2012; Johannes Huber <johu@gentoo.org> +kgtk-0.11.0.ebuild: + Version bump wrt bug #399759. 29 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> kgtk-0.10.1.ebuild: Declare cmakelists local as they should be. diff --git a/kde-misc/kgtk/kgtk-0.11.0.ebuild b/kde-misc/kgtk/kgtk-0.11.0.ebuild new file mode 100644 index 000000000000..8bca2d5b34de --- /dev/null +++ b/kde-misc/kgtk/kgtk-0.11.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgtk/kgtk-0.11.0.ebuild,v 1.1 2012/01/22 20:07:36 johu Exp $ + +EAPI=4 +KDE_LINGUAS="cs de en_GB es fr it pt_BR ru zh_CN" +KDE_LINGUAS_DIR="kdialogd4/po" +inherit kde4-base + +MY_PN=KGtk + +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://www.kde-apps.org/CONTENT/content-files/36077-${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug" + +DEPEND=" + || ( x11-libs/gtk+:2 x11-libs/gtk+:3 ) + x11-libs/gdk-pixbuf + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + $(add_kdebase_dep kdebase-startkde) +" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_PN}-${PV} + +DOCS=( AUTHORS ChangeLog README TODO ) + +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" +} |