diff options
author | skrll <skrll@pkgsrc.org> | 2001-10-15 22:45:55 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-10-15 22:45:55 +0000 |
commit | a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3 (patch) | |
tree | 49e414584e7255669c95e2837a22f79f3eb9d507 /x11/kde2 | |
parent | 0fd50d6c14cb246a43399f14bb57be000010fcc8 (diff) | |
download | pkgsrc-a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3.tar.gz |
Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are
http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html
Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
Diffstat (limited to 'x11/kde2')
-rw-r--r-- | x11/kde2/Makefile | 20 | ||||
-rw-r--r-- | x11/kde2/Makefile.part1 | 13 |
2 files changed, 16 insertions, 17 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index 2ca4c4c5d13..68fcee20a50 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/09/07 14:27:13 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/15 22:46:20 skrll Exp $ # -DISTNAME= kde-2.1 +DISTNAME= kde-2.2.1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,14 +10,14 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeutils>=2.1:../../misc/kdeutils2 -DEPENDS+= kdenetwork>=2.1:../../net/kdenetwork2 -DEPENDS+= kdegraphics>=2.1:../../graphics/kdegraphics2 -DEPENDS+= kdegames>=2.1:../../games/kdegames2 -DEPENDS+= kdemultimedia>=2.1:../../audio/kdemultimedia2 -DEPENDS+= kdetoys>=2.1:../../games/kdetoys2 -DEPENDS+= kdepim>=2.1:../../misc/kdepim2 -DEPENDS+= kdeadmin>=2.1:../../misc/kdeadmin2 +DEPENDS+= kdeutils-2.2.1:../../misc/kdeutils2 +DEPENDS+= kdenetwork-2.2.1:../../net/kdenetwork2 +DEPENDS+= kdegraphics-2.2.1:../../graphics/kdegraphics2 +DEPENDS+= kdegames-2.2.1:../../games/kdegames2 +DEPENDS+= kdemultimedia-2.2.1:../../audio/kdemultimedia2 +DEPENDS+= kdetoys-2.2.1:../../games/kdetoys2 +DEPENDS+= kdepim-2.2.1:../../misc/kdepim2 +DEPENDS+= kdeadmin-2.2.1:../../misc/kdeadmin2 USE_X11BASE= yes EXTRACT_ONLY= # empty diff --git a/x11/kde2/Makefile.part1 b/x11/kde2/Makefile.part1 index 56176d0c48c..3352fe70243 100644 --- a/x11/kde2/Makefile.part1 +++ b/x11/kde2/Makefile.part1 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.part1,v 1.3 2001/09/22 10:45:10 skrll Exp $ +# $NetBSD: Makefile.part1,v 1.4 2001/10/15 22:46:20 skrll Exp $ # -MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ \ - ftp://ftp.kde.org/pub/kde/stable/2.1.2/distribution/tar/generic/src/ \ - ftp://ftp.us.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ \ - ftp://ftp.de.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/2.2.1/src/ \ + ftp://ftp.us.kde.org/pub/kde/stable/2.2.1/src/ \ + ftp://ftp.de.kde.org/pub/kde/stable/2.2.1/src/ +EXTRACT_SUFX?= .tar.bz2 -MAINTAINER= skrll@netbsd.org +MAINTAINER?= skrll@netbsd.org HOMEPAGE?= http://www.kde.org/ |