diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-06-05 19:14:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-06-05 19:14:09 +0000 |
commit | b53e1901050a2a92901314e833b0ce0f2d4d58bf (patch) | |
tree | 40e0a8f75df55aea782a3d4a80210928c4d14af8 | |
parent | for the upcoming kde 3.0.1.20020604 (diff) | |
download | historical-b53e1901050a2a92901314e833b0ce0f2d4d58bf.tar.gz historical-b53e1901050a2a92901314e833b0ce0f2d4d58bf.tar.bz2 historical-b53e1901050a2a92901314e833b0ce0f2d4d58bf.zip |
kde 3.0.1.20020604 :-) explanation in the announcement that should be tomorrow, masked for now.
33 files changed, 595 insertions, 0 deletions
diff --git a/kde-base/arts/arts-1.0.1.20020604.ebuild b/kde-base/arts/arts-1.0.1.20020604.ebuild new file mode 100644 index 000000000000..29ae53b1f7dc --- /dev/null +++ b/kde-base/arts/arts-1.0.1.20020604.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-base kde.org + +SRC_URI="$SRC_URI ftp://ftp.kde.org/pub/kde/stable/3.0.1/src/${P}.tar.bz2" +DESCRIPTION="KDE 3.x Sound Server" +set-kdedir 3 +need-qt 3.0.3 + +SLOT="1" + +use alsa && myconf="$myconf --enable-alsa" || myconf="$myconf --disable-alsa" + +src_unpack() { + + base_src_unpack + + kde_sandbox_patch ${S}/soundserver + +} + +src_install() { + + kde_src_install + dodoc ${S}/doc/{NEWS,README,TODO} + +} diff --git a/kde-base/arts/files/digest-arts-1.0.1.20020604 b/kde-base/arts/files/digest-arts-1.0.1.20020604 new file mode 100644 index 000000000000..78a7026b717d --- /dev/null +++ b/kde-base/arts/files/digest-arts-1.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 e98ee8d764cd273f4147618a3e5d0200 arts-1.0.1-20020604.diff 5381 +MD5 ab2978abbbfa306dcb169205676f3e2c arts-1.0.1.tar.bz2 1018246 diff --git a/kde-base/kde/kde-3.0.1.20020604.ebuild b/kde-base/kde/kde-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..91962b8185cc --- /dev/null +++ b/kde-base/kde/kde-3.0.1.20020604.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde/kde-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +DESCRIPTION="KDE 3.0 - merge this to pull in all non-developer kde-base/* packages" +HOMEPAGE="http://www.kde.org/" +# removed: kdebindings, kdesdk, kdoc since these are developer-only packages +RDEPEND=`echo ~kde-base/kde{libs,base,addons,admin,artwork,edu,games,graphics,multimedia,network,pim,toys,utils}-${PV}` + diff --git a/kde-base/kdeaddons/files/digest-kdeaddons-3.0.1.20020604 b/kde-base/kdeaddons/files/digest-kdeaddons-3.0.1.20020604 new file mode 100644 index 000000000000..c233362fe3ff --- /dev/null +++ b/kde-base/kdeaddons/files/digest-kdeaddons-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 8d6e562837949bcf4adfbfc71e947d91 kdeaddons-3.0.1-20020604.diff 42269 +MD5 341be30069550f32bd3894bb0da51ec4 kdeaddons-3.0.1.tar.bz2 920334 diff --git a/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild b/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..0b4cf09a775d --- /dev/null +++ b/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist || die + +DESCRIPTION="${DESCRIPTION}Addons" + +newdepend ">=kde-base/kdebase-${PV} + ~kde-base/kdenetwork-${PV} + ~kde-base/kdemultimedia-${PV} + sdl? ( >=media-libs/libsdl-1.2 )" + +use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest" + +# This is a fix used for a makefile/linking problem when destdir=!kdelibsdir. I haven't tested it +# with 3.0.1, don't know if it's still necessary. +#src_unpack() { +# +# base_src_unpack +# +# cd ${S}/noatun-plugins +# for x in `find -iname Makefile.am` `find -iname Makefile.in`; do +# echo "(Maybe) patching ${x}..." +# cp ${x} ${x}2 +# sed -e "s:\$(kde_libraries)/libnoatun.so:${KDEDIR}/lib/libnoatun.so:" ${x}2 > ${x} +# rm ${x}2 +# done +# +#} + diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.1.20020604 b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.1.20020604 new file mode 100644 index 000000000000..124966d02698 --- /dev/null +++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 ddb01419e4fcc0173d6a7e7c31d5ebea kdeadmin-3.0.1-20020604.diff 5303 +MD5 9f62e6bc85397034a04767de37c48b44 kdeadmin-3.0.1.tar.bz2 1267230 diff --git a/kde-base/kdeadmin/kdeadmin-3.0.1.20020604.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..d52abce7664e --- /dev/null +++ b/kde-base/kdeadmin/kdeadmin-3.0.1.20020604.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Administration" + +newdepend ">=app-arch/rpm-4.0.4-r1 + dev-libs/popt + pam? ( >=sys-libs/pam-0.72 )" + +use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow" +myconf="$myconf --with-rpm" + diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1.20020604 b/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1.20020604 new file mode 100644 index 000000000000..1947670e1b5d --- /dev/null +++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 fd0fa11082b690ef4e691aca5f14f45f kdeartwork-3.0.1-20020604.diff 59724 +MD5 87ca9fbac6a97b6aa0689f53fca41565 kdeartwork-3.0.1.tar.bz2 10917073 diff --git a/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..5e77bd99ad16 --- /dev/null +++ b/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +newdepend "opengl? ( virtual/opengl ) ~kde-base/kdebase-${PV}" + +DESCRIPTION="${DESCRIPTION}Artwork" + +myconf="$myconf --with-dpms" +use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" + +src_unpack() { + + base_src_unpack + + cd ${S} + # added to fix GL problems within xscreensavers + patch -p1 < ${FILESDIR}/kdeartwork-screensaver.patch + +} + +src_install() { + dodir ${KDEDIR}/share/apps/kthememgr/Themes + kde_src_install all +} diff --git a/kde-base/kdebase/files/digest-kdebase-3.0.1.20020604 b/kde-base/kdebase/files/digest-kdebase-3.0.1.20020604 new file mode 100644 index 000000000000..8934472e9517 --- /dev/null +++ b/kde-base/kdebase/files/digest-kdebase-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 b905b12c3fab30127d3f0ecddec4d734 kdebase-3.0.1-20020604.diff 157469 +MD5 30399832405fa2286f8fb4fd57148b5c kdebase-3.0.1.tar.bz2 13087668 diff --git a/kde-base/kdebase/kdebase-3.0.1.20020604.ebuild b/kde-base/kdebase/kdebase-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..29dba4a771d2 --- /dev/null +++ b/kde-base/kdebase/kdebase-3.0.1.20020604.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Authors Dan Armak <danarmak@gentoo.org>, Bart Verwilst <verwilst@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Base" + +newdepend ">=media-sound/cdparanoia-3.9.8 + ldap? ( >=net-nds/openldap-1.2 ) + pam? ( >=sys-libs/pam-0.73 ) + motif? ( >=x11-libs/openmotif-2.1.30 ) + encode? ( >=media-sound/lame-3.89b ) + oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 ) + cups? ( net-print/cups ) + ssl? ( >=dev-libs/openssl-0.9.6b ) + media-sound/cdparanoia + opengl? ( virtual/opengl ) + samba? ( net-fs/samba )" +# lm_sensors? ( ?/lm_sensors ) # ebuild doesn't exist yet + +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" + +src_install() { + + kde_src_install + + insinto /etc/pam.d + newins ${FILESDIR}/kscreensaver.pam kscreensaver + newins kde.pamd kde + + # startkde script + cd ${D}/${KDEDIR}/bin + patch -p0 < ${FILESDIR}/startkde-${PVR}-gentoo.diff || die + 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} + # old scheme - compatibility + exeinto /usr/X11R6/bin/wm + doexe kde-${PV} + # new scheme - for now >=xfree-4.2-r3 only + exeinto /etc/X11/Sessions + doexe kde-${PV} + + cd ${D}/${KDEDIR}/share/config/kdm || die + mv kdmrc kdmrc.orig + sed -e 's:SessionTypes=:SessionTypes=kde-3.0,kde-2.2.2,:' kdmrc.orig > kdmrc + rm kdmrc.orig + + #backup splashscreen images, so they can be put back when unmerging + #mosfet or so. + cd ${D}/${KDEDIR}/share/apps + cp -rf ksplash/ ksplash.default + + # Show gnome icons when choosing new icon for desktop shortcut + mkdir -p ${D}/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 +} diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.0.1.20020604 b/kde-base/kdebindings/files/digest-kdebindings-3.0.1.20020604 new file mode 100644 index 000000000000..6e0ddb8eabb9 --- /dev/null +++ b/kde-base/kdebindings/files/digest-kdebindings-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 a00ae8155309dee2d48004cc26ecb08f kdebindings-3.0.1-20020604.diff 9099 +MD5 19405b2df3b11c89bdd711d8a5fb89e2 kdebindings-3.0.1.tar.bz2 5044663 diff --git a/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild b/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..c715ce991c26 --- /dev/null +++ b/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Bindings" + +newdepend ">=kde-base/kdebase-${PV} + =x11-libs/gtk+-1.2* + sys-devel/perl + python? ( dev-lang/python ) + java? ( virtual/jdk ) + =x11-libs/gtk+-1.2* + =dev-libs/glib-1.2* + ~kde-base/kdenetwork-${PV}" + +use python || myconf="$myconf --without-python" +use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" + +export LIBPYTHON="`python-config`" + diff --git a/kde-base/kdeedu/files/digest-kdeedu-3.0.1.20020604 b/kde-base/kdeedu/files/digest-kdeedu-3.0.1.20020604 new file mode 100644 index 000000000000..dc3819d96c12 --- /dev/null +++ b/kde-base/kdeedu/files/digest-kdeedu-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 03474b53961ebe24c20d1466455c6c08 kdeedu-3.0.1-20020604.diff 63412 +MD5 2b5056b1aea7fc82af2e9dc5aa3906fb kdeedu-3.0.1.tar.bz2 9086964 diff --git a/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild b/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..52aa7776b0e0 --- /dev/null +++ b/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Educational" + +src_unpack() { + + base_src_unpack + + kde_sandbox_patch ${S}/klettres/klettres + +} + +src_compile() { + + # build fails with -fomit-frame-pointer optimization in kgeo + + CFLAGS2="$CFLAGS" + CXXFLAGS2="$CXXFLAGS" + CFLAGS=${CFLAGS/-fomit-frame-pointer} + CXXFLAGS=${CXXFLAGS/-fomit-frame-pointer} + + kde_src_compile myconf configure + + cd ${S}/kgeo + emake || die + + CFLAGS="$CFLAGS2" + CXXFLAGS="$CXXFLAGS2" + + kde_src_compile all + +} diff --git a/kde-base/kdegames/files/digest-kdegames-3.0.1.20020604 b/kde-base/kdegames/files/digest-kdegames-3.0.1.20020604 new file mode 100644 index 000000000000..7c4c435dff6c --- /dev/null +++ b/kde-base/kdegames/files/digest-kdegames-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 3e55166991e41f9e4d1b238cf4f25b92 kdegames-3.0.1-20020604.diff 15860 +MD5 1827591711ebadce4389a3d98ca5565d kdegames-3.0.1.tar.bz2 7239108 diff --git a/kde-base/kdegames/kdegames-3.0.1.20020604.ebuild b/kde-base/kdegames/kdegames-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..fe41f1be73aa --- /dev/null +++ b/kde-base/kdegames/kdegames-3.0.1.20020604.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/kdegames-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Games" diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1.20020604 b/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1.20020604 new file mode 100644 index 000000000000..dc5072b6e4ad --- /dev/null +++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 c4899176242d414d5d780fc308e6a01a kdegraphics-3.0.1-20020604.diff 9312 +MD5 9d081640a9524ab64853c2568bb507ec kdegraphics-3.0.1.tar.bz2 2663226 diff --git a/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild b/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..996b9c1b4d9d --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Graphics" + +newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 >=media-libs/libgpio-20010607 ) + sys-devel/perl + media-gfx/sane-backends + tetex? ( >=app-text/tetex-1.0.7 ) + media-libs/imlib" + +use gphoto2 && myconf="$myconf --with-kamera --with-gphoto2-includes=/usr/include/gphoto2 \ + --with-gphoto2-libraries=/usr/lib/gphoto2 \ + --with-gpio --with-gpio-includes=/usr/include \ + --with-gpio-libraries=/usr/lib" || myconf="$myconf --without-kamera" + +use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" + +myconf="$myconf --with-imlib --with-imlib-config=/usr/bin " + diff --git a/kde-base/kdelibs/files/digest-kdelibs-3.0.1.20020604 b/kde-base/kdelibs/files/digest-kdelibs-3.0.1.20020604 new file mode 100644 index 000000000000..77a9b1d56088 --- /dev/null +++ b/kde-base/kdelibs/files/digest-kdelibs-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 b2e0e7e270516fd28fa808b13bfe2bb9 kdelibs-3.0.1-20020604.diff 56015 +MD5 3a9b75af1d8916194cae27935c1c59d5 kdelibs-3.0.1.tar.bz2 7593201 diff --git a/kde-base/kdelibs/kdelibs-3.0.1.20020604.ebuild b/kde-base/kdelibs/kdelibs-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..d56ae5ddc767 --- /dev/null +++ b/kde-base/kdelibs/kdelibs-3.0.1.20020604.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde kde.org +#don't inherit kde-patch kde-base or kde-dist! it calls need-kde which adds kdelibs to depend! + +# check need for glib >=1.3.3 (we have 1.2.10 only; configure has no glib flag but searches for it) + +DESCRIPTION="KDE ${PV} - Libraries" +HOMEPAGE="http//www.kde.org/" + +SLOT="3" + +# kde.eclass has kdelibs in DEPEND, and we can't have that in here. so we recreate the entire +# DEPEND from scratch. +DEPEND="" +RDEPEND="" +newdepend "sys-devel/perl + >=media-libs/audiofile-0.1.9 + >=sys-apps/bzip2-1.0.1 + >=dev-libs/libxslt-1.0.7 + >=dev-libs/libpcre-3.5 + >=dev-libs/libxml2-2.4.10 + ssl? ( >=dev-libs/openssl-0.9.6 ) + alsa? ( >=media-libs/alsa-lib-0.5.9 ) + cups? ( >=net-print/cups-1.1.14 ) + >=media-libs/tiff-3.5.5 + app-admin/fam-oss + >=kde-base/arts-1.0.1 + app-text/ghostscript" + +newdepend "/c" +newdepend "/autotools" + +RDEPEND="$RDEPEND + app-text/sgml-common + cups? ( net-print/cups ) + dev-lang/python" + +myconf="$myconf --enable-final --with-distribution=Gentoo" + +qtver-from-kdever ${PV} +need-qt $selected_version + +set-kdedir $PV + +src_unpack() { + + base_src_unpack + kde_sandbox_patch ${S}/kio/misc/kpac + +} + +src_compile() { + + kde_src_compile myconf + + 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" + + [ "$ARCH" != "ppc" ] && \ + [ "$ARCH" != "sparc" ] && [ "$ARCH" != "sparc64" ] && \ + myconf="$myconf --enable-fast-malloc=full" + + kde_src_compile configure make + +} + +src_install() { + + kde_src_install + + dohtml *.html + + dodir /etc/env.d + + if [ "$KDE3DIR" != "$KDE3LIBSDIR" ]; then +echo "PATH=${KDE3LIBSDIR}/bin:${KDE3DIR}/bin +ROOTPATH=${KDE3LIBSDIR}/bin:${KDE3DIR}/bin +LDPATH=${KDE3LIBSDIR}/lib:${KDE3DIR}/lib" > ${D}/etc/env.d/65kdelibs-${PV} + else +echo "PATH=${KDE3LIBSDIR}/bin +ROOTPATH=${KDE3LIBSDIR}/bin +LDPATH=${KDE3LIBSDIR}/lib" > ${D}/etc/env.d/65kdelibs-${PV} + fi + + echo "KDEDIR=${KDE3DIR}" > ${D}/etc/env.d/50kdedir-${PV} + + dodir /usr/qt/3 + cd ${D} + mv ./${KDEDIR}/lib/kde3/plugins ./usr/qt/3 + dosym /usr/qt/3/plugins /${KDEDIR}/lib/kde3/plugins + +} + + diff --git a/kde-base/kdemultimedia/files/digest-kdemultimedia-3.0.1.20020604 b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.0.1.20020604 new file mode 100644 index 000000000000..8c65cac2b0b0 --- /dev/null +++ b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 7e93a52f5f2c48443a635becfb884d0a kdemultimedia-3.0.1-20020604.diff 4337 +MD5 a1aec32291ecab4d683d11bdad360874 kdemultimedia-3.0.1.tar.bz2 5789849 diff --git a/kde-base/kdemultimedia/kdemultimedia-3.0.1.20020604.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..71550190a441 --- /dev/null +++ b/kde-base/kdemultimedia/kdemultimedia-3.0.1.20020604.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Multimedia" + +newdepend ">=sys-libs/ncurses-5.2 + >=media-sound/cdparanoia-3.9.8 + >=media-libs/libvorbis-1.0_beta4 + >=media-video/xanim-2.80.1 + nas? ( >=media-libs/nas-1.4.1 ) + esd? ( >=media-sound/esound-0.2.22 ) + motif? ( >=x11-libs/openmotif-2.1.30 ) + gtk? ( =x11-libs/gtk+-1.2* ) + slang? ( >=sys-libs/slang-1.4.4 ) + app-cdr/cdrtools + >=app-cdr/cdrdao-1.1.5 + >=media-sound/mpg123-0.59r + tcltk? ( >=dev-lang/tcl-tk.8.0.5-r2 ) + alsa? ( >=media-libs/alsa-lib-0.5.9 )" + +myaudio="--enable-audio=oss" +myinterface="--enable-interface=xaw,ncurses" +myconf="$myconf --enable-xaw --enable-ncurses" + +use alsa && myconf="$myconf --with-alsa --with-arts-alsa" && myaudio="$myaudio,alsa"|| myconf="$myconf --without-alsa --disable-alsa" +use nas && myaudio="$myaudio,nas" || myconf="$myconf --disable-nas" +use esd && myaudio="$myaudio,esd" || myconf="$myconf --disable-esd" +use motif && myinterface="$myinterface,motif" && myconf="$myconf --enable-motif" +use gtk && myinterface="$myinterface,gtk" && myconf="$myconf --enable-gtk" +use slang && myinterface="$myinterface,slang" && myconf="$myconf --enable-slang" +use tcltk && myinterface="$myinterface,tcltk" && myconf="$myconf --enable-tcltk" + +myconf="$myconf $myaudio $myinterface" + +src_unpack() { + + base_src_unpack + cd ${S} + patch -p0 < ${FILESDIR}/${P}-gentoo-timidity.diff || die +# use alsa && patch -p0 < ${FILESDIR}/${P}-gentoo-alsa.diff + + kde_sandbox_patch ${S}/kmidi/config + + cd ${S}/kmidi/config + for x in Makefile.am Makefile.in; do + mv $x $x.orig + sed -e 's:TIMID_DIR = $(DESTDIR)/$(kde_datadir):TIMID_DIR = $(kde_datadir):g' $x.orig > $x + done + +} + +pkg_postinst() { + + if [ -n "`use alsa`" ]; then + einfo "WARNING: alsa support has been removed becuase of a bug in kdemm sources. +For further information see bug #2324 on bugs.gentoo.org and bug #39574 on bugs.kde.org. +Meanwhile, you can use the alsa oss emulation." + fi + return 0 + +} diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.0.1.20020604 b/kde-base/kdenetwork/files/digest-kdenetwork-3.0.1.20020604 new file mode 100644 index 000000000000..48e41a13f79f --- /dev/null +++ b/kde-base/kdenetwork/files/digest-kdenetwork-3.0.1.20020604 @@ -0,0 +1,3 @@ +MD5 73403e3278cb30e94c6e7cace6025511 kdenetwork-3.0.1-20020604.diff 14563 +MD5 4c8fd0d02855efdf2f02372bb7cf137e kdenetwork-3.0.1.tar.bz2 3863172 +MD5 15f8fcbcd28aa1dac5c9994441d2ff45 post-3.0.1-kdenetwork.diff 1044 diff --git a/kde-base/kdenetwork/kdenetwork-3.0.1.20020604.ebuild b/kde-base/kdenetwork/kdenetwork-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..fb069477a55d --- /dev/null +++ b/kde-base/kdenetwork/kdenetwork-3.0.1.20020604.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Network" + +# copied from kde.org.eclass because I'm to lazy to change it, will change sometime though +SRC_PATH="kde/stable/${PV}/src/post-3.0.1-kdenetwork.diff" +SRC_URI="$SRC_URI + ftp://ftp.kde.org/pub/$SRC_PATH + ftp://download.us.kde.org/pub/kde/$SRC_PATH + ftp://download.uk.kde.org/pub/kde/$SRC_PATH + ftp://download.au.kde.org/pub/kde/$SRC_PATH + ftp://download.at.kde.org/pub/kde/$SRC_PATH + ftp://ftp.fh-heilbronn.de/pub/mirrors/$SRC_PATH + ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH" + + +src_unpack() { + + cd ${WORKDIR} + unpack ${P}.tar.bz2 + + cd ${S} + patch -p1 < ${DISTDIR}/post-3.0.1-kdenetwork.diff || die + + kde_sandbox_patch ${S}/kppp + +} + +src_install() { + + kde_src_install + + chmod +s ${D}/${KDEDIR}/bin/reslisa + + # empty config file needed for lisa to work with default settinsg + touch ${D}/etc/lisarc + + # lisa, reslisa initscripts + dodir /etc/init.d + sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/lisa > ${D}/etc/init.d/lisa + sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/reslisa > ${D}/etc/init.d/reslisa + + insinto /etc/conf.d + newins ${FILESDIR}/lisa.conf lisa + newins ${FILESDIR}/reslisa.conf reslisa + +} + diff --git a/kde-base/kdepim/files/digest-kdepim-3.0.1.20020604 b/kde-base/kdepim/files/digest-kdepim-3.0.1.20020604 new file mode 100644 index 000000000000..6c911fdbc54f --- /dev/null +++ b/kde-base/kdepim/files/digest-kdepim-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 79401cbf6d780277d71da77bade1267f kdepim-3.0.1-20020604.diff 19822 +MD5 cbc606a7f63b8abd1d03441ced3fb8e6 kdepim-3.0.1.tar.bz2 3146767 diff --git a/kde-base/kdepim/kdepim-3.0.1.20020604.ebuild b/kde-base/kdepim/kdepim-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..ef23ad6e1c9b --- /dev/null +++ b/kde-base/kdepim/kdepim-3.0.1.20020604.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}PIM" + +DEPEND="$DEPEND sys-devel/perl" + +newdepend "pda? ( >=dev-libs/pilot-link-0.9.0 )" + +use pda && myconf="$myconf --with-extra-includes=/usr/include/libpisock" + +src_install() { + kde_src_install + docinto html + dodoc *.html +} diff --git a/kde-base/kdesdk/files/digest-kdesdk-3.0.1.20020604 b/kde-base/kdesdk/files/digest-kdesdk-3.0.1.20020604 new file mode 100644 index 000000000000..999737f712ad --- /dev/null +++ b/kde-base/kdesdk/files/digest-kdesdk-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 0a2a1073715d94a0a42a132f97538157 kdesdk-3.0.1-20020604.diff 79126 +MD5 4eeaef85f70c274e79e0300d054394a8 kdesdk-3.0.1.tar.bz2 1832146 diff --git a/kde-base/kdesdk/kdesdk-3.0.1.20020604.ebuild b/kde-base/kdesdk/kdesdk-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..49c62433b552 --- /dev/null +++ b/kde-base/kdesdk/kdesdk-3.0.1.20020604.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}SDK" + diff --git a/kde-base/kdetoys/files/digest-kdetoys-3.0.1.20020604 b/kde-base/kdetoys/files/digest-kdetoys-3.0.1.20020604 new file mode 100644 index 000000000000..db69e23cf2a7 --- /dev/null +++ b/kde-base/kdetoys/files/digest-kdetoys-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 0c55b9bfcc48a25da98010347f120d53 kdetoys-3.0.1-20020604.diff 37496 +MD5 c3520fd9c223fe27480ce0291f4631e2 kdetoys-3.0.1.tar.bz2 1410837 diff --git a/kde-base/kdetoys/kdetoys-3.0.1.20020604.ebuild b/kde-base/kdetoys/kdetoys-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..26087d36502e --- /dev/null +++ b/kde-base/kdetoys/kdetoys-3.0.1.20020604.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Toys" + + diff --git a/kde-base/kdeutils/files/digest-kdeutils-3.0.1.20020604 b/kde-base/kdeutils/files/digest-kdeutils-3.0.1.20020604 new file mode 100644 index 000000000000..bd3d39fa7556 --- /dev/null +++ b/kde-base/kdeutils/files/digest-kdeutils-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 0a416faddce4aa59c0d1c3e0ee546a34 kdeutils-3.0.1-20020604.diff 7964 +MD5 ad6cd9a0cf8033a04ef9c2be8030a5b6 kdeutils-3.0.1.tar.bz2 1513540 diff --git a/kde-base/kdeutils/kdeutils-3.0.1.20020604.ebuild b/kde-base/kdeutils/kdeutils-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..cbfa677168aa --- /dev/null +++ b/kde-base/kdeutils/kdeutils-3.0.1.20020604.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch kde-dist + +DESCRIPTION="${DESCRIPTION}Utilities" + |