diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-02 16:36:20 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-02 16:36:20 +0000 |
commit | 7f6647109f3a64d32f94078eace71f490d09fc91 (patch) | |
tree | 769fb567f734a62230ccbdb7359a2aa5414585e3 /xfce-extra/xfce4-icon-theme | |
parent | Version bump to RC version of 4.2 release. (Manifest recommit) (diff) | |
download | gentoo-2-7f6647109f3a64d32f94078eace71f490d09fc91.tar.gz gentoo-2-7f6647109f3a64d32f94078eace71f490d09fc91.tar.bz2 gentoo-2-7f6647109f3a64d32f94078eace71f490d09fc91.zip |
Version bump to RC version of 4.2 release.
Diffstat (limited to 'xfce-extra/xfce4-icon-theme')
4 files changed, 39 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-icon-theme/ChangeLog b/xfce-extra/xfce4-icon-theme/ChangeLog index 3e5e7e54216b..3485b3007c16 100644 --- a/xfce-extra/xfce4-icon-theme/ChangeLog +++ b/xfce-extra/xfce4-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-icon-theme -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-icon-theme/ChangeLog,v 1.4 2004/12/13 20:51:54 bcowan Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-icon-theme/ChangeLog,v 1.5 2005/01/02 16:31:30 bcowan Exp $ + +*xfce4-icon-theme-4.1.99.3 (02 Jan 2005) + + 02 Jan 2005; Brad Cowan <bcowan@gentoo.org> + +xfce4-icon-theme-4.1.99.3.ebuild: + Version bump to RC version of 4.2 release. *xfce4-icon-theme-4.1.99.2 (13 Dec 2004) diff --git a/xfce-extra/xfce4-icon-theme/files/digest-xfce4-icon-theme-4.1.99.3 b/xfce-extra/xfce4-icon-theme/files/digest-xfce4-icon-theme-4.1.99.3 new file mode 100644 index 000000000000..be7afc304a37 --- /dev/null +++ b/xfce-extra/xfce4-icon-theme/files/digest-xfce4-icon-theme-4.1.99.3 @@ -0,0 +1 @@ +MD5 599dfbed76c486646feb9de83a6531b4 xfce4-icon-theme-4.1.99.3.tar.gz 1555226 diff --git a/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.2.ebuild b/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.2.ebuild index e3de379ff8c5..89fd47a5a429 100644 --- a/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.2.ebuild +++ b/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.2.ebuild,v 1.2 2004/12/17 06:11:40 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.2.ebuild,v 1.3 2005/01/02 16:31:30 bcowan Exp $ DESCRIPTION="Xfce 4 icon theme" HOMEPAGE="http://www.xfce.org/" diff --git a/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.3.ebuild b/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.3.ebuild new file mode 100644 index 000000000000..4b1a93f3a336 --- /dev/null +++ b/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-icon-theme/xfce4-icon-theme-4.1.99.3.ebuild,v 1.1 2005/01/02 16:31:30 bcowan Exp $ + +DESCRIPTION="Xfce 4 icon theme" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.2* + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + =xfce-base/xffm-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* +} |