forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkgtk-0.11.0.ebuild
43 lines (35 loc) · 1.16 KB
/
kgtk-0.11.0.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
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
dev-qt/qtcore:4
dev-qt/qtgui:4
$(add_kdebase_dep kdebase-startkde)
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_PN}-${PV}
DOCS=( AUTHORS ChangeLog README TODO )
PATCHES=( "${FILESDIR}/${P}-include.patch" )
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"
}