Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15952 Details for
Bug 26145
failed to build kdebase-3.1.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modified kde-base ebuild
kdebase-3.1.3.ebuild (text/plain), 3.84 KB, created by
Caleb Tennis (RETIRED)
on 2003-08-11 19:59:59 UTC
(
hide
)
Description:
modified kde-base ebuild
Filename:
MIME Type:
Creator:
Caleb Tennis (RETIRED)
Created:
2003-08-11 19:59:59 UTC
Size:
3.84 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.1.3.ebuild,v 1.3 2003/08/12 01:48:04 caleb Exp $ >inherit kde-dist eutils > >IUSE="ldap pam motif encode oggvorbis cups ssl opengl samba java" >DESCRIPTION="KDE base packages: the desktop, panel, window manager, konqueror..." > >KEYWORDS="~x86 ~ppc ~sparc ~alpha" > >newdepend ">=media-sound/cdparanoia-3.9.8 > ldap? ( >=net-nds/openldap-1.2 ) > pam? ( >=sys-libs/pam-0.73 ) > motif? ( virtual/motif ) > encode? ( >=media-sound/lame-3.89b ) > oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 ) > cups? ( net-print/cups ) > ssl? ( >=dev-libs/openssl-0.9.6b ) > opengl? ( virtual/opengl ) > samba? ( net-fs/samba ) > java? ( virtual/jdk ) > >=media-libs/freetype-2 > dev-util/pkgconfig" ># lm_sensors? ( ?/lm_sensors ) # ebuild doesn't exist yet > >RDEPEND="$RDEPEND sys-apps/eject" > >myconf="$myconf --with-dpms --with-cdparanoia" > >use ldap && myconf="$myconf --with-ldap" || myconf="$myconf --without-ldap" >use pam && myconf="$myconf --with-pam" || myconf="$myconf --with-shadow" >use motif && myconf="$myconf --with-motif" || myconf="$myconf --without-motif" >use encode && myconf="$myconf --with-lame" || myconf="$myconf --without-lame" >use cups && myconf="$myconf --with-cups" || myconf="$myconf --disable-cups" >use oggvorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vorbis" >use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" >use ssl && myconf="$myconf --with-ssl" || myconf="$myconf --without-ssl" >use pam && myconf="$myconf --with-pam=yes" || myconf="$myconf --with-pam=no --with-shadow" >use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" > >PATCHES="" > >src_unpack() >{ > kde_src_unpack > cd ${S} && aclocal >} > >src_compile() { > rm -f configure configure.in # to make sure the fontconfig patch takes effect > kde_src_compile myconf > kde_fix_head_instances acinclude.m4 aclocal.m4 admin/cvs.sh admin/libtool.m4.in configure > kde_src_compile configure > kde_remove_flag kdm/kfrontend -fomit-frame-pointer > kde_fix_head_instances klipper/klipperrc.desktop > kde_src_compile make >} > >src_install() { > > kde_src_install > > # cf bug #5953 > insinto /etc/pam.d > #newins ${FILESDIR}/kscreensaver.pam kscreensaver > newins ${FILESDIR}/kde.pam kde > > # startkde script > cd ${D}/${KDEDIR}/bin > epatch ${FILESDIR}/${PVR}/startkde-${PVR}-gentoo.diff > mv startkde startkde.orig > sed -e "s:_KDEDIR_:${KDEDIR}:" startkde.orig > startkde > rm startkde.orig > chmod a+x startkde > > # x11 session script > cd ${T} > echo "#!/bin/sh >${KDEDIR}/bin/startkde" > kde-${PV} > chmod a+x kde-${PV} > exeinto /etc/X11/Sessions > doexe kde-${PV} > > cd ${D}/${KDEDIR}/share/config/kdm || die > sed -e "s:SessionTypes=:SessionTypes=kde-${PV},:" \ > -e "s:Session=${PREFIX}/share/config/kdm/Xsession:Session=/etc/X11/xdm/Xsession:" \ > ${FILESDIR}/${PVR}/kdmrc > kdmrc > cp ${FILESDIR}/${PVR}/backgroundrc . > > #backup splashscreen images, so they can be put back when unmerging > #mosfet or so. > if [ ! -d ${KDEDIR}/share/apps/ksplash.default ] > then > cd ${D}/${KDEDIR}/share/apps > cp -rf ksplash/ ksplash.default > fi > > # Show gnome icons when choosing new icon for desktop shortcut > dodir /usr/share/pixmaps > mv ${D}/${KDEDIR}/share/apps/kdesktop/pics/* ${D}/usr/share/pixmaps/ > rm -rf ${D}/${KDEDIR}/share/apps/kdesktop/pics/ > cd ${D}/${KDEDIR}/share/apps/kdesktop/ > ln -sf /usr/share/pixmaps/ pics > > rmdir ${D}/${KDEDIR}/share/templates/.source/emptydir > >} > >pkg_postinst() { > mkdir -p ${KDEDIR}/share/templates/.source/emptydir > >einfo "If you want to floppy:/ kioslave to work, please emerge the mtools package." >einfo "This ioslave allows you to use fat/vfat filesystems (not only on floppies)" >einfo "without mounting them. If you don't know what this is for, you can probably" >einfo "go with the usual mounting method." > >}
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 Raw
Actions:
View
Attachments on
bug 26145
: 15952