Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
44050fd400
3 changed files with 5 additions and 8 deletions
  1. +2
    -2
      package/kde/kdelibs/kdelibs.conf
  2. +2
    -5
      package/kde/kdelibs/parse-config
  3. +1
    -1
      package/kde/kdelibs/wrappers.in

+ 2
- 2
package/kde/kdelibs/kdelibs.conf

@ -42,8 +42,8 @@ EOP
# yes this is unwieldy. We need te wrapper, too, for broken configure scripts
# hape says this'll work again in the next version
versionhotfix 3.5.4
export kde_htmldir=${ROCKCFG_PKG_KDE3_CORE_PREFIX}/share/kdelibs/HTML
export kde_libs_htmldir=${ROCKCFG_PKG_KDE3_CORE_PREFIX}/share/kdelibs/HTML
export kde_htmldir=${ROCKCFG_PKG_KDE3_CORE_PREFIX}/share/doc/KDE/HTML
export kde_libs_htmldir="${kde_htmldir}"
# 2.4 kernels only support dnotify, 2.6 supports both dnotify and inotify
var_append confopt " " "--enable-dnotify --enable-inotify"

+ 2
- 5
package/kde/kdelibs/parse-config

@ -1,5 +1,2 @@
# if /usr/bin/kde-config exists, the wrapper exists, too.
if [ -x $root/$ROCKCFG_PKG_KDE3_CORE_PREFIX/bin/kde-config ] ; then
export kde_htmldir="`kde-config --install html --expandvars`"
export KDECONFIG="`which kde-config`"
fi
export kde_htmldir=${ROCKCFG_PKG_KDE3_CORE_PREFIX}/share/doc/KDE/HTML
export kde_libs_htmldir="${kde_htmldir}"

+ 1
- 1
package/kde/kdelibs/wrappers.in

@ -1,2 +1,2 @@
KDECONFIG_WRAPPER_OUTPUTFILTER='sed "s,/doc/,/doc/$ROCK_XPKG/,"'
KDECONFIG_WRAPPER_OUTPUTFILTER='sed "s,/doc/,/doc/KDE/,"'
build_wrapper KDECONFIG kde-config

Loading…
Cancel
Save