# 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 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" }