diff options
Diffstat (limited to 'x11-themes/mandriva-galaxy')
-rw-r--r-- | x11-themes/mandriva-galaxy/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/mandriva-galaxy/Manifest | 6 | ||||
-rw-r--r-- | x11-themes/mandriva-galaxy/files/remove-gtk1.patch | 34 | ||||
-rw-r--r-- | x11-themes/mandriva-galaxy/files/remove-kde.patch | 37 | ||||
-rw-r--r-- | x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild | 42 | ||||
-rw-r--r-- | x11-themes/mandriva-galaxy/metadata.xml | 5 |
6 files changed, 133 insertions, 0 deletions
diff --git a/x11-themes/mandriva-galaxy/ChangeLog b/x11-themes/mandriva-galaxy/ChangeLog new file mode 100644 index 000000000..7460a7c66 --- /dev/null +++ b/x11-themes/mandriva-galaxy/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-themes/mandriva-galaxy +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 04 Feb 2007; Pacho Ramos (pacho) <pacho@condmat1.ciencias.uniovi.es> + +files/remove-gtk1.patch, +mandriva-galaxy-1.0.4.ebuild, + +files/remove-kde.patch, +metadata.xml: + New ebuild for bug 158715 thanks to David Leverton for its patches + diff --git a/x11-themes/mandriva-galaxy/Manifest b/x11-themes/mandriva-galaxy/Manifest new file mode 100644 index 000000000..f2adaf48e --- /dev/null +++ b/x11-themes/mandriva-galaxy/Manifest @@ -0,0 +1,6 @@ +AUX remove-gtk1.patch 968 RMD160 d80e57ae80b28d2bcf45e318b0fd41a5fd82bb6e SHA1 69d269172166aa3a75e749f04ec67e6c47c70339 SHA256 4310bd01f4764b677c3408230e377e1588521fd3f443279168f3bfb659167238 +AUX remove-kde.patch 848 RMD160 137bcb67bdfa9ef1fae02c4069ba78b8cf7b2de6 SHA1 5bbf063cbb211101c080570395be22c7ecfb1bb0 SHA256 474b48a137a024dc20bf0dd9c6327dd6b00cddbc5f600660c10f93095aac242e +DIST galaxy-1.0.4-3mdv2007.0.src.rpm 902482 RMD160 7adec2e5de4c5a548ac8b9064a622b5aa143655e SHA1 b831fd203dd460689de226b077d5eb07c8409946 SHA256 0258035c5161b120b93fa3c6c0a12f30d2aa87efee8a105bd9cb117497794a9e +EBUILD mandriva-galaxy-1.0.4.ebuild 1024 RMD160 07e8b43ec207046443e3c8f57667bd8fddd724e5 SHA1 7244b48f164cf8f09cdd488acb600d4576eecd53 SHA256 ce0d984bf9dcb1639a3286dc40a15d01ffdaa912a05b07ff98dcedc30ff23117 +MISC ChangeLog 369 RMD160 567f6b6176158f880a37a2eda28804b52aad2b56 SHA1 a079017eef6881b02bb81674cf48f1905a686f2a SHA256 65ab63ffb2f35726c2c84df5fcd7db4691082095eb0d9c7459f31217b3771ff6 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-themes/mandriva-galaxy/files/remove-gtk1.patch b/x11-themes/mandriva-galaxy/files/remove-gtk1.patch new file mode 100644 index 000000000..401f5c60a --- /dev/null +++ b/x11-themes/mandriva-galaxy/files/remove-gtk1.patch @@ -0,0 +1,34 @@ +--- configure.in~ 2004-05-06 15:46:09.000000000 +0100 ++++ configure.in 2006-11-30 17:42:53.000000000 +0000 +@@ -27,13 +27,6 @@ + AC_SUBST(GTK2_CFLAGS) + AC_SUBST(GTK2_LIBS) + +-AM_PATH_GTK(1.2.9, , +- AC_MSG_ERROR([*** GTK+-1.2.9 not installed - please install first ***])) +-AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :, +- AC_MSG_ERROR([*** gtk_style_set_prop_experimental() not found; perhaps you have an old CVS version of GTK+ ***]), +- $GTK_LIBS) +-AM_PATH_GDK_PIXBUF +- + # Checks for header files. + AC_HEADER_STDC + +@@ -50,7 +43,6 @@ + AC_OUTPUT([ + Makefile + gtk-2.0/Makefile +-gtk-1.2/Makefile + theme/Makefile + theme/Galaxy2/Makefile + theme/GalaxySquared/Makefile +--- Makefile.am~ 2003-04-30 09:36:22.000000000 +0100 ++++ Makefile.am 2006-11-30 17:43:08.000000000 +0000 +@@ -1,6 +1,6 @@ + @SET_MAKE@ + +-SUBDIRS = gtk-2.0 gtk-1.2 theme metacity thememdk ++SUBDIRS = gtk-2.0 theme metacity thememdk + + distclean-local: + rm -rf *.cache *~ diff --git a/x11-themes/mandriva-galaxy/files/remove-kde.patch b/x11-themes/mandriva-galaxy/files/remove-kde.patch new file mode 100644 index 000000000..d6fe68558 --- /dev/null +++ b/x11-themes/mandriva-galaxy/files/remove-kde.patch @@ -0,0 +1,37 @@ +--- configure.in~ 2006-12-09 15:54:35.000000000 +0000 ++++ configure.in 2006-12-09 15:55:09.000000000 +0000 +@@ -33,12 +33,6 @@ + # Checks for typedefs, structures, and compiler characteristics. + AC_C_CONST + +-#KDE_SET_PREFIX +-KDE_CHECK_FINAL +- +-dnl KDE_USE_QT +-AC_PATH_KDE +- + + AC_OUTPUT([ + Makefile +@@ -49,11 +43,4 @@ + metacity/Makefile + metacity/Galaxy2/Makefile + metacity/GalaxySquared/Makefile +-thememdk/generic/Makefile +-thememdk/generic/config/Makefile +-thememdk/Makefile +-thememdk/mandrake_client/Makefile +-thememdk/mandrake_client2/Makefile +-thememdk/mandrake_client3/Makefile +-thememdk/thememdk/Makefile + ]) +--- Makefile.am~ 2006-12-09 15:57:37.000000000 +0000 ++++ Makefile.am 2006-12-09 15:57:52.000000000 +0000 +@@ -1,6 +1,6 @@ + @SET_MAKE@ + +-SUBDIRS = gtk-2.0 theme metacity thememdk ++SUBDIRS = gtk-2.0 theme metacity + + dist: changelog + diff --git a/x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild b/x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild new file mode 100644 index 000000000..455468a89 --- /dev/null +++ b/x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +inherit eutils rpm kde-functions autotools + +MDV_EXTRAVERSION="3mdv2007.0" + +DESCRIPTION="Mandriva's Galaxy theme for GTK2, Metacity and KDE" +HOMEPAGE="http://www.mandriva.com/" +SRC_URI="ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2007.0/SRPMS/main/release/galaxy-${PV}-${MDV_EXTRAVERSION}.src.rpm" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="kde" + +DEPEND=">=x11-libs/gtk+-2.0 + kde? ( || ( kde-base/kwin:3.5 kde-base/kdebase:3.5 ) )" +RDEPEND=${DEPEND} + +S=${WORKDIR}/galaxy-${PV} + +src_unpack() { + rpm_src_unpack + cd "${S}" + epatch "${FILESDIR}"/remove-gtk1.patch + use kde || epatch "${FILESDIR}"/remove-kde.patch + eautoreconf +} + +src_compile() { + set-kdedir 3.5 + econf + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS README ChangeLog || die "dodoc failed" +} diff --git a/x11-themes/mandriva-galaxy/metadata.xml b/x11-themes/mandriva-galaxy/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/x11-themes/mandriva-galaxy/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> |