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

Collapse All | Expand All

(-)wmdrawer-0.10.5-r2.ebuild.orig (-3 / +5 lines)
Lines 2-10 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.6 2008/01/12 01:13:56 coldwind Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.6 2008/01/12 01:13:56 coldwind Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
IUSE=""
8
DESCRIPTION="dockapp which provides a drawer (retractable button bar) to launch applications"
7
DESCRIPTION="dockapp which provides a drawer (retractable button bar) to launch applications"
9
SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz"
8
SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz"
10
HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/"
9
HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/"
Lines 12-17 Link Here
12
SLOT="0"
11
SLOT="0"
13
LICENSE="GPL-2"
12
LICENSE="GPL-2"
14
KEYWORDS="amd64 ppc ~sparc x86"
13
KEYWORDS="amd64 ppc ~sparc x86"
14
IUSE=""
15
15
16
RDEPEND=">=x11-libs/gtk+-2"
16
RDEPEND=">=x11-libs/gtk+-2"
17
DEPEND="${RDEPEND}
17
DEPEND="${RDEPEND}
Lines 24-33 Link Here
24
24
25
	# Honour Gentoo CFLAGS
25
	# Honour Gentoo CFLAGS
26
	sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
26
	sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
27
	sed -i -e "/CC/ s/gcc/$(tc-getCC)/" Makefile || die
28
	sed -i -e "s|strip|true|" Makefile || die
27
}
29
}
28
30
29
src_install() {
31
src_install() {
30
	dobin wmdrawer
32
	dobin wmdrawer
31
	dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example
33
	dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example
32
	doman wmdrawer.1
34
	doman doc/wmdrawer.1x.gz
33
}
35
}

Return to bug 215651