summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics/patches
diff options
context:
space:
mode:
authortron <tron>1998-11-07 10:52:28 +0000
committertron <tron>1998-11-07 10:52:28 +0000
commite30cb3176c03dd2734003ca2dce6556d92d7ea86 (patch)
treef4c53e27f2e1dda5b3c4aa8a8e2f59bc60befd1b /graphics/kdegraphics/patches
parent8a199c96132b35aa7d25444347feaf4979c087ff (diff)
downloadpkgsrc-e30cb3176c03dd2734003ca2dce6556d92d7ea86.tar.gz
Move KDE application files to "${X11BASE}/share/kde" to avoid
interference with GNOME.
Diffstat (limited to 'graphics/kdegraphics/patches')
-rw-r--r--graphics/kdegraphics/patches/patch-ab64
1 files changed, 64 insertions, 0 deletions
diff --git a/graphics/kdegraphics/patches/patch-ab b/graphics/kdegraphics/patches/patch-ab
new file mode 100644
index 00000000000..4eb43488828
--- /dev/null
+++ b/graphics/kdegraphics/patches/patch-ab
@@ -0,0 +1,64 @@
+$NetBSD: patch-ab,v 1.1 1998/11/07 10:52:29 tron Exp $
+
+--- configure.orig Fri Jul 10 20:37:17 1998
++++ configure Sat Nov 7 11:19:12 1998
+@@ -505,9 +505,9 @@
+ # Prefer explicitly selected file to automatically selected ones.
+ if test -z "$CONFIG_SITE"; then
+ if test "x$prefix" != xNONE; then
+- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
++ CONFIG_SITE="$prefix/share/kde/config.site $prefix/etc/config.site"
+ else
+- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
++ CONFIG_SITE="$ac_default_prefix/share/kde/config.site $ac_default_prefix/etc/config.site"
+ fi
+ fi
+ for ac_site_file in $CONFIG_SITE; do
+@@ -3471,37 +3471,37 @@
+ echo "configure:3472: checking for KDE paths" >&5
+
+ if test -z "$kde_htmldir"; then
+- kde_htmldir="\$(prefix)/share/doc/HTML"
++ kde_htmldir="\$(prefix)/share/doc/kde/HTML"
+ fi
+ if test -z "$kde_appsdir"; then
+- kde_appsdir="\$(prefix)/share/applnk"
++ kde_appsdir="\$(prefix)/share/kde/applnk"
+ fi
+ if test -z "$kde_icondir"; then
+- kde_icondir="\$(prefix)/share/icons"
++ kde_icondir="\$(prefix)/share/kde/icons"
+ fi
+ if test -z "$kde_sounddir"; then
+- kde_sounddir="\$(prefix)/share/sounds"
++ kde_sounddir="\$(prefix)/share/kde/sounds"
+ fi
+ if test -z "$kde_datadir"; then
+- kde_datadir="\$(prefix)/share/apps"
++ kde_datadir="\$(prefix)/share/kde/apps"
+ fi
+ if test -z "$kde_locale"; then
+- kde_locale="\$(prefix)/share/locale"
++ kde_locale="\$(prefix)/share/kde/locale"
+ fi
+ if test -z "$kde_cgidir"; then
+ kde_cgidir="\$(exec_prefix)/cgi-bin"
+ fi
+ if test -z "$kde_confdir"; then
+- kde_confdir="\$(prefix)/share/config"
++ kde_confdir="\$(prefix)/share/kde/config"
+ fi
+ if test -z "$kde_mimedir"; then
+- kde_mimedir="\$(prefix)/share/mimelnk"
++ kde_mimedir="\$(prefix)/share/kde/mimelnk"
+ fi
+ if test -z "$kde_toolbardir"; then
+- kde_toolbardir="\$(prefix)/share/toolbar"
++ kde_toolbardir="\$(prefix)/share/kde/toolbar"
+ fi
+ if test -z "$kde_wallpaperdir"; then
+- kde_wallpaperdir="\$(prefix)/share/wallpapers"
++ kde_wallpaperdir="\$(prefix)/share/kde/wallpapers"
+ fi
+ if test -z "$kde_bindir"; then
+ kde_bindir="\$(exec_prefix)/bin"