diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-08 19:43:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-08 19:43:10 +0000 |
commit | a9c04f12805f4c02d6585d91bda9321e89bfa61e (patch) | |
tree | 79f86a49eb56125c79c74d73f0bf502732e82897 /app-admin/gnomesu/gnomesu-0.3.1.ebuild | |
parent | new package, gnomesu is like su -c but with a gnome interface (diff) | |
download | gentoo-2-a9c04f12805f4c02d6585d91bda9321e89bfa61e.tar.gz gentoo-2-a9c04f12805f4c02d6585d91bda9321e89bfa61e.tar.bz2 gentoo-2-a9c04f12805f4c02d6585d91bda9321e89bfa61e.zip |
new package, gnomesu is like su -c but with a gnome interface
Diffstat (limited to 'app-admin/gnomesu/gnomesu-0.3.1.ebuild')
-rw-r--r-- | app-admin/gnomesu/gnomesu-0.3.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-admin/gnomesu/gnomesu-0.3.1.ebuild b/app-admin/gnomesu/gnomesu-0.3.1.ebuild new file mode 100644 index 000000000000..d717b469987c --- /dev/null +++ b/app-admin/gnomesu/gnomesu-0.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/gnomesu/gnomesu-0.3.1.ebuild,v 1.1 2003/06/08 19:43:03 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="GNOME2 interface to su, previously xsu and xsu2" +HOMEPAGE="http://sourceforge.net/projects/xsu/" +SRC_URI="mirror://sourceforge/xsu/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2 + >=dev-libs/glib-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=x11-libs/libzvt-2" + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-desktopfix.patch +} + +src_install() { + gnome2_src_install xsudocdir=${D}/usr/share/doc/${PF} +} |