summaryrefslogtreecommitdiff
blob: b25b2f062b894e7022d0047081a9c8e1fea4e074 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="2"

inherit eutils bzr

DESCRIPTION="A showcase for GTK+ widgets"
HOMEPAGE="https://code.launchpad.net/~cimi/+junk/twf-gtk+3"
SRC_URI=""
EBZR_REPO_URI="lp:~cimi/+junk/twf-gtk+3"

LICENSE="GPL-2"
SLOT="gtk-3"
KEYWORDS=""
IUSE=""

RDEPEND="x11-libs/gtk+:3"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${P}-stupid.patch
}

src_install() {
	emake DESTDIR="${D}" install || die
	mv "${D}"/usr/bin/twf{,-${SLOT}} || die
	dodoc README NEWS AUTHORS ChangeLog || die
}