summaryrefslogtreecommitdiff
path: root/meta-pkgs/kde3
AgeCommit message (Collapse)AuthorFilesLines
2007-06-19Give Xinerama to KDE on non-native X11.joerg1-3/+4
2007-05-23Update to KDE 3.5.7markd2-20/+20
2007-02-28On NetBSD don't try to use PIE linking. Its not supported on NetBSDmarkd1-1/+5
and breaks things for macppc. Problem noted by Michael Lorenz.
2007-01-26Update KDE to 3.5.6markd3-22/+23
pkgsrc changes: move icon tree to ${PREFIX}/share/icons to conform to XDG.
2006-10-12Update to KDE 3.5.5markd2-20/+20
2006-08-02Update to KDE 3.5.4markd2-20/+20
2006-07-11Add "perl" to the list of required tools because the "dcopidlng"tron1-2/+2
utility (part of the "kdelibs" package) uses it.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-06-01Update to KDE 3.5.3markd2-20/+20
2006-04-12Move MASTER_SITE_KDE to mk/bsd.sites.mkmarkd1-19/+3
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to KDE 3.5.2.markd2-20/+19
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-02-02public.planetmirror.com.au -> ftp.planetmirror.com.aumarkd1-3/+3
from Murray Armfield in private email.
2006-01-31Update to KDE 3.5.1markd2-20/+19
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-1/+2
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen1-2/+1
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2005-12-11Update to KDE 3.5markd2-19/+19
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
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