mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
$NetBSD: patch-ad,v 1.3 2005/05/25 09:57:14 adam Exp $
|
|
|
|
--- data/WMWmakerconf.in.orig 2005-01-30 12:52:33.000000000 +0000
|
|
+++ data/WMWmakerconf.in
|
|
@@ -564,6 +564,8 @@
|
|
Default = (
|
|
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
|
"~/GNUstep/Library/WindowMaker/Backgrounds",
|
|
+ "@PREFIX@/share/WindowMaker/Pixmaps",
|
|
+ "@PREFIX@/share/WindowMaker/Backgrounds",
|
|
"/usr/share/WindowMaker/Pixmaps",
|
|
"/usr/share/WindowMaker/Backgrounds",
|
|
"/usr/local/share/WindowMaker/Pixmaps",
|
|
@@ -582,6 +584,8 @@
|
|
Default = (
|
|
"~/GNUstep/Library/Icons",
|
|
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
|
+ "@PREFIX@/share/WindowMaker/Icons",
|
|
+ "@PREFIX@/share/WindowMaker/Pixmaps",
|
|
"/usr/share/WindowMaker/Icons",
|
|
"/usr/share/WindowMaker/Pixmaps",
|
|
"/usr/local/share/WindowMaker/Icons",
|
|
@@ -599,6 +603,7 @@
|
|
Title = "Theme search paths";
|
|
Default = (
|
|
"~/GNUstep/Library/WindowMaker/Themes",
|
|
+ "@PREFIX@/WindowMaker/Themes",
|
|
"/usr/share/WindowMaker/Themes",
|
|
"/usr/local/share/WindowMaker/Themes"
|
|
);
|