diff options
Diffstat (limited to 'kde-base')
32 files changed, 532 insertions, 0 deletions
diff --git a/kde-base/kde/files/digest-kde-3.0.1 b/kde-base/kde/files/digest-kde-3.0.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/kde-base/kde/files/digest-kde-3.0.1 diff --git a/kde-base/kde/kde-3.0.1.ebuild b/kde-base/kde/kde-3.0.1.ebuild new file mode 100644 index 000000000000..3a6889313829 --- /dev/null +++ b/kde-base/kde/kde-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 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 b/kde-base/kdeaddons/files/digest-kdeaddons-3.0.1 new file mode 100644 index 000000000000..75f57ca8069f --- /dev/null +++ b/kde-base/kdeaddons/files/digest-kdeaddons-3.0.1 @@ -0,0 +1 @@ +MD5 341be30069550f32bd3894bb0da51ec4 kdeaddons-3.0.1.tar.bz2 920334 diff --git a/kde-base/kdeaddons/kdeaddons-3.0.1.ebuild b/kde-base/kdeaddons/kdeaddons-3.0.1.ebuild new file mode 100644 index 000000000000..5ef04c868624 --- /dev/null +++ b/kde-base/kdeaddons/kdeaddons-3.0.1.ebuild @@ -0,0 +1,35 @@ +# 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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist || die + +DESCRIPTION="${DESCRIPTION}Addons" + +newdepend ">=kde-base/kdebase-${PV} + ~kde-base/kdenetwork-${PV} + ~kde-base/kdemultimedia-${PV} + >=media-libs/libsdl-1.2 + sdl? ( media-libs/libsdl )" + +#myconf="$myconf --with-extra-includes=/usr/include/noatun" +use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest" + +# needed for some stupid noatun plugins that can't find arts include file reference.h, which lives in /usr/kde/3/include/arts +#myconf="$myconf --with-extra-includes=/usr/kde/3/include/arts" + +src_unpack2() { + + 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 b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.1 new file mode 100644 index 000000000000..88375e36f65d --- /dev/null +++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.1 @@ -0,0 +1 @@ +MD5 9f62e6bc85397034a04767de37c48b44 kdeadmin-3.0.1.tar.bz2 1267230 diff --git a/kde-base/kdeadmin/kdeadmin-3.0.1.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.1.ebuild new file mode 100644 index 000000000000..154a6ed18d7b --- /dev/null +++ b/kde-base/kdeadmin/kdeadmin-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit 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 b/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1 new file mode 100644 index 000000000000..028b68a08252 --- /dev/null +++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1 @@ -0,0 +1 @@ +MD5 87ca9fbac6a97b6aa0689f53fca41565 kdeartwork-3.0.1.tar.bz2 10917073 diff --git a/kde-base/kdeartwork/kdeartwork-3.0.1.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.1.ebuild new file mode 100644 index 000000000000..c3a40db93e82 --- /dev/null +++ b/kde-base/kdeartwork/kdeartwork-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +newdepend "opengl? ( virtual/opengl )" + +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 b/kde-base/kdebase/files/digest-kdebase-3.0.1 new file mode 100644 index 000000000000..56c14ce7973a --- /dev/null +++ b/kde-base/kdebase/files/digest-kdebase-3.0.1 @@ -0,0 +1 @@ +MD5 8d0313ca6180136871c23673b8542e02 kdebase-3.0.1.tar.bz2 13086726 diff --git a/kde-base/kdebase/kdebase-3.0.1.ebuild b/kde-base/kdebase/kdebase-3.0.1.ebuild new file mode 100644 index 000000000000..7c5bea846b6e --- /dev/null +++ b/kde-base/kdebase/kdebase-3.0.1.ebuild @@ -0,0 +1,81 @@ +# 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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die + +inherit 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 + + mkdir -p ${D}/usr/share/pixmaps + mv ${D}/usr/kde/3/share/apps/kdesktop/pics/* ${D}/usr/share/pixmaps/ + rm -rf ${D}/usr/kde/3/share/apps/kdesktop/pics/ + cd ${D}/usr/kde/3/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 b/kde-base/kdebindings/files/digest-kdebindings-3.0.1 new file mode 100644 index 000000000000..2f4debbf7312 --- /dev/null +++ b/kde-base/kdebindings/files/digest-kdebindings-3.0.1 @@ -0,0 +1 @@ +MD5 19405b2df3b11c89bdd711d8a5fb89e2 kdebindings-3.0.1.tar.bz2 5044663 diff --git a/kde-base/kdebindings/kdebindings-3.0.1.ebuild b/kde-base/kdebindings/kdebindings-3.0.1.ebuild new file mode 100644 index 000000000000..5746ec525140 --- /dev/null +++ b/kde-base/kdebindings/kdebindings-3.0.1.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/kdebindings/kdebindings-3.0.1.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Bindings" + +newdepend ">=kde-base/kdebase-${PV} + >=x11-libs/gtk+-1.2.10-r4 + sys-devel/perl + python? ( dev-lang/python ) + java? ( virtual/jdk ) + >=x11-libs/gtk+-1.2.6 + =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`" + +src_compile2() { + + kde_src_compile myconf configure + + # the library_path is a kludge for a strange bug + #LIBRARY_PATH=${QTDIR}/lib make || die + +} + diff --git a/kde-base/kdeedu/files/digest-kdeedu-3.0.1 b/kde-base/kdeedu/files/digest-kdeedu-3.0.1 new file mode 100644 index 000000000000..b7674bcfb2d7 --- /dev/null +++ b/kde-base/kdeedu/files/digest-kdeedu-3.0.1 @@ -0,0 +1 @@ +MD5 ce7f0f88d390649bdcad9b783ddd3a93 kdeedu-3.0.1.tar.bz2 9088166 diff --git a/kde-base/kdeedu/kdeedu-3.0.1.ebuild b/kde-base/kdeedu/kdeedu-3.0.1.ebuild new file mode 100644 index 000000000000..b7702a756dfb --- /dev/null +++ b/kde-base/kdeedu/kdeedu-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit 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 b/kde-base/kdegames/files/digest-kdegames-3.0.1 new file mode 100644 index 000000000000..7938d8fe9f62 --- /dev/null +++ b/kde-base/kdegames/files/digest-kdegames-3.0.1 @@ -0,0 +1 @@ +MD5 26efb5fe250904f8eb2b1f8b5d8a238a kdegames-3.0.1.tar.bz2 7269750 diff --git a/kde-base/kdegames/kdegames-3.0.1.ebuild b/kde-base/kdegames/kdegames-3.0.1.ebuild new file mode 100644 index 000000000000..4dcace732569 --- /dev/null +++ b/kde-base/kdegames/kdegames-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Games" diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1 b/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1 new file mode 100644 index 000000000000..04933280fe01 --- /dev/null +++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1 @@ -0,0 +1 @@ +MD5 9d081640a9524ab64853c2568bb507ec kdegraphics-3.0.1.tar.bz2 2663226 diff --git a/kde-base/kdegraphics/kdegraphics-3.0.1.ebuild b/kde-base/kdegraphics/kdegraphics-3.0.1.ebuild new file mode 100644 index 000000000000..fcd080ab9d49 --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.0.1.ebuild @@ -0,0 +1,26 @@ +# 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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Graphics" + +DEPEND="$DEPEN" + +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 b/kde-base/kdelibs/files/digest-kdelibs-3.0.1 new file mode 100644 index 000000000000..2b99da83de3e --- /dev/null +++ b/kde-base/kdelibs/files/digest-kdelibs-3.0.1 @@ -0,0 +1 @@ +MD5 bc0b20d6f9c1fc8d7cb18e871c039488 kdelibs-3.0.1.tar.bz2 7592986 diff --git a/kde-base/kdelibs/kdelibs-3.0.1.ebuild b/kde-base/kdelibs/kdelibs-3.0.1.ebuild new file mode 100644 index 000000000000..b11bd90aadd7 --- /dev/null +++ b/kde-base/kdelibs/kdelibs-3.0.1.ebuild @@ -0,0 +1,105 @@ +# 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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde kde.org +#don't inherit 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/gcc-2.95.2 + virtual/glibc + sys-devel/ld.so + 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.0 + app-text/ghostscript" + +DEPEND="$DEPEND + sys-devel/make + sys-devel/autoconf + sys-devel/automake" + +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 b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.0.1 new file mode 100644 index 000000000000..83f9b69e3742 --- /dev/null +++ b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.0.1 @@ -0,0 +1 @@ +MD5 e6abcea98b5ed12b7105a4b78e07c7b3 kdemultimedia-3.0.1.tar.bz2 5790600 diff --git a/kde-base/kdemultimedia/kdemultimedia-3.0.1.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.0.1.ebuild new file mode 100644 index 000000000000..cb920f09a1cc --- /dev/null +++ b/kde-base/kdemultimedia/kdemultimedia-3.0.1.ebuild @@ -0,0 +1,54 @@ +# 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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit 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.10-r4 ) + 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 + +} + +pkg_postinst() { + +[ -n "`use alsa`" ] && 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." + +} diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.0.1 b/kde-base/kdenetwork/files/digest-kdenetwork-3.0.1 new file mode 100644 index 000000000000..89f707f7c960 --- /dev/null +++ b/kde-base/kdenetwork/files/digest-kdenetwork-3.0.1 @@ -0,0 +1 @@ +MD5 4431c9c0aacf2c790f232c589fbdfa94 kdenetwork-3.0.1.tar.bz2 3863451 diff --git a/kde-base/kdenetwork/kdenetwork-3.0.1.ebuild b/kde-base/kdenetwork/kdenetwork-3.0.1.ebuild new file mode 100644 index 000000000000..fc6292256c05 --- /dev/null +++ b/kde-base/kdenetwork/kdenetwork-3.0.1.ebuild @@ -0,0 +1,36 @@ +# 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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Network" + +src_unpack() { + + base_src_unpack + 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 b/kde-base/kdepim/files/digest-kdepim-3.0.1 new file mode 100644 index 000000000000..afea92e57f9c --- /dev/null +++ b/kde-base/kdepim/files/digest-kdepim-3.0.1 @@ -0,0 +1 @@ +MD5 cbc606a7f63b8abd1d03441ced3fb8e6 kdepim-3.0.1.tar.bz2 3146767 diff --git a/kde-base/kdepim/kdepim-3.0.1.ebuild b/kde-base/kdepim/kdepim-3.0.1.ebuild new file mode 100644 index 000000000000..291f2fe9ce7d --- /dev/null +++ b/kde-base/kdepim/kdepim-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit 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 b/kde-base/kdesdk/files/digest-kdesdk-3.0.1 new file mode 100644 index 000000000000..d2ff17116e1b --- /dev/null +++ b/kde-base/kdesdk/files/digest-kdesdk-3.0.1 @@ -0,0 +1 @@ +MD5 4eeaef85f70c274e79e0300d054394a8 kdesdk-3.0.1.tar.bz2 1832146 diff --git a/kde-base/kdesdk/kdesdk-3.0.1.ebuild b/kde-base/kdesdk/kdesdk-3.0.1.ebuild new file mode 100644 index 000000000000..0a07e4c67d75 --- /dev/null +++ b/kde-base/kdesdk/kdesdk-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}SDK" + diff --git a/kde-base/kdetoys/files/digest-kdetoys-3.0.1 b/kde-base/kdetoys/files/digest-kdetoys-3.0.1 new file mode 100644 index 000000000000..eb8bbee15185 --- /dev/null +++ b/kde-base/kdetoys/files/digest-kdetoys-3.0.1 @@ -0,0 +1 @@ +MD5 c3520fd9c223fe27480ce0291f4631e2 kdetoys-3.0.1.tar.bz2 1410837 diff --git a/kde-base/kdetoys/kdetoys-3.0.1.ebuild b/kde-base/kdetoys/kdetoys-3.0.1.ebuild new file mode 100644 index 000000000000..d30306a01b4a --- /dev/null +++ b/kde-base/kdetoys/kdetoys-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die + +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Toys" + + diff --git a/kde-base/kdeutils/files/digest-kdeutils-3.0.1 b/kde-base/kdeutils/files/digest-kdeutils-3.0.1 new file mode 100644 index 000000000000..2521792b5560 --- /dev/null +++ b/kde-base/kdeutils/files/digest-kdeutils-3.0.1 @@ -0,0 +1 @@ +MD5 ad6cd9a0cf8033a04ef9c2be8030a5b6 kdeutils-3.0.1.tar.bz2 1513540 diff --git a/kde-base/kdeutils/kdeutils-3.0.1.ebuild b/kde-base/kdeutils/kdeutils-3.0.1.ebuild new file mode 100644 index 000000000000..16e4980bc834 --- /dev/null +++ b/kde-base/kdeutils/kdeutils-3.0.1.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.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Utilities" + |