diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-29 13:20:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-29 13:20:15 +0000 |
commit | d8daddaae1226f91813067d21e1c2072e9f72c79 (patch) | |
tree | 82d8d831c36bce30294f7b69df4f0af998cd0356 /x11-themes | |
parent | version bump (diff) | |
download | gentoo-2-d8daddaae1226f91813067d21e1c2072e9f72c79.tar.gz gentoo-2-d8daddaae1226f91813067d21e1c2072e9f72c79.tar.bz2 gentoo-2-d8daddaae1226f91813067d21e1c2072e9f72c79.zip |
relocated to x11-themes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/crux/ChangeLog | 17 | ||||
-rw-r--r-- | x11-themes/crux/crux-1.9.2.ebuild | 29 | ||||
-rw-r--r-- | x11-themes/crux/crux-1.9.3.ebuild | 26 | ||||
-rw-r--r-- | x11-themes/crux/files/digest-crux-1.9.2 | 1 | ||||
-rw-r--r-- | x11-themes/crux/files/digest-crux-1.9.3 | 1 |
5 files changed, 74 insertions, 0 deletions
diff --git a/x11-themes/crux/ChangeLog b/x11-themes/crux/ChangeLog new file mode 100644 index 000000000000..fb1276d96177 --- /dev/null +++ b/x11-themes/crux/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-themes/crux +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crux/ChangeLog,v 1.1 2002/06/29 13:20:15 seemant Exp $ + + + 29 Jun 2002; Seemant Kulleen <seemant@gentoo.org> : + + Relocated to x11-themes + +*crux-1.9.3 (27 Jun 2002) + 27 Jun 2002; Spider <spider@gentoo.org> crux-1.9.3.ebuild : + slim it down, make it pass lintool check and use mirror:/ + + +*crux-1.9.2 (27 May 2002) + 27 May 2002; Spider <spider@gentoo.org> ChangeLog crux-1.9.2.ebuild : + initial release, a theme engine for gtk2 diff --git a/x11-themes/crux/crux-1.9.2.ebuild b/x11-themes/crux/crux-1.9.2.ebuild new file mode 100644 index 000000000000..9e005deae62a --- /dev/null +++ b/x11-themes/crux/crux-1.9.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crux/crux-1.9.2.ebuild,v 1.1 2002/06/29 13:20:15 seemant Exp $ + +DESCRIPTION="Crux is a gtk+2 theme engine that will replace the Eazel theme" +HOMEPAGE="http://www.eazel.com" + +LICENSE="GPL-2" + +RDEPEND=">=x11-libs/gtk+-2.0.2 + >=gnome-base/libgnomeui-1.117.1 + >=gnome-base/libglade-1.99.12" +DEPEND="${RDEPEND} + sys-devel/libtool" + +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die " compile failed" +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO +} diff --git a/x11-themes/crux/crux-1.9.3.ebuild b/x11-themes/crux/crux-1.9.3.ebuild new file mode 100644 index 000000000000..5794be1a6481 --- /dev/null +++ b/x11-themes/crux/crux-1.9.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crux/crux-1.9.3.ebuild,v 1.1 2002/06/29 13:20:15 seemant Exp $ + +DESCRIPTION="Crux is a gtk+2 theme engine that will replace the Eazel theme" +HOMEPAGE="http://www.eazel.com" +S=${WORKDIR}/${P} +LICENSE="GPL-2" +SLOT="2" + +RDEPEND=">=x11-libs/gtk+-2.0.5 + >=gnome-base/libgnomeui-2.0.1 + >=gnome-base/libglade-2.0.0" +DEPEND="${RDEPEND} + sys-devel/libtool" + +SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" +src_compile() { + econf + emake || die " compile failed" +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO +} diff --git a/x11-themes/crux/files/digest-crux-1.9.2 b/x11-themes/crux/files/digest-crux-1.9.2 new file mode 100644 index 000000000000..4f8840b2ae84 --- /dev/null +++ b/x11-themes/crux/files/digest-crux-1.9.2 @@ -0,0 +1 @@ +MD5 80ac733d550a4621d8c49809000fcfe2 crux-1.9.2.tar.bz2 201053 diff --git a/x11-themes/crux/files/digest-crux-1.9.3 b/x11-themes/crux/files/digest-crux-1.9.3 new file mode 100644 index 000000000000..98dbe8feaaaf --- /dev/null +++ b/x11-themes/crux/files/digest-crux-1.9.3 @@ -0,0 +1 @@ +MD5 8b6242a995ebf6db537978119c85a0be crux-1.9.3.tar.bz2 201493 |