summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-07-12 16:41:13 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-07-12 16:41:13 +0000
commite44df739a68186442bcb460009b7ae015d99154c (patch)
tree7fe1ebb9ffc30e2bc288837970f8de1e7385f0b0 /xfce-base/libxfce4util
parentadd vulnerability fix + rev bump (diff)
downloadgentoo-2-e44df739a68186442bcb460009b7ae015d99154c.tar.gz
gentoo-2-e44df739a68186442bcb460009b7ae015d99154c.tar.bz2
gentoo-2-e44df739a68186442bcb460009b7ae015d99154c.zip
Version bump. Bugfix release on stable branch that fixes cropped icons with many others.
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/ChangeLog8
-rw-r--r--xfce-base/libxfce4util/files/digest-libxfce4util-4.0.61
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild24
3 files changed, 32 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index adbb13cbe782..932c6cdaf853 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.27 2004/06/24 21:57:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.28 2004/07/12 16:41:13 bcowan Exp $
+
+*libxfce4util-4.0.6 (12 Jul 2004)
+
+ 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +libxfce4util-4.0.6.ebuild:
+ Version bump. Bugfix release on stable branch that fixes cropped icons with
+ gtk-2.4 along with many others.
23 Jun 2004; <malc@gentoo.org> libxfce4util-4.0.5.ebuild:
Mark stable on amd64
diff --git a/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.6 b/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.6
new file mode 100644
index 000000000000..9b4e5b315740
--- /dev/null
+++ b/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.6
@@ -0,0 +1 @@
+MD5 4945103c0bd36f53d108bc49b4994f80 libxfce4util-4.0.6.tar.gz 314842
diff --git a/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild b/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild
new file mode 100644
index 000000000000..5a3eacd3ae92
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild,v 1.1 2004/07/12 16:41:13 bcowan Exp $
+
+IUSE=""
+
+DESCRIPTION="Libraries for XFCE4"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz
+ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips"
+
+RDEPEND=">=x11-libs/gtk+-2.0.6
+ dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog
+}