summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorskrll <skrll>2003-02-04 18:06:48 +0000
committerskrll <skrll>2003-02-04 18:06:48 +0000
commit80a040e1610a52f9e7ac5419f94f1e9919d1031a (patch)
tree7cf27c52c05c87cb0f2d3c35f692c0ad08d158bf /x11/kdebase3
parentdc31f3f99d81aee9e3bb25c4b474059982d00309 (diff)
downloadpkgsrc-80a040e1610a52f9e7ac5419f94f1e9919d1031a.tar.gz
Update qt to 3.0.7 - the final maintenance release of qt 3.0.
Lots of bugfixes including one for the ListView expansion problem. Fix kwin in kdebase after a QT global was renamed.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile4
-rw-r--r--x11/kdebase3/distinfo3
-rw-r--r--x11/kdebase3/patches/patch-es22
3 files changed, 26 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 071f180b4d2..7ea85504faf 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2003/01/28 22:04:35 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2003/02/04 18:06:50 skrll Exp $
DISTNAME= kdebase-3.0.5a
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo
index fe1e0307cf2..469601d4cb2 100644
--- a/x11/kdebase3/distinfo
+++ b/x11/kdebase3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2003/01/31 11:43:32 skrll Exp $
+$NetBSD: distinfo,v 1.19 2003/02/04 18:06:50 skrll Exp $
SHA1 (kdebase-3.0.5a.tar.bz2) = 8d30538e4d84f805bffcd0eb6583f2fee5ce2da1
Size (kdebase-3.0.5a.tar.bz2) = 13117676 bytes
@@ -106,3 +106,4 @@ SHA1 (patch-eo) = d62ed8023ced4637a874b8c5ee3fcd8cac49a3e1
SHA1 (patch-ep) = 77d65151a6e74adcfc1143ced2cb393d08029b2c
SHA1 (patch-eq) = e83191cdc198b4e36cc50cbd14adbe4c3c7e9e8a
SHA1 (patch-er) = 5f385cb7708287d711ddea17518b4a2284e0b2fc
+SHA1 (patch-es) = 4d0b2012db5db034cbcbca394dfa66250f5556aa
diff --git a/x11/kdebase3/patches/patch-es b/x11/kdebase3/patches/patch-es
new file mode 100644
index 00000000000..a11d20fb288
--- /dev/null
+++ b/x11/kdebase3/patches/patch-es
@@ -0,0 +1,22 @@
+$NetBSD: patch-es,v 1.4 2003/02/04 18:06:50 skrll Exp $
+
+--- kwin/client.cpp.orig Mon Jun 24 12:57:29 2002
++++ kwin/client.cpp
+@@ -104,7 +104,7 @@ public:
+
+ extern Atom qt_wm_state;
+ extern Time qt_x_time;
+-extern Atom qt_window_role;
++extern Atom qt_wm_window_role;
+ extern Atom qt_sm_client_id;
+
+ static int nullErrorHandler(Display *, XErrorEvent *)
+@@ -2775,7 +2775,7 @@ static QCString getStringProperty(WId w,
+ */
+ QCString Client::staticWindowRole(WId w)
+ {
+- return getStringProperty(w, qt_window_role);
++ return getStringProperty(w, qt_wm_window_role);
+ }
+
+ /*!