summaryrefslogtreecommitdiff
blob: 10a5067c2dc8930e8458d147093e62ed5f44e0bd (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
31
32
33
34
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=1
inherit gpe

DESCRIPTION="Audio mixer for the GPE Palmtop Environment"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE=""
GPE_DOCS="AUTHORS COPYING ChangeLog"

RDEPEND="${RDEPEND}
	dev-libs/atk
	dev-libs/glib:2
	>=gpe-base/libgpewidget-0.102
	x11-libs/cairo
	x11-libs/gtk+
	x11-libs/pango
"
DEPEND="${DEPEND} ${RDEPEND}"

src_unpack() {
	gpe_src_unpack "${@}"
	# miknix: This packages doesn't currrently support autotools
	mv -f gpe-mixer.desktop.in gpe-mixer.desktop
	sed -i -e 's/^_//' gpe-mixer.desktop || die "desktop sed fail"
	# miknix: nls not supported on this pkg
	sed -i -e 's;include $(BUILD)/Makefile.translation;;' Makefile \
		|| die "Makefile sed fail"
}