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

Collapse All | Expand All

(-)awesome-3.4.7.ebuild (-8 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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-wm/awesome/awesome-3.4.7.ebuild,v 1.1 2010/09/06 17:47:53 matsuu Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/awesome-3.4.5.ebuild,v 1.1 2010/05/12 13:47:21 matsuu Exp $
4
4
5
EAPI="3"
5
EAPI="3"
6
inherit cmake-utils eutils
6
inherit cmake-utils eutils
Lines 14-20 Link Here
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
15
IUSE="dbus doc elibc_FreeBSD bash-completion"
15
IUSE="dbus doc elibc_FreeBSD bash-completion"
16
16
17
RDEPEND=">=dev-lang/lua-5.1[deprecated]
17
RDEPEND="
18
	>=dev-lang/lua-5.1[deprecated]
18
	dev-libs/libev
19
	dev-libs/libev
19
	>=dev-libs/libxdg-basedir-1
20
	>=dev-libs/libxdg-basedir-1
20
	media-libs/imlib2[png]
21
	media-libs/imlib2[png]
Lines 30-36 Link Here
30
DEPEND="${RDEPEND}
31
DEPEND="${RDEPEND}
31
	>=app-text/asciidoc-8.4.5
32
	>=app-text/asciidoc-8.4.5
32
	app-text/xmlto
33
	app-text/xmlto
33
	>=dev-util/cmake-2.6
34
	dev-util/gperf
34
	dev-util/gperf
35
	dev-util/pkgconfig
35
	dev-util/pkgconfig
36
	media-gfx/imagemagick[png]
36
	media-gfx/imagemagick[png]
Lines 52-66 Link Here
52
52
53
DOCS="AUTHORS BUGS PATCHES README STYLE"
53
DOCS="AUTHORS BUGS PATCHES README STYLE"
54
54
55
mycmakeargs="-DPREFIX=${EPREFIX}/usr
56
	-DSYSCONFDIR=${EPREFIX}/etc
57
	$(cmake-utils_use_with dbus DBUS)
58
	$(cmake-utils_use doc GENERATE_LUADOC)"
59
60
src_prepare() {
55
src_prepare() {
61
	epatch "${FILESDIR}/${PN}-3.4.2-backtrace.patch"
56
	epatch "${FILESDIR}/${PN}-3.4.2-backtrace.patch"
62
}
57
}
63
58
59
src_configure() {
60
	mycmakeargs="-DPREFIX=/usr
61
		-DSYSCONFDIR=/etc
62
		$(cmake-utils_use_with dbus DBUS)
63
		$(cmake-utils_use doc GENERATE_LUADOC)"
64
}
65
64
src_compile() {
66
src_compile() {
65
	local myargs="all"
67
	local myargs="all"
66
68

Return to bug 336492