blob: e29614c0a527f8b1c28e38f8b865896857472bd3 (
plain)
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-0.8.ebuild,v 1.8 2008/01/19 14:57:34 genstef Exp $
ARTS_REQUIRED="never"
inherit kde eutils qt3
MY_PN="gtk-qt-engine"
DESCRIPTION="GTK+2 Qt Theme Engine"
HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk"
SRC_URI="http://gtk-qt.ecs.soton.ac.uk/files/${PV}/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
DEPEND="${DEPEND}
$(qt_min_version 3.3.8)
>=x11-libs/gtk+-2.2
dev-util/cmake"
need-kde 3
# Set slot after the need-kde. Fixes bug #78455.
SLOT="2"
S=${WORKDIR}/${MY_PN}
src_install() {
kde_src_install
mv "${D}"/usr/local/share/{locale,applications} "${D}"/usr/share/ || die
}
|