diff options
author | markd <markd@pkgsrc.org> | 2009-10-11 08:13:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-10-11 08:13:38 +0000 |
commit | a6b9d9ece579a120d95e7c854d9fe2b883c39fbf (patch) | |
tree | 3484dd3c3c8aeb57e07bdda982aa9023e562d163 /meta-pkgs/kde4/Makefile.kde4 | |
parent | 26a2f0344c7466660d5fe824e0094de8921d1146 (diff) | |
download | pkgsrc-a6b9d9ece579a120d95e7c854d9fe2b883c39fbf.tar.gz |
Update KDE4 to 4.3.2
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
a number of bugs in effect plugins such as the famous coverswitch window
switcher
* The biggest number of bugs for this release has been fixed in KMail,
KDE's email client, making it more reliable and usable by correcting a
number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer
Diffstat (limited to 'meta-pkgs/kde4/Makefile.kde4')
-rw-r--r-- | meta-pkgs/kde4/Makefile.kde4 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-pkgs/kde4/Makefile.kde4 b/meta-pkgs/kde4/Makefile.kde4 index 7b4b568a8aa..98f0978c633 100644 --- a/meta-pkgs/kde4/Makefile.kde4 +++ b/meta-pkgs/kde4/Makefile.kde4 @@ -1,18 +1,19 @@ -# $NetBSD: Makefile.kde4,v 1.1.1.1 2009/10/02 21:43:12 markd Exp $ +# $NetBSD: Makefile.kde4,v 1.2 2009/10/11 08:13:38 markd Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE4-distributed packages (they all share common configure and build # settings). CATEGORIES+= kde -_KDE_VERSION= 4.3.1 -MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=4.3.1/src/kde-l10n/} -MASTER_SITES?= ${MASTER_SITE_KDE:=4.3.1/src/} +_KDE_VERSION= 4.3.2 +MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=4.3.2/src/kde-l10n/} +MASTER_SITES?= ${MASTER_SITE_KDE:=4.3.2/src/} EXTRACT_SUFX?= .tar.bz2 PKGNAME?= ${DISTNAME:S/-4/4-4/} MAINTAINER?= markd@NetBSD.org HOMEPAGE?= http://www.kde.org/ +LICENSE?= gnu-gpl-v2 AND gnu-lgpl-v2 BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 TOOLS_DEPENDS.cmake= cmake>=2.6.3:../../devel/cmake @@ -23,6 +24,8 @@ USE_CMAKE= yes CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _KDE_build +PKG_DESTDIR_SUPPORT= user-destdir + pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ ${MKDIR} ${WRKSRC}/_KDE_build |