summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-11-13 00:20:23 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-11-13 00:20:23 +0000
commit48a68c9318f41cfee861483e1a5bb2a131fc7135 (patch)
tree84291ac92e3742b0c794e394776329839875bc63 /xfce-base/libxfce4util
parentbugfix release of xfce4. (diff)
downloadhistorical-48a68c9318f41cfee861483e1a5bb2a131fc7135.tar.gz
historical-48a68c9318f41cfee861483e1a5bb2a131fc7135.tar.bz2
historical-48a68c9318f41cfee861483e1a5bb2a131fc7135.zip
bugfix release of xfce4.
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/Manifest4
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild23
2 files changed, 25 insertions, 2 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 705b2558d651..ca5787f5e4e4 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,6 +1,6 @@
MD5 3301c2dfcf760d06a1b1bb18bd374efc libxfce4util-4.0.0.ebuild 645
-MD5 ab0523bdfb827071bee148970bcf47a9 libxfce4util-4.0.1.ebuild 648
-MD5 3e270182b7c19f5afb40a0d50bd50a3c ChangeLog 1038
+MD5 ff5d14063375c69f391fdea3a86e228b libxfce4util-4.0.1.ebuild 648
+MD5 d699f5d2bd790cd69aed0bf09bc02f80 ChangeLog 1174
MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157
MD5 87241d013b4f2465e13fe51c6fa56e3f files/digest-libxfce4util-4.0.0 70
MD5 8482c13836537803810fa29b9b2c8158 files/digest-libxfce4util-4.0.1 70
diff --git a/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild
new file mode 100644
index 000000000000..ff78c0e736b7
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.1.ebuild,v 1.1 2003/11/13 00:18:32 bcowan Exp $
+
+IUSE=""
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Libraries for XFCE4"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64"
+
+DEPEND=">=x11-libs/gtk+-2.0.6
+ dev-util/pkgconfig
+ dev-libs/libxml2"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog
+}