diff options
author | markd <markd@pkgsrc.org> | 2005-07-30 11:10:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-07-30 11:10:08 +0000 |
commit | c0b4b2362ec8ffaaeed238a8ccc5d9fcc78edfcc (patch) | |
tree | 9107a83b7f3a08c301a34c59e428cc39891ad84c /x11 | |
parent | 8722ecd431405425608cc83981014582f4e3f385 (diff) | |
download | pkgsrc-c0b4b2362ec8ffaaeed238a8ccc5d9fcc78edfcc.tar.gz |
Update to KDE 3.4.2
Changes:
* Konsole: Make 'New Window' from tab bar popup menu work.
* Konsole: Fix inital tab too big with icon only.
* Konsole: Fix crashes when action/settings=false.
* Konsole: Fix Konsole doesn't save Encoding setting.
* Ksysguard: Fix a segmentation fault on Centrino Laptops with Linux
vanilla kernel 2.6
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 6 | ||||
-rw-r--r-- | x11/kdebase3/distinfo | 9 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-am | 13 |
3 files changed, 7 insertions, 21 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 3c62d2fc868..cdea14d6871 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2005/07/21 16:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2005/07/30 11:10:08 markd Exp $ DISTNAME= kdebase-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop @@ -79,7 +78,8 @@ PKG_SUGGESTED_OPTIONS= sasl .include "../../mk/bsd.options.mk" -BUILDLINK_DEPENDS.Xrandr+= Xrandr>=1.0 +BUILDLINK_DEPENDS.Xrandr+= Xrandr>=1.0 +BUILDLINK_DEPENDS.kdelibs+= kdelibs>=${_KDE_VERSION} .if !empty(PKG_OPTIONS:Msamba) .include "../../net/samba/buildlink3.mk" diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 250a11c5ad4..3495921c392 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.69 2005/06/16 01:11:04 markd Exp $ +$NetBSD: distinfo,v 1.70 2005/07/30 11:10:08 markd Exp $ -SHA1 (kdebase-3.4.1.tar.bz2) = 5533ceb91ea9cb01e9c5017d94ef00ec22403850 -RMD160 (kdebase-3.4.1.tar.bz2) = 1cf8837187beb045af8db6d4b2d48940372aeac4 -Size (kdebase-3.4.1.tar.bz2) = 22433034 bytes +SHA1 (kdebase-3.4.2.tar.bz2) = 6df0c7c576a112a4e32f9e2e2b0d271dcb201f71 +RMD160 (kdebase-3.4.2.tar.bz2) = bdb423ba3f95274cb20171a8e43482c5a09e804c +Size (kdebase-3.4.2.tar.bz2) = 22466433 bytes SHA1 (Daemon.png) = e77a42c644beecd66c4b95c0ae68c08c728a4e6d RMD160 (Daemon.png) = eb317dc7ac501ee03aac1276856eee14674e3da7 Size (Daemon.png) = 15725 bytes @@ -21,7 +21,6 @@ SHA1 (patch-ag) = 89f50ee8b328cd654aebf1da5424e87eb6b42628 SHA1 (patch-aj) = bedd17a5a04bff32e4441ed1750ae8ab5a4fa323 SHA1 (patch-ak) = df7ff2bf5ed6bb2442d49df1c277712712a7f966 SHA1 (patch-al) = 555384dc03ab59845e5794e081dd5d1a92e2959e -SHA1 (patch-am) = 78540db00c51c7516a51f51f531d41c68fe15954 SHA1 (patch-bb) = 4c85002b95661db18619283e50512f3ab131a0ba SHA1 (patch-bc) = c236cc8b3f9caebf2540425232f2d90ec66c70d1 SHA1 (patch-bx) = d58d16fd484fc0a46c1ae93267af19e73af6f990 diff --git a/x11/kdebase3/patches/patch-am b/x11/kdebase3/patches/patch-am deleted file mode 100644 index 79d3f8af6a1..00000000000 --- a/x11/kdebase3/patches/patch-am +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-am,v 1.14 2005/06/16 01:11:04 markd Exp $ - ---- kicker/taskbar/taskcontainer.cpp.orig 2005-05-24 00:14:10.000000000 +1200 -+++ kicker/taskbar/taskcontainer.cpp -@@ -805,7 +805,7 @@ void TaskContainer::performAction( TaskB - { - // activate next - ++it; -- if (it != itEnd) -+ if (it == itEnd) - { - it = m_filteredTasks.begin(); - } |