summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-05-06 12:46:44 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-05-06 12:46:44 +0000
commit0b1e5f94d15a86b46f838048c8f7291b9d46b07c (patch)
tree4c12f725f215c5ca8285504f4fcaacae2e1674a4 /x11-libs/gksu/gksu-1.9.1.ebuild
parentdrop alpha,arm,ia64,mips, bug filed. prep for 2.14 unmask. (diff)
downloadgentoo-2-0b1e5f94d15a86b46f838048c8f7291b9d46b07c.tar.gz
gentoo-2-0b1e5f94d15a86b46f838048c8f7291b9d46b07c.tar.bz2
gentoo-2-0b1e5f94d15a86b46f838048c8f7291b9d46b07c.zip
added dev-util/gtk-doc dependency to gksu-1.0.5 as per bug #132296. Version bump to 1.9.1 also
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'x11-libs/gksu/gksu-1.9.1.ebuild')
-rw-r--r--x11-libs/gksu/gksu-1.9.1.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-libs/gksu/gksu-1.9.1.ebuild b/x11-libs/gksu/gksu-1.9.1.ebuild
new file mode 100644
index 000000000000..25ef8daf976b
--- /dev/null
+++ b/x11-libs/gksu/gksu-1.9.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-1.9.1.ebuild,v 1.1 2006/05/06 12:46:44 dragonheart Exp $
+
+inherit gnome2
+
+DESCRIPTION="A gtk+ frontend for libgksu"
+HOMEPAGE="http://www.nongnu.org/gksu/"
+SRC_URI="http://people.debian.org/~kov/gksu/gksu/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="${IUSE} nls"
+
+RDEPEND=">=x11-libs/libgksu-1.9.2
+ >=x11-libs/gtk+-2.4.0
+ >=gnome-base/gconf-2.0
+ >=gnome-base/gnome-keyring-0.4.3
+ app-admin/sudo
+ >=gnome-base/orbit-2.12.2
+ dev-libs/atk
+ x11-libs/pango
+ x11-libs/cairo
+ media-libs/libpng
+ nls? ( sys-devel/gettext )
+ >=dev-libs/glib-2.8.4
+ || (
+ ( >=x11-libs/libX11-1.0.0 )
+ virtual/x11 )"
+
+DEPEND="${RDEPEND}"
+
+
+GCONF2="$(use_enable nls)"
+USE_DESTDIR="1"