mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-19 16:03:32 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xmms-controller/xfce4-xmms-controller-1.4.3-r2.ebuild,v 1.1 2005/10/06 18:09:17 bcowan Exp $
|
||||
inherit xfce42
|
||||
plugin
|
||||
|
||||
DESCRIPTION="Xfce panel xmms controller"
|
||||
HOMEPAGE="http://eoin.angrystickman.com/"
|
||||
SRC_URI="http://eoin.angrystickman.com/files/${MY_P}.tar.gz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~ppc ~x86"
|
||||
|
||||
XFCE_CONFIG="--datadir=/usr/share/xfce4-xmms-controller"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
einfo "patching sources"
|
||||
sed -i "s:/usr/local/:/usr/:" config.h.in
|
||||
sed -i "s:share/:share/${PN}/:" panel-plugin/xfcexmms.c
|
||||
}
|
||||
Reference in New Issue
Block a user