diff options
author | 2004-04-18 05:41:08 +0000 | |
---|---|---|
committer | 2004-04-18 05:41:08 +0000 | |
commit | 1b01c4a21e11962f8508b18102c915311c03b77c (patch) | |
tree | ce4ac289f0cdc0fde5877d1b3f9253cb83ef274c /xfce-extra/xffm-icons | |
parent | Bugfix release of xfce4. (Manifest recommit) (diff) | |
download | gentoo-2-1b01c4a21e11962f8508b18102c915311c03b77c.tar.gz gentoo-2-1b01c4a21e11962f8508b18102c915311c03b77c.tar.bz2 gentoo-2-1b01c4a21e11962f8508b18102c915311c03b77c.zip |
Bugfix release of xfce4.
Diffstat (limited to 'xfce-extra/xffm-icons')
-rw-r--r-- | xfce-extra/xffm-icons/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.5 | 1 | ||||
-rw-r--r-- | xfce-extra/xffm-icons/xffm-icons-4.0.5.ebuild | 24 |
3 files changed, 31 insertions, 1 deletions
diff --git a/xfce-extra/xffm-icons/ChangeLog b/xfce-extra/xffm-icons/ChangeLog index bdd1be20bae5..63b6232bfa94 100644 --- a/xfce-extra/xffm-icons/ChangeLog +++ b/xfce-extra/xffm-icons/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xffm-icons # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xffm-icons/ChangeLog,v 1.18 2004/04/17 19:22:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xffm-icons/ChangeLog,v 1.19 2004/04/18 05:39:27 bcowan Exp $ + +*xffm-icons-4.0.5 (18 Apr 2004) + + 18 Apr 2004; Brad Cowan <bcowan@gentoo.org> xffm-icons-4.0.5.ebuild: + Bugfix release of xfce4. 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xffm-icons-4.0.0.ebuild, xffm-icons-4.0.3.ebuild, xffm-icons-4.0.4.ebuild: diff --git a/xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.5 b/xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.5 new file mode 100644 index 000000000000..739a24414c8a --- /dev/null +++ b/xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.5 @@ -0,0 +1 @@ +MD5 d9c3248c3f42c61b739ffcb7de1d2b20 xffm-icons-4.0.5.tar.gz 4804290 diff --git a/xfce-extra/xffm-icons/xffm-icons-4.0.5.ebuild b/xfce-extra/xffm-icons/xffm-icons-4.0.5.ebuild new file mode 100644 index 000000000000..e0b50b60bfc6 --- /dev/null +++ b/xfce-extra/xffm-icons/xffm-icons-4.0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xffm-icons/xffm-icons-4.0.5.ebuild,v 1.1 2004/04/18 05:39:27 bcowan Exp $ + +IUSE="" + +DESCRIPTION="Icons for xffm" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND=">=x11-libs/gtk+-2.0.6 + dev-libs/libxml2 + >=xfce-base/xffm-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install || die + dodoc ChangeLog +} |