diff options
author | 2004-01-09 05:50:22 +0000 | |
---|---|---|
committer | 2004-01-09 05:50:22 +0000 | |
commit | c9151b246f9fa150c4868ea6f20c78b5152392e7 (patch) | |
tree | 4192bb318f54b1415fddc5a8edf1319ff652a90e /xfce-extra/xffm-icons/xffm-icons-4.0.3.ebuild | |
parent | Initial import. (diff) | |
download | gentoo-2-c9151b246f9fa150c4868ea6f20c78b5152392e7.tar.gz gentoo-2-c9151b246f9fa150c4868ea6f20c78b5152392e7.tar.bz2 gentoo-2-c9151b246f9fa150c4868ea6f20c78b5152392e7.zip |
Bugfix release of xfce4. Fixes memory leak and adds kde systray support.
Diffstat (limited to 'xfce-extra/xffm-icons/xffm-icons-4.0.3.ebuild')
-rw-r--r-- | xfce-extra/xffm-icons/xffm-icons-4.0.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce-extra/xffm-icons/xffm-icons-4.0.3.ebuild b/xfce-extra/xffm-icons/xffm-icons-4.0.3.ebuild new file mode 100644 index 000000000000..e62974e1ee39 --- /dev/null +++ b/xfce-extra/xffm-icons/xffm-icons-4.0.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 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.3.ebuild,v 1.1 2004/01/09 05:48:43 bcowan Exp $ + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Icons for xffm" +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 ~hppa" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + >=xfce-base/xffm-${PV}" + +src_install() { + make DESTDIR=${D} install || die + dodoc ChangeLog +} |