diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:19:56 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:19:56 +0000 |
commit | ac768c437bfe36a7d5dc235d506462a7fea09e02 (patch) | |
tree | 722442693a87acc886bfcbbd3bf0576de96f62ff /xfce-extra/xffm-icons | |
parent | Version bump. Bugfix release on stable branch that fixes cropped icons with g... (diff) | |
download | gentoo-2-ac768c437bfe36a7d5dc235d506462a7fea09e02.tar.gz gentoo-2-ac768c437bfe36a7d5dc235d506462a7fea09e02.tar.bz2 gentoo-2-ac768c437bfe36a7d5dc235d506462a7fea09e02.zip |
Version bump. Bugfix release on stable branch that fixes cropped icons with gtk-2.4 along with many others.
Diffstat (limited to 'xfce-extra/xffm-icons')
-rw-r--r-- | xfce-extra/xffm-icons/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.6 | 1 | ||||
-rw-r--r-- | xfce-extra/xffm-icons/xffm-icons-4.0.6.ebuild | 25 |
3 files changed, 33 insertions, 1 deletions
diff --git a/xfce-extra/xffm-icons/ChangeLog b/xfce-extra/xffm-icons/ChangeLog index 856117ed0e71..356bea27e82d 100644 --- a/xfce-extra/xffm-icons/ChangeLog +++ b/xfce-extra/xffm-icons/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xffm-icons # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xffm-icons/ChangeLog,v 1.24 2004/06/24 22:04:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xffm-icons/ChangeLog,v 1.25 2004/07/12 17:18:33 bcowan Exp $ + +*xffm-icons-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xffm-icons-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> xffm-icons-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.6 b/xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.6 new file mode 100644 index 000000000000..aeb4869d4afe --- /dev/null +++ b/xfce-extra/xffm-icons/files/digest-xffm-icons-4.0.6 @@ -0,0 +1 @@ +MD5 c9b42d72844b22bb2c8ad54680b3865b xffm-icons-4.0.6.tar.gz 4804978 diff --git a/xfce-extra/xffm-icons/xffm-icons-4.0.6.ebuild b/xfce-extra/xffm-icons/xffm-icons-4.0.6.ebuild new file mode 100644 index 000000000000..6b9f6698b652 --- /dev/null +++ b/xfce-extra/xffm-icons/xffm-icons-4.0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xffm-icons/xffm-icons-4.0.6.ebuild,v 1.1 2004/07/12 17:18:33 bcowan Exp $ + +IUSE="" + +DESCRIPTION="Icons for xffm" +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="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 +} |