summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-02-26 19:21:57 +0000
committerhubertf <hubertf>2001-02-26 19:21:57 +0000
commit563220c0bb4818285586edc6de96d29ce735c41b (patch)
tree9a987f0408950f484b4f2bfd4d8a6b35e370e038 /x11/kdebase
parente8e621f3f3e0e798be018791dcef97287f04e5a3 (diff)
downloadpkgsrc-563220c0bb4818285586edc6de96d29ce735c41b.tar.gz
When we alter installation pathes, alter them everywhere.
Now kcmkwm(sp?) finds the icons for the buttons etc., fixing PR 8841 by Juha-Matti Liukkonen <jml@cubical.fi>
Diffstat (limited to 'x11/kdebase')
-rw-r--r--x11/kdebase/files/patch-sum3
-rw-r--r--x11/kdebase/patches/patch-az22
2 files changed, 24 insertions, 1 deletions
diff --git a/x11/kdebase/files/patch-sum b/x11/kdebase/files/patch-sum
index 3d585d6bb11..09dd1ccbd5d 100644
--- a/x11/kdebase/files/patch-sum
+++ b/x11/kdebase/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.21 2000/04/03 11:01:57 drochner Exp $
+$NetBSD: patch-sum,v 1.22 2001/02/26 19:21:57 hubertf Exp $
MD5 (patch-aa) = 5fa253df5ddb8b2221b831b0839cac6f
MD5 (patch-ab) = ef622a6d305665152f61df7a12f534a6
@@ -25,3 +25,4 @@ MD5 (patch-av) = b73edd5f08e1805b3303bb95d801b5ce
MD5 (patch-aw) = a29f93d2ce056aee7afe3771fb1ffb3c
MD5 (patch-ax) = f4be5b79f43abbc6b97eac7c032352f4
MD5 (patch-ay) = 7d2602013ddbb3c7f7d2c53542a29c45
+MD5 (patch-az) = cad0fa5b3315bf0a01867deb3d863aa3
diff --git a/x11/kdebase/patches/patch-az b/x11/kdebase/patches/patch-az
new file mode 100644
index 00000000000..a62406ef2c3
--- /dev/null
+++ b/x11/kdebase/patches/patch-az
@@ -0,0 +1,22 @@
+$NetBSD: patch-az,v 1.1 2001/02/26 19:21:57 hubertf Exp $
+
+--- kcontrol/kwm/titlebar.cpp.orig Mon Feb 26 15:10:39 2001
++++ kcontrol/kwm/titlebar.cpp
+@@ -66,7 +66,7 @@
+ static QPixmap* loadIcon(const char* name)
+ {
+ QPixmap *result = new QPixmap;
+- QString fn = "/share/apps/kwm/pics/";
++ QString fn = "/share/kde/apps/kwm/pics/";
+ fn.append(name);
+ QString s = KApplication::findFile(fn);
+ if (!s.isEmpty())
+@@ -1146,7 +1146,7 @@
+
+ iconLoader->getDirList()->clear();
+
+- iconLoader->insertDirectory(0, kapp->localkdedir()+"/share/apps/kwm/pics");
++ iconLoader->insertDirectory(0, kapp->localkdedir()+"/share/kde/apps/kwm/pics");
+ iconLoader->insertDirectory(1, kapp->kde_datadir()+"/kwm/pics");
+ iconLoader->insertDirectory(2, kapp->localkdedir()+"/share/apps/kwm/toolbar");
+ iconLoader->insertDirectory(3, kapp->kde_datadir()+"/kwm/toolbar");