Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103053 Details for
Bug 156702
Please remove GNOME 1 support and unmask x11-themes/mandrake-artwork
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
mandrake-artwork.diff (text/plain), 1.74 KB, created by
David Leverton
on 2006-11-30 10:14:45 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
David Leverton
Created:
2006-11-30 10:14:45 UTC
Size:
1.74 KB
patch
obsolete
>--- /usr/portage/x11-themes/mandrake-artwork/mandrake-artwork-1.0.2.ebuild 2005-10-04 15:06:11.000000000 +0100 >+++ /usr/local/portage/x11-themes/mandrake-artwork/mandrake-artwork-1.0.2.ebuild 2006-11-30 18:10:33.000000000 +0000 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-1.0.2.ebuild,v 1.17 2005/10/04 13:37:37 metalgod Exp $ > >-inherit eutils kde-functions >+WANT_AUTOCONF=2.13 >+WANT_AUTOMAKE=1.4 >+inherit eutils kde-functions autotools > > MDK_EXTRAVERSION="1mdk" > >@@ -16,8 +18,6 @@ > IUSE="kde" > > RDEPEND=">=x11-libs/gtk+-2.0 >- >=media-libs/gdk-pixbuf-0.2.5 >- =x11-libs/gtk+-1.2* > kde? ( || ( kde-base/kwin kde-base/kdebase ) )" > DEPEND="${RDEPEND} > app-arch/rpm2targz" >@@ -28,6 +28,22 @@ > rpm2targz "${DISTDIR}/${A}" || die > tar xz --no-same-owner -f galaxy-${PV}-${MDK_EXTRAVERSION}.src.tar.gz || die > tar xj --no-same-owner -f galaxy-${PV}.tar.bz2 || die >+ cd ${S} >+ epatch "${FILESDIR}"/1.0.2-no-gtk1.diff >+ if ! use kde; then >+ sed -i \ >+ -e s/KDE_CHECK_FINAL// \ >+ -e s/AC_PATH_KDE// \ >+ configure.in || die >+ sed -i \ >+ -e s/thememdk// \ >+ -e s/thememdk// \ >+ Makefile.am || die >+ fi >+ # eautoreconf doesn't work, looks like it's incompatible with >+ # newer libtool >+ eautoconf >+ eautomake > } > > src_compile() { >@@ -37,16 +53,6 @@ > sed -i s:\$\{libdir\}\/kwin.la:${KDEDIR}/lib/kwin.la:g thememdk/mandrake_client/Makefile.in > econf --with-qt-dir=${QTDIR} || die "econf failed" > else >- sed -i \ >- -e s/KDE_CHECK_FINAL// \ >- -e s/AC_PATH_KDE// \ >- configure.in || die >- autoconf || die >- sed -i \ >- -e s/thememdk// \ >- -e s/thememdk// \ >- Makefile.am || die >- automake || die > econf || die > fi > emake || die
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156702
:
103052
|
103053
|
103686
|
103693
|
103694
|
103695
|
103740