Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34760 Details for
Bug 56028
kdelibs-3.2.3.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kdelibs-3.2.3.ebuild
kdelibs-3.2.3.ebuild (text/plain), 2.46 KB, created by
Krzysztof Pawlik (RETIRED)
on 2004-07-04 02:59:14 UTC
(
hide
)
Description:
kdelibs-3.2.3.ebuild
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2004-07-04 02:59:14 UTC
Size:
2.46 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.3.ebuild,v 1.4 2004/06/25 03:05:10 agriffis Exp $ > >inherit kde eutils > >need-autoconf 2.5 >set-kdedir ${PV} > >DESCRIPTION="KDE libraries needed by all kde programs" >HOMEPAGE="http//www.kde.org/" >SRC_URI="mirror://kde/stable/${PV}/src/${PN}-${PV}.tar.bz2" > >LICENSE="GPL-2 LGPL-2" >SLOT="3.2" >KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha hppa ~amd64 ~ia64" >IUSE="alsa arts cups ipv6 ssl doc ldap" > ># kde.eclass has kdelibs in DEPEND, and we can't have that in here. ># so we recreate the entire DEPEND from scratch. >DEPEND=">=sys-devel/autoconf-2.58 > >=sys-devel/automake-1.8 > >=app-arch/bzip2-1.0.2 > >=dev-libs/libxslt-1.0.31 > >=dev-libs/libxml2-2.5.8 > >=dev-libs/libpcre-3.9 > ssl? ( >=dev-libs/openssl-0.9.6k ) > alsa? ( media-libs/alsa-lib virtual/alsa ) > cups? ( >=net-print/cups-1.1.19 ) > ldap? ( >=net-nds/openldap-2.0.25 ) > media-libs/tiff > >=app-admin/fam-2.6.10 > virtual/ghostscript > media-libs/libart_lgpl > sys-devel/gettext > arts? ( ~kde-base/arts-1.2.3 ) > >=x11-libs/qt-3.2.3" >RDEPEND="${DEPEND} > app-text/sgml-common > cups? ( net-print/cups ) > doc? ( app-doc/doxygen ) > dev-lang/python" > >src_unpack() { > kde_src_unpack >} > >src_compile() { > kde_src_compile myconf > > myconf="$myconf --with-distribution=Gentoo --enable-libfam --enable-dnotify" > myconf="$myconf `use_with alsa` `use_enable cups`" > > use ipv6 || myconf="$myconf --with-ipv6-lookup=no" > use ssl && myconf="$myconf --with-ssl-dir=/usr" || myconf="$myconf --without-ssl" > use alsa && myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa" > use cups && myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups" > use arts || myconf="$myconf --without-arts" > > use x86 && myconf="$myconf --enable-fast-malloc=full" > > kde_src_compile configure make > > use doc && make apidox >} > >src_install() { > kde_src_install > dohtml *.html > > if use doc ; then > einfo "Copying API documentation..." > dodir ${KDEDIR}/share/doc/HTML/en/kdelibs-apidocs > cp -r ${S}/apidocs/* ${D}/$KDEDIR/share/doc/HTML/en/kdelibs-apidocs > else > rm -r ${D}/$KDEDIR/share/doc/HTML/en/kdelibs-apidocs > fi > > # needed to fix lib64 issues on amd64, see bug #45669 > use amd64 && ln -s ${KDEDIR}/lib ${D}/${KDEDIR}/lib64 > >} > >pkg_postinst() { > if use doc ; then > rm $KDEDIR/share/doc/HTML/en/kdelibs-apidocs/common > ln -sf $KDEDIR/share/doc/HTML/en/common \ > $KDEDIR/share/doc/HTML/en/kdelibs-apidocs/common > fi >}
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 56028
: 34760