summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2012-03-23 22:37:47 +0100
committerChristoph Mende <angelos@gentoo.org>2012-03-23 22:37:47 +0100
commit94998eaee0848bb567f5ba5d15437b853617b017 (patch)
tree0ace12c36492ccc9eeda9c6601ed353270ab5004 /dev-util/xfce4-dev-tools/xfce4-dev-tools-9999.ebuild
parentxfce4-appfinder: Initial import (diff)
downloadxfce-94998eaee0848bb567f5ba5d15437b853617b017.tar.gz
xfce-94998eaee0848bb567f5ba5d15437b853617b017.tar.bz2
xfce-94998eaee0848bb567f5ba5d15437b853617b017.zip
xfce4-dev-tools: Sync with gentoo-x86
(Portage version: 2.2.0_alpha94/git/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'dev-util/xfce4-dev-tools/xfce4-dev-tools-9999.ebuild')
-rw-r--r--dev-util/xfce4-dev-tools/xfce4-dev-tools-9999.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-9999.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-9999.ebuild
index 022775a..6c47755 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-9999.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.9.0.ebuild,v 1.1 2011/10/15 11:53:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.9.1.ebuild,v 1.3 2012/03/23 21:11:11 angelos Exp $
EAPI=4
inherit xfconf
-DESCRIPTION="Xfce's build scripts and aclocal macros"
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance"
HOMEPAGE="http://www.xfce.org/ http://foo-projects.org/~benny/projects/xfce4-dev-tools/"
LICENSE="GPL-2"
@@ -13,6 +13,10 @@ SLOT="0"
KEYWORDS=""
IUSE=""
+RDEPEND=">=dev-libs/glib-2.18:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
pkg_setup() {
DOCS=( AUTHORS ChangeLog HACKING NEWS README )
}