diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-09-08 20:39:02 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-09-08 20:39:02 +0000 |
commit | 2ba65f653ca26f2741e99f25123c27884aea2a49 (patch) | |
tree | 2cf0da3f94804dcc993d4776e54ecb2718e49960 /xfce-extra | |
parent | Initial import. (diff) | |
download | gentoo-2-2ba65f653ca26f2741e99f25123c27884aea2a49.tar.gz gentoo-2-2ba65f653ca26f2741e99f25123c27884aea2a49.tar.bz2 gentoo-2-2ba65f653ca26f2741e99f25123c27884aea2a49.zip |
Initial import.
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-artwork/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-artwork/Manifest | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild | 24 |
4 files changed, 36 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-artwork/ChangeLog b/xfce-extra/xfce4-artwork/ChangeLog new file mode 100644 index 000000000000..021f4c4cd748 --- /dev/null +++ b/xfce-extra/xfce4-artwork/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for xfce-extra/xfce4-artwork +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-artwork/ChangeLog,v 1.1 2003/09/08 20:38:53 bcowan Exp $ + +*xfce4-artwork-0.0.4 (08 Sep 2003) + + 08 Sep 2003; Brad Cowan <bcowan@gentoo.org> xfce4-artwork-0.0.4.ebuild: + Initial import. + diff --git a/xfce-extra/xfce4-artwork/Manifest b/xfce-extra/xfce4-artwork/Manifest index 5a21566385d5..4869bbc2fcef 100644 --- a/xfce-extra/xfce4-artwork/Manifest +++ b/xfce-extra/xfce4-artwork/Manifest @@ -1,2 +1,3 @@ -MD5 16c9a89983f1d6e0911169d18ede5327 xfce4-artwork-0.0.4.ebuild 662 +MD5 f20fa904bbb1643f9aea2cc3f36a2142 xfce4-artwork-0.0.4.ebuild 642 +MD5 b5f78cb7140db4f8a2916e8b98795263 ChangeLog 359 MD5 b27fc1ce5215fa1c9b94d1ed2355109a files/digest-xfce4-artwork-0.0.4 72 diff --git a/xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 b/xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 new file mode 100644 index 000000000000..7b03d03a51ed --- /dev/null +++ b/xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 @@ -0,0 +1 @@ +MD5 7b5d96c987a61b1a847b2010b1947244 xfce4-artwork-0.0.4.tar.gz 1897295 diff --git a/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild b/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild new file mode 100644 index 000000000000..18131563e763 --- /dev/null +++ b/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.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/xfce4-artwork/xfce4-artwork-0.0.4.ebuild,v 1.1 2003/09/08 20:38:53 bcowan Exp $ + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Xfce4 extra artwork" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://download.berlios.de/xfce-goodies/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + xfce-base/xfce4-base" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL COPYING README +} |