summaryrefslogtreecommitdiff
path: root/meta-pkgs/kde3
AgeCommit message (Collapse)AuthorFilesLines
2005-10-13Update to KDE 3.4.3.markd2-19/+19
2005-07-30Update KDE to 3.4.2.markd2-19/+19
2005-06-19Correct path to ../../x11/kdelibs3.kristerw1-2/+2
2005-06-18Add explicit dependency on kdelibs so that "make update" does the rightmarkd1-1/+2
thing when a recent previous version of kde is already installed. (as seen in PR 30459)
2005-06-12KDE-3.x configure scripts use xmkmf to discover properties of thejlam1-2/+2
X11 distribution, so add USE_TOOLS+=imake. This addresses part of PR pkg/26744.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Update to KDE 3.4.1markd3-25/+18
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18Remove Linux work-around for bug noted in PR #25402 from artsreed1-1/+6
and koffice build. And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd. It helps with builds on Linux for kdegraphics3, libkipi, gwenview, kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux. (It was not needed for kile, but will be used.) Thank you, Torsten Harenberg for testing many packages such as kdenetwork, kdegames, kdepim, kdemultimedia. I still don't know what the correct fix is for PR #25402.
2005-04-27I really really did mean Solaris in that last commit. (Course I would domarkd1-2/+2
it just before going off net for a week)
2005-04-14Require at least gcc 3.3 when building on Solaris.markd1-1/+5
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-1/+2
2005-03-23Update to KDE 3.4markd2-19/+18
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-06$PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me.markd1-2/+3
2004-12-23Allow any PKGREVISION in dependencies. Bump PKGREVISION.markd1-14/+15
2004-12-10Update to kde 3.3.2.markd3-27/+20
changes are generally bug fixes including some security fixes. pkgsrc changes are a big PLIST cleanup and moving locale files to ${PKGLOCALEDIR}/locale/... rather than replicating the tree.
2004-11-28From KDE CVS, KDE_3_3_BRANCH:kleink1-2/+2
kdepim/korganizer/plugins/holidays/holidays.cpp 1.12.2.1: Backport of bug fixes for #84979 (crash on AMD64) [...] Bump version to kdepim-3.3.1nb2, and update the version required by the kde3 meta package.
2004-11-11Fix dependence on "kdepim3" package, bump package revision.tron1-2/+3
2004-11-11This file isn't used anymore.skrll1-11/+0
2004-10-23kdegraphics3 PKGREVISION bump.markd1-2/+2
2004-10-20Add a master site in Japan.taca1-1/+2
2004-10-13Update to KDE 3.3.1markd2-19/+18
2004-10-12Fix build of kde3 meta-package by requiring latest version ofseb1-2/+2
kdemultimedia3 package.
2004-10-06Fix dependences broken by package revision bump madness. Bump packagetron1-14/+15
revision of this package, too.
2004-09-19Make KDE depend on at least version 3.3.3nb1 of qt3-libs.markd1-2/+7
2004-08-21Fix download URLs. The KDE 3.3.0 release is a subdirectory called "3.3"tron1-16/+17
and not in "3.3.0".
2004-08-21Remove non-existing mirror "ftp.us.kde.org".tron1-2/+1
2004-08-21Replace non-existing "download.uk.kde.org" with "ftp.uk.kde.org".tron1-2/+2
2004-08-21Update to KDE 3.3.markd2-17/+17
2004-07-05Update comment to match reality.markd1-3/+2
2004-06-10update Makefile to 3.2.3markd1-15/+15
2004-06-10Update to kde 3.2.3.markd1-2/+2
2004-05-03Unused.wiz1-95/+0
2004-04-20Update to kde3.2.2markd3-18/+112
2004-04-05Belatedly bump PKGREVISIONs and dependencies for xvidcore major bumpwiz1-4/+4
during recent update (hi charles!).
2004-04-05Note quanta update, bump PKGREVISION.markd1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-15/+15
Buildlink files: RECOMMENDED version changed to current version.
2004-03-14kdegraphics3 pkgrevision bump.markd1-3/+3
2004-03-11Bump PKGREVISION due to xine-lib update to 1rc3a.jmmv1-2/+3
2004-03-10Take maintainership of kde3 and kdevelop.markd2-4/+4
2004-03-09Remove myself as maintainer.skrll2-4/+4
2004-03-09Update to KDE 3.2.1markd2-34/+33
2004-03-08Bump PKGREVISION and some dependancies due to changes done in thesejmmv1-12/+12
packages (addition of xdg-dirs>=1.1 as a dependancy).
2004-02-28Update kdeutils3 dependancy to version 3.2.0nb1. Bump PKGREVISION to 4.jmmv1-3/+3
2004-02-25Set "USE_LANGUAGES= c c++" here as all the kde packages need c++.markd1-1/+2
2004-02-22Set NO_MTREE, as this package installs no files.jmmv1-1/+2
2004-02-22No need to use buildlink.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09Update dependencies for kde3, for kdegraphics update.seb1-3/+3
Bump PKGREVISION.