summaryrefslogtreecommitdiff
blob: 5b06b868ea6904634713ed80dae73ddd4668e081 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils gnome2

DESCRIPTION="New logout dialog by Novell"
HOMEPAGE="http://code.google.com/p/libssui/"
SRC_URI="http://libssui.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=x11-libs/gtk+-2.6.0
	>=gnome-base/gconf-2
	>=gnome-base/libgnome-2
	>=gnome-base/libgnomeui-2
	>=gnome-base/gnome-vfs-2
	>=sys-apps/dbus-0.60"

RDEPEND="${DEPEND}"

src_unpack() {
	gnome2_src_unpack

	# Update to newer dbus calls from GNOME Power Manager
	epatch ${FILESDIR}/${PN}-pm-dbus.patch
	epatch ${FILESDIR}/${PN}-missing-options.patch
	epatch ${FILESDIR}/${PN}-wrong-icon.patch

}