diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-03-14 19:14:09 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-03-14 19:14:09 +0000 |
commit | f0d59f9c32892db46411d25885d7fad8b2d9d560 (patch) | |
tree | 2fd61915d661e918ef85bee37d813e07c432c862 | |
parent | Added "lirc" to IUSE. (diff) | |
download | gentoo-2-f0d59f9c32892db46411d25885d7fad8b2d9d560.tar.gz gentoo-2-f0d59f9c32892db46411d25885d7fad8b2d9d560.tar.bz2 gentoo-2-f0d59f9c32892db46411d25885d7fad8b2d9d560.zip |
kde-3.1.1
58 files changed, 1327 insertions, 18 deletions
diff --git a/kde-base/arts/ChangeLog b/kde-base/arts/ChangeLog index d01249b00965..6a06a9a1456e 100644 --- a/kde-base/arts/ChangeLog +++ b/kde-base/arts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/arts # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.36 2003/03/11 13:31:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.37 2003/03/14 19:14:08 hannes Exp $ + +*arts-1.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> arts-1.1.1.ebuild: + version bump *arts-1.1.0-r1 (11 Mar 2003) diff --git a/kde-base/arts/arts-1.1.1.ebuild b/kde-base/arts/arts-1.1.1.ebuild new file mode 100644 index 000000000000..83e828cda7ec --- /dev/null +++ b/kde-base/arts/arts-1.1.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.1.1.ebuild,v 1.1 2003/03/14 19:14:08 hannes Exp $ +inherit kde-base flag-o-matic + +# this is the arts 1.1 from kde 3.1, as opposed to arts 1.1.0 from kde 3.1 beta2 and friends + +IUSE="alsa" +SRC_URI="mirror://kde/stable/3.1.1/src/${P}.tar.bz2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +HOMEPAGE="http://multimedia.kde.org" +DESCRIPTION="aRts, the KDE sound (and all-around multimedia) server/output manager" +set-kdedir 3.1 +need-qt 3.1.0 + +if [ "${COMPILER}" == "gcc3" ]; then + # GCC 3.1 kinda makes arts buggy and prone to crashes when compiled with + # these.. Even starting a compile shuts down the arts server + filter-flags "-fomit-frame-pointer -fstrength-reduce" +fi + +#fix bug 13453 +filter-flags "-foptimize-sibling-calls" + +SLOT="3.1" +LICENSE="GPL-2 LGPL-2" + +use alsa && myconf="$myconf --enable-alsa" || myconf="$myconf --disable-alsa" + +src_unpack() { + kde_src_unpack + kde_sandbox_patch ${S}/soundserver +} + +src_install() { + kde_src_install + dodoc ${S}/doc/{NEWS,README,TODO} + + # moved here from kdelibs so that when arts is installed + # without kdelibs it's still in the path. + dodir /etc/env.d +echo "PATH=${PREFIX}/bin +ROOTPATH=${PREFIX}/sbin:${PREFIX}/bin +LDPATH=${PREFIX}/lib +CONFIG_PROTECT=${PREFIX}/share/config" > ${D}/etc/env.d/49kdepaths-3.1.1 # number goes down with version upgrade + + echo "KDEDIR=$PREFIX" > ${D}/etc/env.d/56kdedir-3.1.1 # number goes up with version upgrade + +} + +pkg_postinst() { + +einfo "Run chmod +s ${PREFIX}/bin/artswrapper to let artsd use realtime priority" +einfo "and so avoid possible skips in sound. However, on untrusted systems this" +einfo "creates the possibility of a DoS attack that'll use 100% cpu at realtime" +einfo "priority, and so is off by default. See bug #7883." + +} diff --git a/kde-base/arts/files/digest-arts-1.1.1 b/kde-base/arts/files/digest-arts-1.1.1 new file mode 100644 index 000000000000..a3eea70aea45 --- /dev/null +++ b/kde-base/arts/files/digest-arts-1.1.1 @@ -0,0 +1 @@ +MD5 67be8c2a84d6b928f407947138a77982 arts-1.1.1.tar.bz2 974608 diff --git a/kde-base/kde/ChangeLog b/kde-base/kde/ChangeLog index 023758e7de13..320e197e71b0 100644 --- a/kde-base/kde/ChangeLog +++ b/kde-base/kde/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kde # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde/ChangeLog,v 1.26 2003/02/28 20:44:51 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde/ChangeLog,v 1.27 2003/03/14 19:14:08 hannes Exp $ + +*kde-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kde-3.1.1.ebuild: + version bump *kde-3.1 (01 Feb 2003) diff --git a/kde-base/kde/files/digest-kde-3.1.1 b/kde-base/kde/files/digest-kde-3.1.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/kde-base/kde/files/digest-kde-3.1.1 diff --git a/kde-base/kde/kde-3.1.1.ebuild b/kde-base/kde/kde-3.1.1.ebuild new file mode 100644 index 000000000000..9aa84a7cf8cd --- /dev/null +++ b/kde-base/kde/kde-3.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde/kde-3.1.1.ebuild,v 1.1 2003/03/14 19:14:08 hannes Exp $ + +IUSE="" +KEYWORDS="x86 ppc sparc ~alpha" +DESCRIPTION="KDE 3.1 - 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}`" + +LICENSE="GPL-2" + +SLOT="3.1" diff --git a/kde-base/kdeaddons/ChangeLog b/kde-base/kdeaddons/ChangeLog index 2cdb6c126e0e..2b77a1516acc 100644 --- a/kde-base/kdeaddons/ChangeLog +++ b/kde-base/kdeaddons/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeaddons # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/ChangeLog,v 1.31 2003/03/06 15:33:24 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/ChangeLog,v 1.32 2003/03/14 19:14:08 hannes Exp $ + +*kdeaddons-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdeaddons-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdeaddons-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdeaddons/files/digest-kdeaddons-3.1.1 b/kde-base/kdeaddons/files/digest-kdeaddons-3.1.1 new file mode 100644 index 000000000000..bd2469a0525c --- /dev/null +++ b/kde-base/kdeaddons/files/digest-kdeaddons-3.1.1 @@ -0,0 +1 @@ +MD5 d52ec39b0ea4005c48b22481d50bcc29 kdeaddons-3.1.1.tar.bz2 1080706 diff --git a/kde-base/kdeaddons/kdeaddons-3.1.1.ebuild b/kde-base/kdeaddons/kdeaddons-3.1.1.ebuild new file mode 100644 index 000000000000..c71c0d8664ba --- /dev/null +++ b/kde-base/kdeaddons/kdeaddons-3.1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.1.1.ebuild,v 1.1 2003/03/14 19:14:08 hannes Exp $ +inherit kde-dist flag-o-matic + +IUSE="sdl svga xmms" +DESCRIPTION="KDE addon modules: plugins for konqueror, noatun etc" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "~kde-base/kdebase-${PV} + ~kde-base/kdenetwork-${PV} + ~kde-base/kdemultimedia-${PV} + ~kde-base/kdegames-${PV} + ~kde-base/arts-1.1.1 + sdl? ( >=media-libs/libsdl-1.2 ) + svga? ( media-libs/svgalib ) + xmms? ( media-sound/xmms )" + +use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest" + +use xmms || export ac_cv_have_xmms=no + +# fix bug #7625 +if [ "$COMPILER" == "gcc3" ]; then + if [ -n "`is-flag -march=pentium4`" -o -n "`is-flag -mcpu=pentium4`" ]; then + append-flags -mno-sse2 + fi +fi diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog index 53745bfc0637..a2ce573f3dc1 100644 --- a/kde-base/kdeadmin/ChangeLog +++ b/kde-base/kdeadmin/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for kde-base/kdeadmin # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.25 2003/02/28 20:44:52 wwoods Exp $ - +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.26 2003/03/14 19:14:08 hannes Exp $ + +*kdeadmin-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdeadmin-3.1.1.ebuild: + version bump + 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdeadmin-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.1.1 b/kde-base/kdeadmin/files/digest-kdeadmin-3.1.1 new file mode 100644 index 000000000000..c994a88073ed --- /dev/null +++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.1.1 @@ -0,0 +1 @@ +MD5 755deaf26d0841ed16eddd7596701004 kdeadmin-3.1.1.tar.bz2 1563569 diff --git a/kde-base/kdeadmin/kdeadmin-3.1.1.ebuild b/kde-base/kdeadmin/kdeadmin-3.1.1.ebuild new file mode 100644 index 000000000000..2fe968fb8d4d --- /dev/null +++ b/kde-base/kdeadmin/kdeadmin-3.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1.1.ebuild,v 1.1 2003/03/14 19:14:08 hannes Exp $ +inherit kde-dist + +IUSE="pam" +DESCRIPTION="KDE administration tools (user manager, etc.)" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +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 --without-rpm" + +# TODO: add nis support diff --git a/kde-base/kdeartwork/ChangeLog b/kde-base/kdeartwork/ChangeLog index 747070f45cba..c0d9b7cb5b64 100644 --- a/kde-base/kdeartwork/ChangeLog +++ b/kde-base/kdeartwork/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeartwork # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.29 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.30 2003/03/14 19:14:08 hannes Exp $ + +*kdeartwork-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdeartwork-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdeartwork-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-3.1.1 b/kde-base/kdeartwork/files/digest-kdeartwork-3.1.1 new file mode 100644 index 000000000000..1911f6dcb805 --- /dev/null +++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.1.1 @@ -0,0 +1 @@ +MD5 aaf6a2a8736f448766cd190685606d6a kdeartwork-3.1.1.tar.bz2 13841579 diff --git a/kde-base/kdeartwork/kdeartwork-3.1.1.ebuild b/kde-base/kdeartwork/kdeartwork-3.1.1.ebuild new file mode 100644 index 000000000000..b461ce1338f6 --- /dev/null +++ b/kde-base/kdeartwork/kdeartwork-3.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.1.1.ebuild,v 1.1 2003/03/14 19:14:08 hannes Exp $ +inherit kde-dist + +IUSE="opengl" +newdepend "opengl? ( virtual/opengl ) ~kde-base/kdebase-${PV}" + +DESCRIPTION="KDE artwork package" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +PATCHES="$FILESDIR/xsaver-conflicting-typedefs.diff" + +myconf="$myconf --with-dpms" +use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" diff --git a/kde-base/kdebase/ChangeLog b/kde-base/kdebase/ChangeLog index bc77d47ae049..ccc824920a88 100644 --- a/kde-base/kdebase/ChangeLog +++ b/kde-base/kdebase/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kdebase # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.63 2003/03/08 12:23:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.64 2003/03/14 19:14:08 hannes Exp $ + +*kdebase-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdebase-3.1.1.ebuild, + files/3.1.1/backgroundrc, files/3.1.1/kdmrc, + files/3.1.1/startkde-3.1.1-gentoo.diff: + version bump 08 Mar 2003; Jason Wever <weeve@gentoo.org> kdebase-3.0.5a-r2.ebuild,kdebase-3.1-r1.ebuild: Changed ~sparc keywords to sparc. diff --git a/kde-base/kdebase/files/3.1.1/backgroundrc b/kde-base/kdebase/files/3.1.1/backgroundrc new file mode 100644 index 000000000000..d00db3a27bff --- /dev/null +++ b/kde-base/kdebase/files/3.1.1/backgroundrc @@ -0,0 +1,18 @@ +[Desktop0] +BackgroundMode=VerticalGradient +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=14,120,131 +Color2=67,174,192 +CurrentWallpaper=0 +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +Pattern=fish +Program= +ReverseBlending=false +UseSHM=false +Wallpaper=default_blue.jpg +WallpaperList= +WallpaperMode=NoWallpaper diff --git a/kde-base/kdebase/files/3.1.1/kdmrc b/kde-base/kdebase/files/3.1.1/kdmrc new file mode 100644 index 000000000000..1d5018fc119d --- /dev/null +++ b/kde-base/kdebase/files/3.1.1/kdmrc @@ -0,0 +1,413 @@ +# KDM configuration example. +# Note, that all comments will be lost if you change this file with +# the kcontrol frontend. +# +# Definition: the greeter is the login dialog, i.e., the part of KDM +# which the user sees. +# +# You can configure every X-display individually. +# Every display has a display name, which consists of a host name +# (which is empty for local displays specified in the Xservers file), +# a colon and a display number. Additionally, a display belongs to a +# display class (which can be ignored in most cases; the control center +# does not support this feature at all). +# Sections with display-specific settings have the formal syntax +# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" +# You can use the "*" wildcard for host, number and class. You may omit +# trailing components; they are assumed to be "*" then. +# The host part may be a domain specification like ".inf.tu-dresden.de". +# From which section a setting is actually taken is determined by these +# rules: +# - an exact match takes precedence over a partial match (for the host part), +# which in turn takes precedence over a wildcard +# - precedence decreases from left to right for equally exact matches +# Example: display name "myhost:0", class "dpy". +# [X-myhost:0_dpy] precedes +# [X-myhost:0_*] (same as [X-myhost:0]) precedes +# [X-myhost:*_dpy] precedes +# [X-myhost:*_*] (same as [X-myhost]) precedes +# [X-*:0_dpy] precedes +# [X-*:0_*] (same as [X-*:0]) precedes +# [X-*:*_*] (same as [X-*]) +# These sections do NOT match this display: +# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] +# If a setting is not found in any matching section, the default is used. +# +# Every comment applies to the following section or key. +# The defaults refer to KDM's built-in values, not anything set in this file. +# + +[General] +# This option exists solely for the purpose of a clean automatic upgrade. +# Don't even think about changing it! +ConfigVersion=2.0 +# If "false", KDM won't daemonize after startup. Note, that you needn't to +# use this if you start KDM from inittab, as KDM won't daemonize in this case +# automatically. Default is true. +#DaemonMode=false +# If the value starts with a slash (/), it specifies the file, where X-servers +# to be used by KDM are listed; the file is in the usual XDM-Xservers format. +# Otherwise it's interpreted like one line of the Xservers file, i.e., it +# specifies exactly one X-server. +# Default is ":0 local@tty1 /usr/X11R6/bin/X vt7" +# XXX i'm planning to absorb this file into kdmrc, but i'm not sure how to +# do this best. +Xservers=/etc/X11/xdm/Xservers +# Where KDM should store its PID. Default is "" (don't store) +PidFile=/var/run/xdm-pid +# Whether KDM should lock the pid file to prevent having multiple KDM +# instances running at once. Leave it "true", unless you're brave. +#LockPidFile=false +# Where to store authorization files. Default is /var/run/xauth +#AuthDir=/tmp +# Whether KDM should automatically re-read configuration files, if it +# finds them having changed. Just keep it "true". +#AutoRescan=false +# Additional environment variables KDM should pass on to kdm_config, kdm_greet, +# Xsetup, Xstartup, Xsession, and Xreset. LD_LIBRARY_PATH is a good candidate; +# otherwise it shouldn't be necessary very often. +#ExportList=SOME_VAR,ANOTHER_IMPORTANT_VAR +# Where the command FiFos should be created. Make it empty to disable +# the FiFos. Default is /var/run/xdmctl +#FifoDir=/tmp +# To which group the command FiFos should belong. +# Default is -1 (effectively root) +#FifoGroup=xdmctl + +[Xdmcp] +# Whether KDM should listen to XDMCP requests. Default is true. +Enable=false +# The UDP port KDM should listen on for XDMCP requests. Don't change the 177. +#Port=177 +# File with the private keys of X-terminals. Required for XDM authentication. +# Default is "" +#KeyFile=/usr/kde/3.1/share/config/kdm/kdmkeys +# XDMCP access control file in the usual XDM-Xaccess format. +# Default is /usr/kde/3.1/share/config/kdm/Xaccess +# XXX i'm planning to absorb this file into kdmrc, but i'm not sure how to +# do this best. +Xaccess=/etc/X11/xdm/Xaccess +# Number of seconds to wait for display to respond after the user has +# selected a host from the chooser. Default is 15. +#ChoiceTimeout=10 +# Strip domain name from remote display names if it is equal to the local +# domain. Default is true +#RemoveDomainname=false +# Use the numeric IP address of the incoming connection instead of the +# host name. Use this on multihomed hosts. Default is false +#SourceAddress=true +# The program which is invoked to dynamically generate replies to XDMCP +# BroadcastQuery requests. +# By default no program is invoked and "Willing to manage" is sent. +Willing=/etc/X11/xdm/Xwilling + +[Shutdown] +# The command to run to halt the system. Default is /sbin/halt +#HaltCmd= +# The command to run to reboot the system. Default is /sbin/reboot +#RebootCmd= +# Whether one can shut down the system via the global command FiFo. +# Default is false +#AllowFifo=true +# Whether one can abort still running sessions when shutting down the system +# via the global command FiFo. Default is true +#AllowFifoNow=false +# Offer LiLo boot options in shutdown dialog. Default is false +#UseLilo=true +# The location of the LiLo binary. Default is /sbin/lilo +#LiloCmd= +# The location of the LiLo map file. Default is /boot/map +#LiloMap= + +# Rough estimations about how many seconds KDM will spend at most on +# - opening a connection to the X-server (OpenTime): +# OpenRepeat * (OpenTimeout + OpenDelay) +# - starting a local X-server (ServerTime): ServerAttempts * ServerTimeout +# - starting a display: +# - local display: StartAttempts * (ServerTime + OpenTime) +# - remote/foreign display: StartAttempts * OpenTime + +# Core config for all displays +[X-*-Core] +# How long to wait before retrying to start the display after various +# errors. Default is 15 +#OpenDelay= +# How long to wait before timing out XOpenDisplay. Default is 120 +#OpenTimeout= +# How often to try the XOpenDisplay. Default is 5 +#OpenRepeat= +# Try at most that many times to start a display. If this fails, the display +# is disabled. Default is 4 +#StartAttempts= +# The StartAttempt counter is reset after that many seconds. Default is 30 +#StartInterval= +# Ping remote display every that many minutes. Default is 5 +#PingInterval= +# Wait for a Pong that many minutes. Default is 5 +#PingTimeout= +# Restart instead of resetting the local X-server after session exit. +# Use it if the server leaks memory, etc. Default is false +#TerminateServer=true +# The signal needed to reset the local X-server. Default is 1 (SIGHUP) +#ResetSignal= +# The signal needed to terminate the local X-server. Default is 15 (SIGTERM) +#TermSignal= +# Need to reset the X-server to make it read initial Xauth file. +# Default is false +#ResetForAuth=true +# Create X-authorizations for local displays. Default is true +#Authorize=false +# Which X-authorization mechanisms should be used. +# Default is MIT-MAGIC-COOKIE-1 +#AuthNames= +# The name of this X-server's Xauth file. Default is "", which means, that +# a random name in the AuthDir directory will be used. +#AuthFile= +# Specify a file with X-resources for the greeter, chooser and background. +# The KDE frontend doesn't care for this, so you don't need it unless you +# use an alternative chooser or another background generator than kdmdesktop. +# Default is "" +Resources=/etc/X11/xdm/Xresources +# The xrdb program to use to read the above specified recources. +# Default is /usr/X11R6/bin/xrdb +#Xrdb= +# A program to run before the greeter is shown. You should start kdmdesktop +# there. Also, xconsole can be started by this script. +# Default is "" +Setup=/etc/X11/xdm/Xsetup_0 +# A program to run before a user session starts. You should invoke sessreg +# there and optionally change the ownership of the console, etc. +# Default is "" +Startup=/usr/kde/3.1/share/config/kdm/Xstartup +# A program to run after a user session exits. You should invoke sessreg +# there and optionally change the ownership of the console, etc. +# Default is "" +Reset=/usr/kde/3.1/share/config/kdm/Xreset +# The program which is run as the user which logs in. It is supposed to +# interpret the session argument (see SessionTypes) and start an appropriate +# session according to it. +# Default is /usr/X11R6/bin/xterm -ls -T +Session=/etc/X11/xdm/Xsession +# The program to run if Session fails. +# Default is /usr/X11R6/bin/xterm +#FailsafeClient= +# The PATH for the Session program. Default is +# /bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +#UserPath=/usr/kde/3.1/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +# The PATH for Setup, Startup and Reset, etc. Default is +# /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +#SystemPath=/usr/kde/3.1/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +# The default system shell. Default is /bin/sh +#SystemShell=/bin/bash +# Where to put the user's X-server authorization file if ~/.Xauthority +# cannot be created. Default is /tmp +#UserAuthDir= +# The host chooser program to use. +# Default is /usr/kde/3.1/bin/chooser +# XXX this is going to be integrated into the greeter (probably). +#Chooser= +# If "true", KDM will automatically restart a session after an X-server +# crash (or if it is killed by Alt-Ctrl-BackSpace). Note, that enabling +# this opens a security hole: a secured display lock can be circumvented +# (unless you use KDE's built-in screen lock). Default is false +#AutoReLogin=true +# Allow root logins? Default is true +AllowRootLogin=false +# Allow to log in, when user has set an empty password? Default is true +AllowNullPasswd=false +# Who is allowed to shut down the system. This applies both to the +# greeter and to the command FiFo. Default is All +# "None" - no "Shutdown..." button is shown at all +# "Root" - the root password must be entered to shut down +# "All" - everybody can shut down the machine (Default) +AllowShutdown=Root +# Who is allowed to abort all still running sessions when shutting down. +# Same options as for AllowShutdown. Default is All +#AllowSdForceNow=Root +# The default choice for the shutdown condition/timing. +# "Schedule" - shutdown after all sessions exit (possibly at once) (Default) +# "TryNow" - shutdown, if no sessions are open, otherwise do nothing +# "ForceNow" - shutdown unconditionally +#DefaultSdMode=ForceNow +# If this is false the user must select the shutdown condition/timing already +# in the shutdown dialog. If this is true he won't be bothered with the options, +# but will be asked what to do if sessions are actually open. Default is true +# NOTE: the interaction is currently not implemented. If this is set to true, +# a normal forced shutdown will happen (without caring for the AllowSdForceNow +# option!), i.e., KDM will behave exactly as before KDE 3.0. +#InteractiveSd=false +# Where (relatively to the user's home directory) to store the last +# selected session. Default is .wmrc +#SessSaveFile= + +# Greeter config for all displays +[X-*-Greeter] +# Session types the users can select. It is advisable to have "default" and +# "failsafe" listed herein, which is also the default. +# Note, that the meaning of this value is entirely up to your Session program. +SessionTypes=Xsession,kde-3.0.4,kde-3.1_rc2, +# Widget Style of the greeter: +# Default, Windows, Platinum, Motif, MotifPlus, CDE, SGI, and any styles you +# may have installed, e.g., HighColor; Default is "Default" +GUIStyle=Keramik +# Widget Colors of the greeter: +# Default, and any color schemes you may have installed. Default is "Default" +#ColorScheme=Pumpkin +# What should be shown righthand of the input lines: +# "Logo" - the image specified by LogoPixmap (Default) +# "Clock" - a neat analog clock +# "None" - nothing +LogoArea=None +# The image to show when LogoArea=Logo. Default is kdelogo.png +LogoPixmap= +# Normally, the greeter is centered on the screen. Use this, if you want +# it to appear elsewhere on the screen. Default is false +#GreeterPosFixed=true +#GreeterPosX=200 +#GreeterPosY=100 +# The headline in the greeter. +# The following character pairs are replaced: +# - %d -> current display +# - %h -> host name, possibly with domain name +# - %n -> node name, most probably the host name without domain name +# - %s -> the operating system +# - %r -> the operating system's version +# - %m -> the machine (hardware) type +# - %% -> a single % +# Default is "Welcome to %s at %n" +#GreetString=K Desktop Environment (%n) +# The font for the headline. Default is charter,24,bold +GreetFont=verdana,24,5,0,50,0 +# The normal font used in the greeter. Default is helvetica,12 +StdFont=verdana,12,5,0,50,0 +# The font used for the "Login Failed" message. Default is helvetica,12,bold +FailFont=verdana,12,5,0,75,0 +# Whether the fonts shown in the greeter should be antialiased. Default is false +AntiAliasing=true +# What to do with the Num Lock modifier for the time the greeter is running: +# "On" -> - turn on +# "Off" -> - turn off +# "Keep" -> - don't change the state (Default) +#NumLock=Off +# Language to use in the greeter. Default is en_US +#Language=de_DE +# Specify, which user names (along with pictures) should be shown in the +# greeter. +# "NotHidden" - all users except those listed in HiddenUsers (Default) +# "Selected" - only the users listed in SelectedUsers +# "None" - no user list will be shown at all +#ShowUsers=None +# For ShowUsers=Selected. Default is "" +#SelectedUsers=root,johndoe +# For ShowUsers=NotHidden. Default is "" +#HiddenUsers=root +# Special case of HiddenUsers: users with a UID less than this number +# (except root) will not be shown as well. Default is 0 +MinShowUID=1000 +# Complement to MinShowUID: users with a UID greater than this number will +# not be shown as well. Default is 65535 +MaxShowUID=65000 +# If false, the users are listed in the order they appear in /etc/passwd. +# If true, they are sorted alphabetically. Default is true +#SortUsers=false +# Specify, where the users' pictures should be taken from. +# "AdminOnly" - from $KDEDIR/share/apps/kdm/pics/users/$USER.png (Default) +# "UserOnly" - from the user's $HOME/.face +# "PreferAdmin" - prefer $USER.png; fallback on $HOME/.face +# "PreferUser" - ... and the other way round +FaceSource=PreferUser +# Specify, if/which user should be preselected for log in. +# Note, that enabling this feature can be considered a security hole, +# as it presents a valid login name to a potential attacker, so he "only" +# needs to guess the password. +# "None" - don't preselect any user (Default) +# "Previous" - the user which successfully logged in last time +# "Default" - the user specified in the DefaultUser field +#PreselectUser=Previous +# The user to preselect if PreselectUser=Default +#DefaultUser=ethel +# If this is true, the password input line is focused automatically if +# a user is preselected. Default is false +#FocusPasswd=true +# The password input fields cloak the typed in text. Specify, how to do it: +# "NoEcho" - nothing is shown at all, the cursor doesn't move +# "OneStar" - "*" is shown for every typed letter (Default) +# "ThreeStars" - "***" is shown for every typed letter +#EchoMode=NoEcho +# If true, krootimage will be automatically started by KDM. Otherwise, the +# Setup script should be used to setup the background. Default is true +#UseBackground=false +# The configuration file to be used by krootimage. +# Default is /usr/kde/3.1/share/config/kdm/backgroundrc +#BackgroundCfg= +# Hold the X-server grabbed the whole time the greeter is visible. This +# may be more secure, but it will disable any background and other +# X-clients started from the Setup script. Default is false +#GrabServer=true +# How many seconds to wait for grab to succeed. Default is 3 +#GrabTimeout= +# Warn, if local X-authorization cannot be created. Default is true +# XXX this is a dummy currently +AuthComplain=true + +# Core config for local displays +[X-:*-Core] +# How often to try to run the X-server. Running includes executing it and +# waiting for it to come up. Default is 1 +#ServerAttempts= +# How long to wait for a local X-server to come up. Default is 15 +#ServerTimeout= +# See above +AllowShutdown=All +# See above +AllowRootLogin=true +# See above +AllowNullPasswd=true +# Enable password-less logins on this display. USE WITH EXTREME CARE! +# Default is false +#NoPassEnable=true +# The users that don't need to provide a password to log in. NEVER list root! +#NoPassUsers=fred,ethel + +# Greeter config for local displays +[X-:*-Greeter] +# See above +#AuthComplain=false +# The screen the greeter should be displayed on in multi-headed setups. +# The numbering starts with 0 and corresponds to the listing order in the +# active ServerLayout section of XF86Config. -1 means to use the upper-left +# screen, -2 means to use the upper-right screen. Default is 0 +#GreeterScreen=-1 + +# Core config for 1st local display +[X-:0-Core] +# Enable automatic login on this display. USE WITH EXTREME CARE! +# Default is false +#AutoLoginEnable=true +# The user to log in automatically. NEVER specify root! +#AutoLoginUser=fred +# The password for the user to log in automatically. This is NOT required +# unless the user is to be logged into a NIS or Kerberos domain. If you use +# it, you should "chmod 600 kdmrc" for obvious reasons. +#AutoLoginPass=secret! +# The session for the user to log in automatically. This becomes useless after +# the user's first login, as the last used session will take precedence. +#AutoLoginSession=kde +# If "true", the auto-login is truly automatic, i.e., the user is logged in +# when KDM comes up. If "false", the auto-login must be initiated by crashing +# the X-server with Alt-Ctrl-BackSpace. Default is true +#AutoLogin1st=false +# See above +Authorize=true + +# Greeter config for 1st local display +[X-:0-Greeter] +# See above +#PreselectUser=Default +# See above +#DefaultUser=johndoe + +[X-:1-Core] +# See above +Authorize=true + diff --git a/kde-base/kdebase/files/3.1.1/startkde-3.1.1-gentoo.diff b/kde-base/kdebase/files/3.1.1/startkde-3.1.1-gentoo.diff new file mode 100644 index 000000000000..3f55769643df --- /dev/null +++ b/kde-base/kdebase/files/3.1.1/startkde-3.1.1-gentoo.diff @@ -0,0 +1,67 @@ +--- startkde~ 2003-03-12 18:20:54.000000000 +0100 ++++ startkde 2003-03-12 18:26:10.000000000 +0100 +@@ -1,12 +1,34 @@ +-#!/bin/sh ++#!/bin/sh --login + # +-# DEFAULT KDE STARTUP SCRIPT ( KDE-3.1.1 ) ++# GENTOO CUSTOMIZED KDE STARTUP SCRIPT ( KDE-3.1.1 ) + # + + # When the X server dies we get a HUP signal from xinit. We must ignore it + # because we still need to do some cleanup. + trap 'echo GOT SIGHUP' HUP + ++# Gentoo part: ++export PATH="_KDEDIR_/bin:${PATH}" ++export KDEDIR="_KDEDIR_" ++# Use env.d's KDEDIRS. They should only include locations like /usr though, not ++# actual KDE installations ++ ++# handle ~/.kde* dirs - separate ones for separate KDEs ++cd ~ ++[ -d .kde ] && /bin/mv .kde .kde.backup ++if [ ! -e .kde3.1 ]; then ++ if [ -e .kde3 ]; then ++ /bin/cp -r .kde3 .kde3.1 ++ else ++ /bin/mkdir .kde3.1 ++ fi ++fi ++/bin/ln -sf .kde3.1 .kde ++ ++#export KDEHOME="${HOME}/.kdecvs" ++ ++# Gentoo part ends ++ + # Boot sequence: + # + # kdeinit is used to fork off processes which improves memory usage +@@ -29,12 +51,12 @@ + # especially necessary on slow machines, where starting KDE takes one or two + # minutes until anything appears on the screen. + # +-# Set the background to plain grey. ++# Set the background to cyan (Gentoo version change). + # The standard X background is nasty, causing moire effects and exploding + # people's heads. We use colours from the standard KDE palette for those with + # palettised displays. + +-test "$XDM_MANAGED" || bkg="-solid #C0C0C0" ++test "$XDM_MANAGED" || bkg="-solid #5477A0" + xsetroot -cursor_name left_ptr $bkg + + # The user's personal KDE directory is usually ~/.kde, but this setting +@@ -140,7 +162,11 @@ + fi + + # the splashscreen and progress indicator +-ksplash ++if [ -n "$KSPLASH" ]; then ++ $KSPLASH ++else ++ ksplash ++fi + + # We set LD_BIND_NOW to increase the efficiency of kdeinit. + # kdeinit unsets this variable before loading applications. diff --git a/kde-base/kdebase/files/digest-kdebase-3.1.1 b/kde-base/kdebase/files/digest-kdebase-3.1.1 new file mode 100644 index 000000000000..0247e6c7799e --- /dev/null +++ b/kde-base/kdebase/files/digest-kdebase-3.1.1 @@ -0,0 +1 @@ +MD5 f360add935d13be629b43a2a280b759f kdebase-3.1.1.tar.bz2 14917696 diff --git a/kde-base/kdebase/kdebase-3.1.1.ebuild b/kde-base/kdebase/kdebase-3.1.1.ebuild new file mode 100644 index 000000000000..0e0bd399dcda --- /dev/null +++ b/kde-base/kdebase/kdebase-3.1.1.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes 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" +# 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" +use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" + +src_compile() { + kde_src_compile myconf configure + kde_remove_flag kdm/kfrontend -fomit-frame-pointer + 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 +} diff --git a/kde-base/kdebindings/ChangeLog b/kde-base/kdebindings/ChangeLog index b08438e357a9..bb7ca15f7ef3 100644 --- a/kde-base/kdebindings/ChangeLog +++ b/kde-base/kdebindings/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdebindings # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/ChangeLog,v 1.28 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/ChangeLog,v 1.29 2003/03/14 19:14:09 hannes Exp $ + +*kdebindings-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdebindings-3.1.1.ebuild: + version bump *kdebindings-3.1 (21 Jan 2003) diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.1.1 b/kde-base/kdebindings/files/digest-kdebindings-3.1.1 new file mode 100644 index 000000000000..7a3eeb14a67c --- /dev/null +++ b/kde-base/kdebindings/files/digest-kdebindings-3.1.1 @@ -0,0 +1 @@ +MD5 59895bccedc0a72638d1e0c44295b161 kdebindings-3.1.1.tar.bz2 6117052 diff --git a/kde-base/kdebindings/kdebindings-3.1.1.ebuild b/kde-base/kdebindings/kdebindings-3.1.1.ebuild new file mode 100644 index 000000000000..eb606e5df5cc --- /dev/null +++ b/kde-base/kdebindings/kdebindings-3.1.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +# TODO: add gnustep, objc bindings +inherit kde-dist + +IUSE="mozilla java python" +DESCRIPTION="KDE library bindings for languages other than c++" +KEYWORDS="x86 ~sparc ~alpha" + +newdepend "~kde-base/kdebase-${PV} + =x11-libs/gtk+-1.2* + dev-lang/perl + python? ( dev-lang/python ) + java? ( virtual/jdk ) + =dev-libs/glib-1.2* + ~kde-base/kdenetwork-${PV} + mozilla? ( net-www/mozilla )" + +use python || myconf="$myconf --without-python" +use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" + +# obj bindings are officially broken +#myconf="$myconf --enable-objc" + +# we need to have csant (from pnet, from portable.NET) in portage for qtsharp +export DO_NOT_COMPILE="$DO_NOT_COMPILE qtsharp" + +export LIBPYTHON="`python-config`" + +# fix bug #14756 fex. Doesn't compile well with -j2. +export MAKEOPTS="$MAKEOPTS -j1" + +src_unpack() +{ + kde_src_unpack + + if [ -z "`use mozilla`" ]; then + # disable mozilla bindings/xpart, because configure doesn't seem to do so + # even when it doesn't detect the mozilla headers + cd ${S}/xparts + cp Makefile.am Makefile.am.orig + sed -e 's:mozilla::' Makefile.am.orig > Makefile.am + fi +} + diff --git a/kde-base/kdeedu/ChangeLog b/kde-base/kdeedu/ChangeLog index ae136783eefd..f827ca65cab6 100644 --- a/kde-base/kdeedu/ChangeLog +++ b/kde-base/kdeedu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeedu # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/ChangeLog,v 1.28 2003/03/08 14:36:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/ChangeLog,v 1.29 2003/03/14 19:14:09 hannes Exp $ + +*kdeedu-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdeedu-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdeedu-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdeedu/files/digest-kdeedu-3.1.1 b/kde-base/kdeedu/files/digest-kdeedu-3.1.1 new file mode 100644 index 000000000000..63fc4d6032c6 --- /dev/null +++ b/kde-base/kdeedu/files/digest-kdeedu-3.1.1 @@ -0,0 +1 @@ +MD5 6520da39109c5919437ac3c914342658 kdeedu-3.1.1.tar.bz2 19968353 diff --git a/kde-base/kdeedu/kdeedu-3.1.1.ebuild b/kde-base/kdeedu/kdeedu-3.1.1.ebuild new file mode 100644 index 000000000000..b74ab6f30a80 --- /dev/null +++ b/kde-base/kdeedu/kdeedu-3.1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist flag-o-matic + +IUSE="" +DESCRIPTION="KDE educational apps" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +if [ "`gcc -dumpversion`" == "2.95.3" ]; then + filter-flags "-fomit-frame-pointer" +fi diff --git a/kde-base/kdegames/ChangeLog b/kde-base/kdegames/ChangeLog index 9b26da8b4d9a..1b18aab103ca 100644 --- a/kde-base/kdegames/ChangeLog +++ b/kde-base/kdegames/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdegames # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/ChangeLog,v 1.27 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/ChangeLog,v 1.28 2003/03/14 19:14:09 hannes Exp $ + +*kdegames-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdegames-3.1.1.ebuild: + version bump *kdegames-3.1 (01 Feb 2003) diff --git a/kde-base/kdegames/files/digest-kdegames-3.1.1 b/kde-base/kdegames/files/digest-kdegames-3.1.1 new file mode 100644 index 000000000000..db79f722c28f --- /dev/null +++ b/kde-base/kdegames/files/digest-kdegames-3.1.1 @@ -0,0 +1 @@ +MD5 c7af6a8961bf94257d2d8a319e464693 kdegames-3.1.1.tar.bz2 8346757 diff --git a/kde-base/kdegames/kdegames-3.1.1.ebuild b/kde-base/kdegames/kdegames-3.1.1.ebuild new file mode 100644 index 000000000000..2aa327062602 --- /dev/null +++ b/kde-base/kdegames/kdegames-3.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/kdegames-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist eutils + +DESCRIPTION="KDE games (solitaire :-)" +IUSE="" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +src_unpack() { + kde_src_unpack + if [ ${ARCH} == "alpha" ] ; then + einfo "Not building kmines due to linking problems on alpha" + cd ${S} + cp subdirs subdirs.orig + grep -v kmines subdirs.orig > subdirs + fi +} + +src_compile() { + kde_src_compile myconf configure + if [ ${ARCH} == "alpha" ] ; then + # ksirtet dies without kmines' libkdehighscores, so we have to build it + # manually if we want ksirtet. Which we do. Everyone loves tetris! + # But first, build libkdegames, since libkdehighscores depends on it. + cd ${S}/libkdegames + emake || die "died trying to build libkdegames" + cd ../kmines/generic + emake || die "died trying to build kmines/generic/libkdehighscores.la" + fi + kde_src_compile make +} diff --git a/kde-base/kdegraphics/ChangeLog b/kde-base/kdegraphics/ChangeLog index 8c3482352b8e..18c435e6a9c3 100644 --- a/kde-base/kdegraphics/ChangeLog +++ b/kde-base/kdegraphics/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdegraphics # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.35 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.36 2003/03/14 19:14:09 hannes Exp $ + +*kdegraphics-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdegraphics-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdegraphics-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.1.1 b/kde-base/kdegraphics/files/digest-kdegraphics-3.1.1 new file mode 100644 index 000000000000..6fec73a30ef1 --- /dev/null +++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.1.1 @@ -0,0 +1 @@ +MD5 c417474e1aa6b7efd9a0233fee81cf71 kdegraphics-3.1.1.tar.bz2 4535382 diff --git a/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild b/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild new file mode 100644 index 000000000000..8dc4b258a4d4 --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist + +IUSE="gphoto tetex scanner" +DESCRIPTION="KDE graphics-related apps" + +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 ) + dev-lang/perl + scanner? ( media-gfx/sane-backends ) + tetex? ( >=app-text/tetex-1.0.7 ) + media-libs/imlib + app-text/ghostscript + virtual/glut virtual/opengl + media-libs/tiff + !media-gfx/kpovmodeler" # kpovmodeler's old separate ebuild +# x86? ( scanner? sys-libs/libieee1284 ) + +RDEPEND="$RDEPEND app-text/xpdf" + +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" + +use scanner || KDE_REMOVE_DIR="kooka libkscan" + +myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" + diff --git a/kde-base/kdelibs/ChangeLog b/kde-base/kdelibs/ChangeLog index 043d396be9b1..dfdc3ef3eb93 100644 --- a/kde-base/kdelibs/ChangeLog +++ b/kde-base/kdelibs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kdelibs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.62 2003/03/11 13:32:58 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.63 2003/03/14 19:14:09 hannes Exp $ + +*kdelibs-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1.1.ebuild, + files/kdelibs-3.1.1-kjs-alphaev6-gcc3-workaround.patch, + files/kdelibs-3.1.1-zip.diff: + version bump *kdelibs-3.1-r3 (11 Mar 2003) diff --git a/kde-base/kdelibs/files/digest-kdelibs-3.1.1 b/kde-base/kdelibs/files/digest-kdelibs-3.1.1 new file mode 100644 index 000000000000..bc63cdc312e6 --- /dev/null +++ b/kde-base/kdelibs/files/digest-kdelibs-3.1.1 @@ -0,0 +1 @@ +MD5 15eb9412c589126844b277b9e80cfffc kdelibs-3.1.1.tar.bz2 10313173 diff --git a/kde-base/kdelibs/files/kdelibs-3.1.1-kjs-alphaev6-gcc3-workaround.patch b/kde-base/kdelibs/files/kdelibs-3.1.1-kjs-alphaev6-gcc3-workaround.patch new file mode 100644 index 000000000000..930776d23a51 --- /dev/null +++ b/kde-base/kdelibs/files/kdelibs-3.1.1-kjs-alphaev6-gcc3-workaround.patch @@ -0,0 +1,19 @@ +--- kjs/ustring.cpp.orig 2003-01-23 15:49:49.000000000 -0500 ++++ kjs/ustring.cpp 2003-01-27 19:49:00.000000000 -0500 +@@ -421,8 +421,15 @@ + { + double d = toDouble(); + bool b = true; ++ /* useless temporary variable to work around gcc optimization bug */ ++ bool nan = false; + +- if (isNaN(d) || d != static_cast<unsigned long>(d)) { ++ if (isNaN(d)) { ++ d = 0; ++ nan = true; ++ } ++ ++ if (nan || d != static_cast<unsigned long>(d)) { + b = false; + d = 0; + } diff --git a/kde-base/kdelibs/files/kdelibs-3.1.1-zip.diff b/kde-base/kdelibs/files/kdelibs-3.1.1-zip.diff new file mode 100644 index 000000000000..e63c14fd79ae --- /dev/null +++ b/kde-base/kdelibs/files/kdelibs-3.1.1-zip.diff @@ -0,0 +1,61 @@ +diff -u -r kio/kio/kzip.cpp kio/kio/kzip.cpp +--- kio/kio/kzip.cpp 2003-01-03 02:58:47.000000000 -0200 ++++ kio/kio/kzip.cpp 2003-01-29 22:16:15.000000000 -0200 +@@ -332,27 +332,43 @@ + + KArchiveEntry* entry; + if ( isdir ) +- entry = new KArchiveDirectory( this, entryName, access, time, rootDir()->user(), rootDir()->group(), QString::null ); ++ { ++ QString path = QDir::cleanDirPath( name.left( pos ) ); ++ KArchiveEntry* ent = rootDir()->entry( path ); ++ if ( ent && ent->isDirectory() ) ++ { ++ //kdDebug(7040) << "Directory already exists, NOT going to add it again" << endl; ++ entry = 0L; ++ } ++ else ++ { ++ entry = new KArchiveDirectory( this, entryName, access, time, rootDir()->user(), rootDir()->group(), QString::null ); ++ //kdDebug(7040) << "KArchiveDirectory created, entryName= " << entryName << ", name=" << name << endl; ++ } ++ } + else + { + entry = new KZipFileEntry( this, entryName, access, time, rootDir()->user(), rootDir()->group(), QString::null, +- name, dataoffset, ucsize, cmethod, csize ); ++ name, dataoffset, ucsize, cmethod, csize ); + static_cast<KZipFileEntry *>(entry)->setHeaderStart( localheaderoffset ); +- //kdDebug(7040) << "KZipFileEntry created" << endl; ++ //kdDebug(7040) << "KZipFileEntry created, entryName= " << entryName << ", name=" << name << endl; + d->m_fileList.append( static_cast<KZipFileEntry *>( entry ) ); + } + +- if ( pos == -1 ) +- { +- rootDir()->addEntry(entry); +- } +- else +- { +- // In some tar files we can find dir/./file => call cleanDirPath +- QString path = QDir::cleanDirPath( name.left( pos ) ); +- // Ensure container directory exists, create otherwise +- KArchiveDirectory * tdir = findOrCreate( path ); +- tdir->addEntry(entry); ++ if ( entry ) ++ { ++ if ( pos == -1 ) ++ { ++ rootDir()->addEntry(entry); ++ } ++ else ++ { ++ // In some tar files we can find dir/./file => call cleanDirPath ++ QString path = QDir::cleanDirPath( name.left( pos ) ); ++ // Ensure container directory exists, create otherwise ++ KArchiveDirectory * tdir = findOrCreate( path ); ++ tdir->addEntry(entry); ++ } + } + + //calculate offset to next entry diff --git a/kde-base/kdelibs/kdelibs-3.1.1.ebuild b/kde-base/kdelibs/kdelibs-3.1.1.ebuild new file mode 100644 index 000000000000..e199e9530a17 --- /dev/null +++ b/kde-base/kdelibs/kdelibs-3.1.1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde kde.org +#don't inherit kde-base or kde-dist! it calls need-kde which adds kdelibs to depend! + +IUSE="alsa cups ipv6 ssl" +DESCRIPTION="KDE libraries needed by all kde programs" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +HOMEPAGE="http//www.kde.org/" +SLOT="3.1" +LICENSE="GPL-2 LGPL-2" + +PATCHES="${FILESDIR}/${P}-zip.diff" + +# 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 "dev-lang/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 >=media-sound/alsa-driver-0.5.9 ) + cups? ( >=net-print/cups-1.1.14 ) + >=media-libs/tiff-3.5.5 + app-admin/fam-oss + app-text/ghostscript + ~kde-base/arts-1.1.1" # this arts rev is part of the same fix + +newdepend "/c" +newdepend "/autotools" + +RDEPEND="$RDEPEND + app-text/sgml-common + cups? ( net-print/cups ) + dev-lang/python + >=sys-apps/portage-2.0.36" # for #7359 + +myconf="$myconf --with-distribution=Gentoo --enable-libfam --enable-dnotify" +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 x86 && myconf="$myconf --enable-fast-malloc=full" + +qtver-from-kdever ${PV} +need-qt $selected_version + +set-kdedir $PV + +src_unpack() { + kde_src_unpack + kde_sandbox_patch ${S}/kio/misc/kpac + use alpha && cd ${S} && epatch ${FILESDIR}/${P}-kjs-alphaev6-gcc3-workaround.patch +} + +src_install() { + kde_src_install + dohtml *.html + + # kdelibs-apidocs is provided by kdelibs-apidocs ebuild, kdelibs ebuild + # shouldn't install anything into kdelibs-apidocs (bug #15102) + rm -r ${D}/$KDEDIR/share/doc/HTML/en/kdelibs-apidocs +} + +pkg_postinst() { + einfo "If you have kde 3.0.x installed, please upgrade to kdeils-3.0.5a-r2 and kdebase-3.0.5a-r1. + If they don't have your arch's keywords, edit /etc/env.d/65kdelibs-3.0.*, remove the KDEDIRS= + line and env-update." +} diff --git a/kde-base/kdemultimedia/ChangeLog b/kde-base/kdemultimedia/ChangeLog index e0d034396b25..8aca60b1c3db 100644 --- a/kde-base/kdemultimedia/ChangeLog +++ b/kde-base/kdemultimedia/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kdemultimedia # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.37 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.38 2003/03/14 19:14:09 hannes Exp $ + +*kdemultimedia-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdemultimedia-3.1.1.ebuild, + files/kdemultimedia-3.1.1-gentoo-timidity.diff, + files/kdemultimedia-3.1.1-ln-sf.diff: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdemultimedia-3.1.ebuild, kdemultimedia-3.1-r1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdemultimedia/files/digest-kdemultimedia-3.1.1 b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.1.1 new file mode 100644 index 000000000000..ab08057313ef --- /dev/null +++ b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.1.1 @@ -0,0 +1 @@ +MD5 bdd53d23d13adf2419554e995417178e kdemultimedia-3.1.1.tar.bz2 5874375 diff --git a/kde-base/kdemultimedia/files/kdemultimedia-3.1.1-gentoo-timidity.diff b/kde-base/kdemultimedia/files/kdemultimedia-3.1.1-gentoo-timidity.diff new file mode 100644 index 000000000000..f392a244212e --- /dev/null +++ b/kde-base/kdemultimedia/files/kdemultimedia-3.1.1-gentoo-timidity.diff @@ -0,0 +1,21 @@ +diff -ru kdemultimedia-2.2.1.orig/kmidi/TIMIDITY/motif_p.c kdemultimedia-2.2.1/kmidi/TIMIDITY/motif_p.c +--- kmidi/TIMIDITY/motif_p.c Mon Feb 28 19:07:37 2000 ++++ kmidi/TIMIDITY/motif_p.c Fri Oct 19 04:00:10 2001 +@@ -22,6 +22,7 @@ + pipe communication between motif interface and sound generator + + */ ++#include <sys/errno.h> + #ifdef IA_MOTIF + + #include <stdio.h> +--- kmidi/TIMIDITY/tk_c.c 2002-04-04 21:15:35.000000000 -0600 ++++ kmidi/TIMIDITY/tk_c.c 2002-04-04 21:17:06.000000000 -0600 +@@ -12,6 +12,7 @@ + *================================================================*/ + #ifdef TCLTK + ++#include <sys/errno.h> + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> diff --git a/kde-base/kdemultimedia/files/kdemultimedia-3.1.1-ln-sf.diff b/kde-base/kdemultimedia/files/kdemultimedia-3.1.1-ln-sf.diff new file mode 100644 index 000000000000..ee6daa91f3dc --- /dev/null +++ b/kde-base/kdemultimedia/files/kdemultimedia-3.1.1-ln-sf.diff @@ -0,0 +1,29 @@ +--- kmidi/TIMIDITY/makelinks Sat Aug 24 11:36:27 2002 ++++ kmidi/TIMIDITY/makelinks Sat Aug 24 11:36:15 2002 +@@ -3,7 +3,7 @@ srcdir=$1 + for header in common config controls ctl effects filter instrum mix \ + output playmidi readmidi resample sbk sflayer tables \ + version ; do +- if [ ! -h ${header}.h ]; then ln -s ${srcdir}/${header}.h . ; fi ++ if [ ! -h ${header}.h ]; then ln -sf ${srcdir}/${header}.h . ; fi + done + + for cfile in alsa_a arts_a b_out bag bsd20_a celeste_e chorus_e \ +@@ -13,14 +13,14 @@ for cfile in alsa_a arts_a b_out bag bsd + playmidi raw_a readmidi readsbk resample resample_f \ + resample_l reverb_e sbktext sf2cfg slang_c sndfont \ + sun_a tables timidity wav2pat wave_a ; do +- if [ ! -h ${cfile}.c ]; then ln -s ${srcdir}/${cfile}.cpp ${cfile}.c ; fi ++ if [ ! -h ${cfile}.c ]; then ln -sf ${srcdir}/${cfile}.cpp ${cfile}.c ; fi + done + + for lfile in cfg ; do +- if [ ! -h ${lfile}.l ]; then ln -s ${srcdir}/${lfile}.l . ; fi ++ if [ ! -h ${lfile}.l ]; then ln -sf ${srcdir}/${lfile}.l . ; fi + done + + # LEAVE THIS ONE AT THE END!! + for other in BITMAPS ; do +- if [ ! -h ${other} ]; then ln -s ${srcdir}/${other} . ; fi ++ if [ ! -h ${other} ]; then ln -sf ${srcdir}/${other} . ; fi + done diff --git a/kde-base/kdemultimedia/kdemultimedia-3.1.1.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.1.1.ebuild new file mode 100644 index 000000000000..6eca8b3cdaaf --- /dev/null +++ b/kde-base/kdemultimedia/kdemultimedia-3.1.1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist flag-o-matic + +IUSE="nas esd motif slang tcltk oggvorbis cdr" +DESCRIPTION="KDE multimedia apps: noatun, kscd, artsbuilder..." +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +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? ( virtual/motif ) + slang? ( >=sys-libs/slang-1.4.4 ) + >=media-sound/mpg123-0.59r + tcltk? ( >=dev-lang/tk-8.0.5-r2 ) + >=dev-libs/glib-1.3.3 + oggvorbis? ( media-libs/libvorbis )" + #>=media-libs/xine-lib-0.9.14" # not yet available + #gtk? ( =x11-libs/gtk+-1.2* ) +# alsa? ( >=media-libs/alsa-lib-0.5.9 )" + +RDEPEND="$RDEPEND + cdr? ( app-cdr/cdrtools + >=app-cdr/cdrdao-1.1.5 )" + +replace-flags "-O3" "-O2" + +myaudio="--enable-audio=oss" +myinterface="--enable-interface=xaw,ncurses" +myconf="$myconf --enable-xaw --enable-ncurses" +#myconf="$myconf --with-xine-prefix=/usr" + +# make -j2 fails, at least on ppc +export MAKEOPTS="$MAKEOPTS -j1" + +PATCHES="$FILESDIR/$P-gentoo-timidity.diff + $FILESDIR/$P-ln-sf.diff" + +# alsa 0.9 not supported +#use alsa && myconf="$myconf --with-alsa --with-arts-alsa" && myaudio="$myaudio,alsa" || myconf="$myconf --without-alsa --disable-alsa" +use nas && myaudio="$myaudio,nas --with-nas-library=/usr/X11R6/lib/libaudio.so --with-nas-includes=/usr/X11R6/include" || myconf="$myconf --disable-nas" +use esd && myaudio="$myaudio,esd" || myconf="$myconf --disable-esd" +use motif && myinterface="$myinterface,motif" && myconf="$myconf --enable-motif" +# kmidi/TIMIDITY miscompiles with gtk +#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" +use oggvorbis && myconf="$myconf --with-vorbis=/usr" || myconf="$myconf --without-vorbis" + +use cdr || KDE_REMOVE_DIR="kaudiocreator" + +# xine doesn't compile yet +# also turn off kaudiocreator if cdr isn't in use +KDE_REMOVE_DIR="xine_artsplugin" +[ -z "`use cdr`" ] && KDE_REMOVE_DIR="$KDE_REMOVE_DIR kaudiocreator" + +myconf="$myconf $myaudio $myinterface" + +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 +} diff --git a/kde-base/kdenetwork/ChangeLog b/kde-base/kdenetwork/ChangeLog index 8a5af674c4a8..2d7335fae460 100644 --- a/kde-base/kdenetwork/ChangeLog +++ b/kde-base/kdenetwork/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdenetwork # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.31 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.32 2003/03/14 19:14:09 hannes Exp $ + +*kdenetwork-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdenetwork-3.1.1.ebuild: + version bump 28 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdenetwork-3.1.ebuild, files/kdenetwork-3.1-libxml2-2.5.2.diff: fix for >=libxml2-2.5.2, bug diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.1.1 b/kde-base/kdenetwork/files/digest-kdenetwork-3.1.1 new file mode 100644 index 000000000000..c9621f46a951 --- /dev/null +++ b/kde-base/kdenetwork/files/digest-kdenetwork-3.1.1 @@ -0,0 +1 @@ +MD5 d981fa1114d06256230bed4a4b948766 kdenetwork-3.1.1.tar.bz2 4962697 diff --git a/kde-base/kdenetwork/kdenetwork-3.1.1.ebuild b/kde-base/kdenetwork/kdenetwork-3.1.1.ebuild new file mode 100644 index 000000000000..c1d942670cf5 --- /dev/null +++ b/kde-base/kdenetwork/kdenetwork-3.1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE network apps: kmail, kppp, knode..." +KEYWORDS="x86 ~ppc ~sparc ~alpha" +newdepend "~kde-base/kdebase-${PV}" + +src_install() { + kde_src_install + + chmod +s ${D}/${KDEDIR}/bin/reslisa + + # empty config file needed for lisa to work with default settings + 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 + chmod +x ${D}/etc/init.d/* + + insinto /etc/conf.d + newins ${FILESDIR}/lisa.conf lisa + newins ${FILESDIR}/reslisa.conf reslisa +} diff --git a/kde-base/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog index 4e5212e616e2..13914c7f9374 100644 --- a/kde-base/kdepim/ChangeLog +++ b/kde-base/kdepim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.30 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.31 2003/03/14 19:14:09 hannes Exp $ + +*kdepim-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdepim-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdepim-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdepim/files/digest-kdepim-3.1.1 b/kde-base/kdepim/files/digest-kdepim-3.1.1 new file mode 100644 index 000000000000..a93249469113 --- /dev/null +++ b/kde-base/kdepim/files/digest-kdepim-3.1.1 @@ -0,0 +1 @@ +MD5 482a24da0eae33a053ec656f9e50083e kdepim-3.1.1.tar.bz2 3218417 diff --git a/kde-base/kdepim/kdepim-3.1.1.ebuild b/kde-base/kdepim/kdepim-3.1.1.ebuild new file mode 100644 index 000000000000..880dd2f5c5ec --- /dev/null +++ b/kde-base/kdepim/kdepim-3.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist + +IUSE="pda" +DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer..." +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "pda? ( >=dev-libs/pilot-link-0.11.1-r1 ) + dev-lang/perl + ~kde-base/kdebase-$PV + ~kde-base/kdenetwork-$PV" # mimelib is needed for support of some stuff with exchange servers + +use pda && myconf="$myconf --with-extra-includes=/usr/include/libpisock" + +# reported by doctomoe on ppc +MAKEOPTS="$MAKEOPTS -j1" + +src_install() { + kde_src_install + docinto html + dodoc *.html +} diff --git a/kde-base/kdesdk/ChangeLog b/kde-base/kdesdk/ChangeLog index d37d78ece2b3..98ddb7eb83ac 100644 --- a/kde-base/kdesdk/ChangeLog +++ b/kde-base/kdesdk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdesdk # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/ChangeLog,v 1.19 2003/02/12 17:47:26 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/ChangeLog,v 1.20 2003/03/14 19:14:09 hannes Exp $ + +*kdesdk-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdesdk-3.1.1.ebuild: + version bump 12 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdesdk-2.2.2.ebuild, kdesdk-3.0.2.ebuild, kdesdk-3.0.3.ebuild, kdesdk-3.1_rc6.ebuild: diff --git a/kde-base/kdesdk/files/digest-kdesdk-3.1.1 b/kde-base/kdesdk/files/digest-kdesdk-3.1.1 new file mode 100644 index 000000000000..a4e9f2f9e3c8 --- /dev/null +++ b/kde-base/kdesdk/files/digest-kdesdk-3.1.1 @@ -0,0 +1 @@ +MD5 5420cbc818466f79ee19142cb30324bb kdesdk-3.1.1.tar.bz2 2143726 diff --git a/kde-base/kdesdk/kdesdk-3.1.1.ebuild b/kde-base/kdesdk/kdesdk-3.1.1.ebuild new file mode 100644 index 000000000000..d81417798418 --- /dev/null +++ b/kde-base/kdesdk/kdesdk-3.1.1.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE SDK: kbabel, ..." +KEYWORDS="x86 ~sparc" diff --git a/kde-base/kdetoys/ChangeLog b/kde-base/kdetoys/ChangeLog index 99114be19ca3..cb36643aa473 100644 --- a/kde-base/kdetoys/ChangeLog +++ b/kde-base/kdetoys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdetoys # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/ChangeLog,v 1.23 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/ChangeLog,v 1.24 2003/03/14 19:14:09 hannes Exp $ + +*kdetoys-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdetoys-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdetoys-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdetoys/files/digest-kdetoys-3.1.1 b/kde-base/kdetoys/files/digest-kdetoys-3.1.1 new file mode 100644 index 000000000000..0725dea66bc3 --- /dev/null +++ b/kde-base/kdetoys/files/digest-kdetoys-3.1.1 @@ -0,0 +1 @@ +MD5 cb234ac58f12d1fbf88bc38c94f9616e kdetoys-3.1.1.tar.bz2 1828230 diff --git a/kde-base/kdetoys/kdetoys-3.1.1.ebuild b/kde-base/kdetoys/kdetoys-3.1.1.ebuild new file mode 100644 index 000000000000..2d716d18b02c --- /dev/null +++ b/kde-base/kdetoys/kdetoys-3.1.1.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE toys" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + diff --git a/kde-base/kdeutils/ChangeLog b/kde-base/kdeutils/ChangeLog index f6697fc9dc31..7952954f7f21 100644 --- a/kde-base/kdeutils/ChangeLog +++ b/kde-base/kdeutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.23 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.24 2003/03/14 19:14:09 hannes Exp $ + +*kdeutils-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdeutils-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdeutils-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdeutils/files/digest-kdeutils-3.1.1 b/kde-base/kdeutils/files/digest-kdeutils-3.1.1 new file mode 100644 index 000000000000..8084d9ca6217 --- /dev/null +++ b/kde-base/kdeutils/files/digest-kdeutils-3.1.1 @@ -0,0 +1 @@ +MD5 fd2fef424ffb3de13e4fc8d55b995b73 kdeutils-3.1.1.tar.bz2 1372307 diff --git a/kde-base/kdeutils/kdeutils-3.1.1.ebuild b/kde-base/kdeutils/kdeutils-3.1.1.ebuild new file mode 100644 index 000000000000..7167957c1632 --- /dev/null +++ b/kde-base/kdeutils/kdeutils-3.1.1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE utilities" + +#RDEPEND="$RDEPEND app-admin/dosfstools" # for kfloppy +KEYWORDS="x86 ~ppc ~sparc ~alpha" |