blob: 9b91f08a0e1945dbee7e0fdc06ee3dfb22332fae (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-sidecandyrhythmbox/desklet-sidecandyrhythmbox-0.72-r1.ebuild,v 1.5 2006/10/16 03:42:37 agriffis Exp $
inherit gdesklets
DESKLET_NAME="SideCandyRhythmbox"
MY_P="${DESKLET_NAME}-${PV}"
S=${WORKDIR}/${DESKLET_NAME}
DESCRIPTION="A Rhythmbox Control and Display for gDesklets"
HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=243"
SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86"
RDEPEND=">=gnome-extra/gdesklets-core-0.34.3
media-sound/rhythmbox"
src_unpack() {
unpack ${A}
# Fix the SideCandy issue in >0.35
sed -i -e "s:<group id=\"slider\":<group id=\"slider\" width=\"5cm\":" ${S}/rhythmbox.display
}
|