summaryrefslogtreecommitdiff
path: root/x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild
blob: 5a8bb56d8f22ae29479c78274555806f7f838eb4 (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
32
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit subversion qt4

ESVN_REPO_URI="svn://labs.trolltech.com/svn/styles"
ESVN_PROJECT="gtkstyle"

DESCRIPTION="make QT 4.x appplications look like native GTK+"
HOMEPAGE="http://labs.trolltech.com/page/Projects/Styles/GtkStyle"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.0
		>=x11-libs/qt-4.4.0"
DEPEND="${RDEPEND}
		dev-util/pkgconfig"

src_compile() {
	cd gtkstyle
	eqmake4 qgtkstyle.pro || die "qmake failed"
	emake || die "make failed"
}

src_install() {
	cd gtkstyle
	emake INSTALL_ROOT="${D}" install || die "make install failed"
}