Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426672
Collapse All | Expand All

(-)timemachine-0.3.3.ebuild (+9 lines)
Lines 4-9 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit eutils
8
7
DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed."
9
DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed."
8
HOMEPAGE="http://plugin.org.uk/timemachine/"
10
HOMEPAGE="http://plugin.org.uk/timemachine/"
9
SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz"
11
SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz"
Lines 29-32 Link Here
29
src_install() {
31
src_install() {
30
	emake DESTDIR="${D}" install || die "emake install failed"
32
	emake DESTDIR="${D}" install || die "emake install failed"
31
	dodoc ChangeLog
33
	dodoc ChangeLog
34
	make_desktop_entry timemachine "TimeMachine Recording" timemachine
35
}
36
37
pkg_preinst() {
38
	mkdir -p ${D}/usr/share/icons
39
	mv ${D}/usr/share/timemachine/pixmaps/timemachine-icon.png \
40
		${D}/usr/share/icons/timemachine.png
32
}
41
}

Return to bug 426672