Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 326713 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/x11-misc/xpad/xpad-4.0.ebuild (+10 lines)
Lines 4-9 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit eutils
8
7
DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
9
DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
8
HOMEPAGE="http://mterry.name/xpad"
10
HOMEPAGE="http://mterry.name/xpad"
9
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
11
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
Lines 19-24 Link Here
19
	dev-util/pkgconfig
21
	dev-util/pkgconfig
20
	sys-devel/gettext"
22
	sys-devel/gettext"
21
23
24
PATCHES="${FILESDIR}/fix-gobject.patch"
25
26
src_unpack() {
27
	unpack ${A}
28
	cd "${S}"
29
	epatch "${FILESDIR}/fix-gobject.patch"
30
}
31
22
src_install() {
32
src_install() {
23
	emake DESTDIR="${D}" install || die "emake install failed"
33
	emake DESTDIR="${D}" install || die "emake install failed"
24
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
34
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO

Return to bug 326713