diff options
author | bouyer <bouyer> | 1999-12-06 20:44:57 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1999-12-06 20:44:57 +0000 |
commit | d9c40ce2dad727518a836865bf57fe0b2f81ca7c (patch) | |
tree | d16ab387de15677ca1a39ba84c454ead9e32a017 | |
parent | c3deee7fa126bed56702b9aaff12dee1a820ac22 (diff) | |
download | pkgsrc-d9c40ce2dad727518a836865bf57fe0b2f81ca7c.tar.gz |
Make kde work on solaris. Mostly:
- don't hardcode -lossaudio in Makefiles, teach configure about it instead
- different PLIST
-rw-r--r-- | audio/kdemultimedia/files/patch-sum | 5 | ||||
-rw-r--r-- | audio/kdemultimedia/patches/patch-ab | 4 | ||||
-rw-r--r-- | audio/kdemultimedia/patches/patch-af | 1112 | ||||
-rw-r--r-- | net/kdenetwork/Makefile | 5 | ||||
-rw-r--r-- | net/kdenetwork/pkg/PLIST-SunOS | 569 | ||||
-rw-r--r-- | x11/kdebase/Makefile | 9 | ||||
-rw-r--r-- | x11/kdebase/files/patch-sum | 8 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-aa | 78 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-ab | 4 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-as | 15 | ||||
-rw-r--r-- | x11/kdebase/pkg/PLIST-SunOS | 1715 |
11 files changed, 3497 insertions, 27 deletions
diff --git a/audio/kdemultimedia/files/patch-sum b/audio/kdemultimedia/files/patch-sum index f1951e9cf01..767f44fc589 100644 --- a/audio/kdemultimedia/files/patch-sum +++ b/audio/kdemultimedia/files/patch-sum @@ -1,6 +1,7 @@ -$NetBSD: patch-sum,v 1.7 1999/11/24 15:01:55 hubertf Exp $ +$NetBSD: patch-sum,v 1.8 1999/12/06 20:44:57 bouyer Exp $ MD5 (patch-aa) = 14d548c23ff7ce2451685072c2459f51 -MD5 (patch-ab) = 2216957315047424a8254b26e035c0ce +MD5 (patch-ab) = 83b63d003a4114882ed80441063ead8a MD5 (patch-ac) = 06e84930583759de013766d47df64f49 MD5 (patch-ae) = 425540f28d5e9438b89ae4475bc9ddac +MD5 (patch-af) = 3ba937e3fd6d8fea6a4d4084b5e96b32 diff --git a/audio/kdemultimedia/patches/patch-ab b/audio/kdemultimedia/patches/patch-ab index 2ed429d8a2f..8fc31cd2567 100644 --- a/audio/kdemultimedia/patches/patch-ab +++ b/audio/kdemultimedia/patches/patch-ab @@ -1,7 +1,7 @@ A fix for this problem has been pulled up into KDE, though implemented in way not breaking the build for non-NetBSD systems. -$NetBSD: patch-ab,v 1.2 1999/11/16 00:34:13 jdolecek Exp $ +$NetBSD: patch-ab,v 1.3 1999/12/06 20:44:57 bouyer Exp $ --- kmix/Makefile.in.orig Sun Sep 26 02:36:54 1999 +++ kmix/Makefile.in Sun Sep 26 02:37:38 1999 @@ -286,7 +286,7 @@ @@ -9,7 +9,7 @@ $NetBSD: patch-ab,v 1.2 1999/11/16 00:34:13 jdolecek Exp $ kmix: $(kmix_OBJECTS) $(kmix_DEPENDENCIES) @rm -f kmix - $(CXXLINK) $(kmix_LDFLAGS) $(kmix_OBJECTS) $(kmix_LDADD) $(LIBS) -+ $(CXXLINK) $(kmix_LDFLAGS) $(kmix_OBJECTS) $(kmix_LDADD) $(LIBS) -lossaudio ++ $(CXXLINK) $(kmix_LDFLAGS) $(kmix_OBJECTS) $(kmix_LDADD) $(LIBS) @LIBOSSAUDIO@ .cpp.o: $(CXXCOMPILE) -c $< .cpp.lo: diff --git a/audio/kdemultimedia/patches/patch-af b/audio/kdemultimedia/patches/patch-af new file mode 100644 index 00000000000..c614aa50600 --- /dev/null +++ b/audio/kdemultimedia/patches/patch-af @@ -0,0 +1,1112 @@ +--- configure.old Mon Dec 6 00:04:57 1999 ++++ configure Mon Dec 6 00:08:05 1999 +@@ -2521,8 +2521,45 @@ + fi + + ++echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6 ++echo "configure:2526: checking for main in -lossaudio" >&5 ++ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'` ++if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ++ echo $ac_n "(cached) $ac_c" 1>&6 ++else ++ ac_save_LIBS="$LIBS" ++LIBS="-lossaudio $LIBS" ++cat > conftest.$ac_ext <<EOF ++#line 2534 "configure" ++#include "confdefs.h" ++ ++int main() { ++main() ++; return 0; } ++EOF ++if { (eval echo configure:2541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++ rm -rf conftest* ++ eval "ac_cv_lib_$ac_lib_var=yes" ++else ++ echo "configure: failed program was:" >&5 ++ cat conftest.$ac_ext >&5 ++ rm -rf conftest* ++ eval "ac_cv_lib_$ac_lib_var=no" ++fi ++rm -f conftest* ++LIBS="$ac_save_LIBS" ++ ++fi ++if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ++ echo "$ac_t""yes" 1>&6 ++ LIBOSSAUDIO="-lossaudio" ++else ++ echo "$ac_t""no" 1>&6 ++fi ++ ++ + echo $ac_n "checking for main in -lAlib""... $ac_c" 1>&6 +-echo "configure:2526: checking for main in -lAlib" >&5 ++echo "configure:2563: checking for main in -lAlib" >&5 + ac_lib_var=`echo Alib'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2530,14 +2567,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lAlib $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 2534 "configure" ++#line 2571 "configure" + #include "confdefs.h" + + int main() { + main() + ; return 0; } + EOF +-if { (eval echo configure:2541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2558,7 +2595,7 @@ + fi + + echo $ac_n "checking for main in -laudio""... $ac_c" 1>&6 +-echo "configure:2562: checking for main in -laudio" >&5 ++echo "configure:2599: checking for main in -laudio" >&5 + ac_lib_var=`echo audio'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2566,14 +2603,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-laudio $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 2570 "configure" ++#line 2607 "configure" + #include "confdefs.h" + + int main() { + main() + ; return 0; } + EOF +-if { (eval echo configure:2577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2594,7 +2631,7 @@ + fi + + echo $ac_n "checking for main in -lmme""... $ac_c" 1>&6 +-echo "configure:2598: checking for main in -lmme" >&5 ++echo "configure:2635: checking for main in -lmme" >&5 + ac_lib_var=`echo mme'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2602,14 +2639,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lmme $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 2606 "configure" ++#line 2643 "configure" + #include "confdefs.h" + + int main() { + main() + ; return 0; } + EOF +-if { (eval echo configure:2613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2636,7 +2673,7 @@ + + + echo $ac_n "checking for X""... $ac_c" 1>&6 +-echo "configure:2640: checking for X" >&5 ++echo "configure:2677: checking for X" >&5 + + ac_ext=c + # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +@@ -2665,12 +2702,12 @@ + + # First, try using that file with no special directory specified. + cat > conftest.$ac_ext <<EOF +-#line 2669 "configure" ++#line 2706 "configure" + #include "confdefs.h" + #include <$x_direct_test_include> + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2711: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -2739,14 +2776,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-l$x_direct_test_library $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 2743 "configure" ++#line 2780 "configure" + #include "confdefs.h" + + int main() { + ${x_direct_test_function}() + ; return 0; } + EOF +-if { (eval echo configure:2750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + LIBS="$ac_save_LIBS" + # We can link X programs with no special library path. +@@ -2910,7 +2947,7 @@ + cross_compiling=$ac_cv_prog_cc_cross + + echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6 +-echo "configure:2914: checking for main in -lcompat" >&5 ++echo "configure:2951: checking for main in -lcompat" >&5 + ac_lib_var=`echo compat'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2918,14 +2955,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lcompat $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 2922 "configure" ++#line 2959 "configure" + #include "confdefs.h" + + int main() { + main() + ; return 0; } + EOF +-if { (eval echo configure:2929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2946,7 +2983,7 @@ + fi + + echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6 +-echo "configure:2950: checking for main in -lcrypt" >&5 ++echo "configure:2987: checking for main in -lcrypt" >&5 + ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2954,14 +2991,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lcrypt $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 2958 "configure" ++#line 2995 "configure" + #include "confdefs.h" + + int main() { + main() + ; return 0; } + EOF +-if { (eval echo configure:2965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2982,7 +3019,7 @@ + fi + + echo $ac_n "checking for the third argument of getsockname""... $ac_c" 1>&6 +-echo "configure:2986: checking for the third argument of getsockname" >&5 ++echo "configure:3023: checking for the third argument of getsockname" >&5 + ac_ext=C + # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. + ac_cpp='$CXXCPP $CPPFLAGS' +@@ -2994,7 +3031,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 2998 "configure" ++#line 3035 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -3007,7 +3044,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:3011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:3048: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_ksize_t=socklen_t + else +@@ -3023,7 +3060,7 @@ + CXXFLAGS="-Werror $CXXFLAGS" + fi + cat > conftest.$ac_ext <<EOF +-#line 3027 "configure" ++#line 3064 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -3036,7 +3073,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:3040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:3077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_ksize_t=int + else +@@ -3071,7 +3108,7 @@ + cross_compiling=$ac_cv_prog_cc_cross + + echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 +-echo "configure:3075: checking for dnet_ntoa in -ldnet" >&5 ++echo "configure:3112: checking for dnet_ntoa in -ldnet" >&5 + ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3079,7 +3116,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldnet $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3083 "configure" ++#line 3120 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3090,7 +3127,7 @@ + dnet_ntoa() + ; return 0; } + EOF +-if { (eval echo configure:3094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3112,7 +3149,7 @@ + + if test $ac_cv_lib_dnet_dnet_ntoa = no; then + echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 +-echo "configure:3116: checking for dnet_ntoa in -ldnet_stub" >&5 ++echo "configure:3153: checking for dnet_ntoa in -ldnet_stub" >&5 + ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3120,7 +3157,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldnet_stub $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3124 "configure" ++#line 3161 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3131,7 +3168,7 @@ + dnet_ntoa() + ; return 0; } + EOF +-if { (eval echo configure:3135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3153,12 +3190,12 @@ + + fi + echo $ac_n "checking for inet_ntoa""... $ac_c" 1>&6 +-echo "configure:3157: checking for inet_ntoa" >&5 ++echo "configure:3194: checking for inet_ntoa" >&5 + if eval "test \"`echo '$''{'ac_cv_func_inet_ntoa'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 3162 "configure" ++#line 3199 "configure" + #include "confdefs.h" + /* System header to define __stub macros and hopefully few prototypes, + which can conflict with char inet_ntoa(); below. */ +@@ -3181,7 +3218,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:3185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_inet_ntoa=yes" + else +@@ -3202,7 +3239,7 @@ + + if test $ac_cv_func_inet_ntoa = no; then + echo $ac_n "checking for inet_ntoa in -lnsl""... $ac_c" 1>&6 +-echo "configure:3206: checking for inet_ntoa in -lnsl" >&5 ++echo "configure:3243: checking for inet_ntoa in -lnsl" >&5 + ac_lib_var=`echo nsl'_'inet_ntoa | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3210,7 +3247,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lnsl $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3214 "configure" ++#line 3251 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3221,7 +3258,7 @@ + inet_ntoa() + ; return 0; } + EOF +-if { (eval echo configure:3225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3243,12 +3280,12 @@ + + fi + echo $ac_n "checking for connect""... $ac_c" 1>&6 +-echo "configure:3247: checking for connect" >&5 ++echo "configure:3284: checking for connect" >&5 + if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 3252 "configure" ++#line 3289 "configure" + #include "confdefs.h" + /* System header to define __stub macros and hopefully few prototypes, + which can conflict with char connect(); below. */ +@@ -3271,7 +3308,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:3275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_connect=yes" + else +@@ -3292,7 +3329,7 @@ + + if test $ac_cv_func_connect = no; then + echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 +-echo "configure:3296: checking for connect in -lsocket" >&5 ++echo "configure:3333: checking for connect in -lsocket" >&5 + ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3300,7 +3337,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lsocket $X_EXTRA_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3304 "configure" ++#line 3341 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3311,7 +3348,7 @@ + connect() + ; return 0; } + EOF +-if { (eval echo configure:3315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3334,12 +3371,12 @@ + fi + + echo $ac_n "checking for remove""... $ac_c" 1>&6 +-echo "configure:3338: checking for remove" >&5 ++echo "configure:3375: checking for remove" >&5 + if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 3343 "configure" ++#line 3380 "configure" + #include "confdefs.h" + /* System header to define __stub macros and hopefully few prototypes, + which can conflict with char remove(); below. */ +@@ -3362,7 +3399,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:3366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_remove=yes" + else +@@ -3383,7 +3420,7 @@ + + if test $ac_cv_func_remove = no; then + echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 +-echo "configure:3387: checking for remove in -lposix" >&5 ++echo "configure:3424: checking for remove in -lposix" >&5 + ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3391,7 +3428,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lposix $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3395 "configure" ++#line 3432 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3402,7 +3439,7 @@ + remove() + ; return 0; } + EOF +-if { (eval echo configure:3406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3426,12 +3463,12 @@ + + # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. + echo $ac_n "checking for shmat""... $ac_c" 1>&6 +-echo "configure:3430: checking for shmat" >&5 ++echo "configure:3467: checking for shmat" >&5 + if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 3435 "configure" ++#line 3472 "configure" + #include "confdefs.h" + /* System header to define __stub macros and hopefully few prototypes, + which can conflict with char shmat(); below. */ +@@ -3454,7 +3491,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:3458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_shmat=yes" + else +@@ -3475,7 +3512,7 @@ + + if test $ac_cv_func_shmat = no; then + echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 +-echo "configure:3479: checking for shmat in -lipc" >&5 ++echo "configure:3516: checking for shmat in -lipc" >&5 + ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3483,7 +3520,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lipc $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3487 "configure" ++#line 3524 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3494,7 +3531,7 @@ + shmat() + ; return 0; } + EOF +-if { (eval echo configure:3498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3520,7 +3557,7 @@ + + + echo $ac_n "checking for killpg in -lucb""... $ac_c" 1>&6 +-echo "configure:3524: checking for killpg in -lucb" >&5 ++echo "configure:3561: checking for killpg in -lucb" >&5 + ac_lib_var=`echo ucb'_'killpg | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3528,7 +3565,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lucb $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3532 "configure" ++#line 3569 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3539,7 +3576,7 @@ + killpg() + ; return 0; } + EOF +-if { (eval echo configure:3543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3562,11 +3599,11 @@ + + case $host in *-*-lynxos* ) + echo $ac_n "checking LynxOS header file wrappers""... $ac_c" 1>&6 +-echo "configure:3566: checking LynxOS header file wrappers" >&5 ++echo "configure:3603: checking LynxOS header file wrappers" >&5 + CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__" + echo "$ac_t""disabled" 1>&6 + echo $ac_n "checking for gethostbyname in -lbsd""... $ac_c" 1>&6 +-echo "configure:3570: checking for gethostbyname in -lbsd" >&5 ++echo "configure:3607: checking for gethostbyname in -lbsd" >&5 + ac_lib_var=`echo bsd'_'gethostbyname | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3574,7 +3611,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lbsd $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3578 "configure" ++#line 3615 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3585,7 +3622,7 @@ + gethostbyname() + ; return 0; } + EOF +-if { (eval echo configure:3589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3613,7 +3650,7 @@ + + + echo $ac_n "checking for Qt""... $ac_c" 1>&6 +-echo "configure:3617: checking for Qt" >&5 ++echo "configure:3654: checking for Qt" >&5 + LIBQT="-lqt -lXext -lX11 $LIBSOCKET" + ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO + qt_libraries="" +@@ -3718,7 +3755,7 @@ + EOF + + +-if { (eval echo configure:3722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ++if { (eval echo configure:3759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -f conftest* + else + echo "configure: failed program was:" >&5 +@@ -3767,7 +3804,7 @@ + if test ! "$kde_qt_libs_given" = "yes"; then + + echo $ac_n "checking if Qt compiles without flags""... $ac_c" 1>&6 +-echo "configure:3771: checking if Qt compiles without flags" >&5 ++echo "configure:3808: checking if Qt compiles without flags" >&5 + if eval "test \"`echo '$''{'kde_cv_qt_direct'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3810,7 +3847,7 @@ + EOF + + +-if { (eval echo configure:3814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ++if { (eval echo configure:3851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + kde_cv_qt_direct="yes" + else + kde_cv_qt_direct="no" +@@ -3862,7 +3899,7 @@ + + + echo $ac_n "checking for moc""... $ac_c" 1>&6 +-echo "configure:3866: checking for moc" >&5 ++echo "configure:3903: checking for moc" >&5 + if eval "test \"`echo '$''{'kde_cv_path_moc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3925,8 +3962,8 @@ + if test -n "$ac_cv_path_moc"; then + output=`eval "$ac_cv_path_moc --help 2>&1 | sed -e '1q' | grep Qt"` + fi +- echo "configure:3929: tried to call $ac_cv_path_moc --help 2>&1 | sed -e '1q' | grep Qt" >&5 +- echo "configure:3930: moc output: $output" >&5 ++ echo "configure:3966: tried to call $ac_cv_path_moc --help 2>&1 | sed -e '1q' | grep Qt" >&5 ++ echo "configure:3967: moc output: $output" >&5 + + if test -z "$output"; then + +@@ -3952,7 +3989,7 @@ + + + echo $ac_n "checking for extra includes""... $ac_c" 1>&6 +-echo "configure:3956: checking for extra includes" >&5 ++echo "configure:3993: checking for extra includes" >&5 + # Check whether --with-extra-includes or --without-extra-includes was given. + if test "${with_extra_includes+set}" = set; then + withval="$with_extra_includes" +@@ -3980,7 +4017,7 @@ + echo "$ac_t""$kde_use_extra_includes" 1>&6 + + echo $ac_n "checking for extra libs""... $ac_c" 1>&6 +-echo "configure:3984: checking for extra libs" >&5 ++echo "configure:4021: checking for extra libs" >&5 + # Check whether --with-extra-libs or --without-extra-libs was given. + if test "${with_extra_libs+set}" = set; then + withval="$with_extra_libs" +@@ -4011,7 +4048,7 @@ + + + echo $ac_n "checking for rpath""... $ac_c" 1>&6 +-echo "configure:4015: checking for rpath" >&5 ++echo "configure:4052: checking for rpath" >&5 + # Check whether --enable-rpath or --disable-rpath was given. + if test "${enable_rpath+set}" = set; then + enableval="$enable_rpath" +@@ -4041,7 +4078,7 @@ + + + echo $ac_n "checking for bool""... $ac_c" 1>&6 +-echo "configure:4045: checking for bool" >&5 ++echo "configure:4082: checking for bool" >&5 + if eval "test \"`echo '$''{'ac_cv_have_bool'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -4054,14 +4091,14 @@ + cross_compiling=$ac_cv_prog_cxx_cross + + cat > conftest.$ac_ext <<EOF +-#line 4058 "configure" ++#line 4095 "configure" + #include "confdefs.h" + + int main() { + bool aBool = true; + ; return 0; } + EOF +-if { (eval echo configure:4065: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4102: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_have_bool="yes" + else +@@ -4086,7 +4123,7 @@ + + + echo $ac_n "checking for KDE""... $ac_c" 1>&6 +-echo "configure:4090: checking for KDE" >&5 ++echo "configure:4127: checking for KDE" >&5 + + if test "${prefix}" != NONE; then + kde_includes=${prefix}/include +@@ -4269,7 +4306,7 @@ + + + echo $ac_n "checking for KDE paths""... $ac_c" 1>&6 +-echo "configure:4273: checking for KDE paths" >&5 ++echo "configure:4310: checking for KDE paths" >&5 + kde_result="" + + if eval "test \"`echo '$''{'kde_cv_all_paths'+set}'`\" = set"; then +@@ -4340,7 +4377,7 @@ + + + echo $ac_n "checking for KDE headers installed""... $ac_c" 1>&6 +-echo "configure:4344: checking for KDE headers installed" >&5 ++echo "configure:4381: checking for KDE headers installed" >&5 + ac_ext=C + # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. + ac_cpp='$CXXCPP $CPPFLAGS' +@@ -4373,7 +4410,7 @@ + EOF + + ac_compile='${CXX-g++} -c $CXXFLAGS $all_includes $CPPFLAGS conftest.$ac_ext' +-if { (eval echo configure:4377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + echo "$ac_t""yes" 1>&6 + else + { echo "configure: error: your system is not able to compile a small KDE application! +@@ -4401,10 +4438,10 @@ + fi + + echo $ac_n "checking for KDE libraries installed""... $ac_c" 1>&6 +-echo "configure:4405: checking for KDE libraries installed" >&5 ++echo "configure:4442: checking for KDE libraries installed" >&5 + ac_link='/bin/sh ./libtool --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5' + +-if { (eval echo configure:4408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ++if { (eval echo configure:4445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + echo "$ac_t""yes" 1>&6 + else + { echo "configure: error: your system fails at linking a small KDE application! +@@ -4550,7 +4587,7 @@ + cross_compiling=$ac_cv_prog_cxx_cross + + echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6 +-echo "configure:4554: checking for main in -lcompat" >&5 ++echo "configure:4591: checking for main in -lcompat" >&5 + ac_lib_var=`echo compat'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -4558,14 +4595,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lcompat $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 4562 "configure" ++#line 4599 "configure" + #include "confdefs.h" + + int main() { + main() + ; return 0; } + EOF +-if { (eval echo configure:4569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -4586,7 +4623,7 @@ + fi + + echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6 +-echo "configure:4590: checking for main in -lcrypt" >&5 ++echo "configure:4627: checking for main in -lcrypt" >&5 + ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -4594,14 +4631,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lcrypt $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 4598 "configure" ++#line 4635 "configure" + #include "confdefs.h" + + int main() { + main() + ; return 0; } + EOF +-if { (eval echo configure:4605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -4624,7 +4661,7 @@ + LIBKHTMLW="-lkhtmlw -ljscript" + + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 +-echo "configure:4628: checking for jpeglib" >&5 ++echo "configure:4665: checking for jpeglib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_jpeg'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -4639,7 +4676,7 @@ + ac_save_LIBS="$LIBS" + LIBS="$all_libraries -ljpeg -lm" + cat > conftest.$ac_ext <<EOF +-#line 4643 "configure" ++#line 4680 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + struct jpeg_decompress_struct; +@@ -4660,7 +4697,7 @@ + jpeg_CreateDecompress(0L, 0, 0); + ; return 0; } + EOF +-if { (eval echo configure:4664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_jpeg=-ljpeg" + else +@@ -4711,12 +4748,12 @@ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 +-echo "configure:4715: checking for $ac_hdr that defines DIR" >&5 ++echo "configure:4752: checking for $ac_hdr that defines DIR" >&5 + if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 4720 "configure" ++#line 4757 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <$ac_hdr> +@@ -4724,7 +4761,7 @@ + DIR *dirp = 0; + ; return 0; } + EOF +-if { (eval echo configure:4728: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4765: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + eval "ac_cv_header_dirent_$ac_safe=yes" + else +@@ -4749,7 +4786,7 @@ + # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. + if test $ac_header_dirent = dirent.h; then + echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 +-echo "configure:4753: checking for opendir in -ldir" >&5 ++echo "configure:4790: checking for opendir in -ldir" >&5 + ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -4757,7 +4794,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldir $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 4761 "configure" ++#line 4798 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -4768,7 +4805,7 @@ + opendir() + ; return 0; } + EOF +-if { (eval echo configure:4772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -4790,7 +4827,7 @@ + + else + echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 +-echo "configure:4794: checking for opendir in -lx" >&5 ++echo "configure:4831: checking for opendir in -lx" >&5 + ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -4798,7 +4835,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lx $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 4802 "configure" ++#line 4839 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -4809,7 +4846,7 @@ + opendir() + ; return 0; } + EOF +-if { (eval echo configure:4813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -4832,12 +4869,12 @@ + fi + + echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 +-echo "configure:4836: checking for ANSI C header files" >&5 ++echo "configure:4873: checking for ANSI C header files" >&5 + if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 4841 "configure" ++#line 4878 "configure" + #include "confdefs.h" + #include <stdlib.h> + #include <stdarg.h> +@@ -4845,7 +4882,7 @@ + #include <float.h> + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:4849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4862,7 +4899,7 @@ + if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat > conftest.$ac_ext <<EOF +-#line 4866 "configure" ++#line 4903 "configure" + #include "confdefs.h" + #include <string.h> + EOF +@@ -4880,7 +4917,7 @@ + if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat > conftest.$ac_ext <<EOF +-#line 4884 "configure" ++#line 4921 "configure" + #include "confdefs.h" + #include <stdlib.h> + EOF +@@ -4901,7 +4938,7 @@ + : + else + cat > conftest.$ac_ext <<EOF +-#line 4905 "configure" ++#line 4942 "configure" + #include "confdefs.h" + #include <ctype.h> + #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +@@ -4912,7 +4949,7 @@ + exit (0); } + + EOF +-if { (eval echo configure:4916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:4953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + : + else +@@ -4939,17 +4976,17 @@ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +-echo "configure:4943: checking for $ac_hdr" >&5 ++echo "configure:4980: checking for $ac_hdr" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 4948 "configure" ++#line 4985 "configure" + #include "confdefs.h" + #include <$ac_hdr> + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:4953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4978,12 +5015,12 @@ + for ac_func in usleep + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:4982: checking for $ac_func" >&5 ++echo "configure:5019: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 4987 "configure" ++#line 5024 "configure" + #include "confdefs.h" + /* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func(); below. */ +@@ -5006,7 +5043,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:5010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:5047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -5058,12 +5095,12 @@ + fi + + echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 +-echo "configure:5062: checking whether time.h and sys/time.h may both be included" >&5 ++echo "configure:5099: checking whether time.h and sys/time.h may both be included" >&5 + if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF +-#line 5067 "configure" ++#line 5104 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <sys/time.h> +@@ -5072,7 +5109,7 @@ + struct tm *tp; + ; return 0; } + EOF +-if { (eval echo configure:5076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_header_time=yes + else +@@ -5095,7 +5132,7 @@ + + + echo $ac_n "checking for bool""... $ac_c" 1>&6 +-echo "configure:5099: checking for bool" >&5 ++echo "configure:5136: checking for bool" >&5 + if eval "test \"`echo '$''{'ac_cv_have_bool'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -5108,14 +5145,14 @@ + cross_compiling=$ac_cv_prog_cxx_cross + + cat > conftest.$ac_ext <<EOF +-#line 5112 "configure" ++#line 5149 "configure" + #include "confdefs.h" + + int main() { + bool aBool = true; + ; return 0; } + EOF +-if { (eval echo configure:5119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5156: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_have_bool="yes" + else +@@ -5137,7 +5174,7 @@ + + + echo $ac_n "checking for setenv""... $ac_c" 1>&6 +-echo "configure:5141: checking for setenv" >&5 ++echo "configure:5178: checking for setenv" >&5 + if eval "test \"`echo '$''{'ac_cv_func_setenv'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -5149,7 +5186,7 @@ + cross_compiling=$ac_cv_prog_cc_cross + + cat > conftest.$ac_ext <<EOF +-#line 5153 "configure" ++#line 5190 "configure" + #include "confdefs.h" + #include <assert.h> + /* We use char because int might match the return type of a gcc2 +@@ -5169,7 +5206,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:5173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:5210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_setenv=yes" + else +@@ -5194,13 +5231,13 @@ + + + echo $ac_n "checking if kmid would compile""... $ac_c" 1>&6 +-echo "configure:5198: checking if kmid would compile" >&5 ++echo "configure:5235: checking if kmid would compile" >&5 + if eval "test \"`echo '$''{'kde_kmid_compiles'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + + cat > conftest.$ac_ext <<EOF +-#line 5204 "configure" ++#line 5241 "configure" + #include "confdefs.h" + + #ifndef __FreeBSD__ +@@ -5214,7 +5251,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:5218: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + kde_mid_compiles=yes + else +@@ -5293,7 +5330,7 @@ + + for i in $ac_topsubdirs; do + echo $ac_n "checking if $i should be compiled""... $ac_c" 1>&6 +-echo "configure:5297: checking if $i should be compiled" >&5 ++echo "configure:5334: checking if $i should be compiled" >&5 + if test -d $srcdir/$i; then + install_it="yes" + for j in $DO_NOT_COMPILE; do +@@ -5493,6 +5530,7 @@ + s%@LIBCDAUDIO@%$LIBCDAUDIO%g + s%@LIBFPE@%$LIBFPE%g + s%@LIBCDROM@%$LIBCDROM%g ++s%@LIBOSSAUDIO@%$LIBOSSAUDIO%g + s%@LIBALIB@%$LIBALIB%g + s%@LIBAUDIO@%$LIBAUDIO%g + s%@LIBMME@%$LIBMME%g diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 8e9a987de2a..9416ddcb4bb 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/10/07 17:41:56 tron Exp $ +# $NetBSD: Makefile,v 1.37 1999/12/06 20:44:58 bouyer Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -46,3 +46,6 @@ post-install: .endif .include "../../mk/bsd.pkg.mk" +.if (${OPSYS} == "SunOS") +PLIST_SRC= ${PKGDIR}/PLIST-SunOS +.endif diff --git a/net/kdenetwork/pkg/PLIST-SunOS b/net/kdenetwork/pkg/PLIST-SunOS new file mode 100644 index 00000000000..1b7e2127a7f --- /dev/null +++ b/net/kdenetwork/pkg/PLIST-SunOS @@ -0,0 +1,569 @@ +@comment $NetBSD: PLIST-SunOS,v 1.1 1999/12/06 20:44:58 bouyer Exp $ +bin/dsirc +bin/karchie +bin/kbiff +bin/kcmktalkd +bin/kdecode +bin/kfinger +bin/kmail +bin/knu +bin/korn +bin/kotalkd +bin/krn +bin/ksirc +bin/ksticker +bin/ktalkd +bin/ktalkdlg +bin/mail.local +bin/mathpod +bin/newkrn +lib/ksirc/libksirclistbox.a +lib/ksirc/libksirclistbox.la +lib/ksirc/libksirclistbox.so.0.0 +lib/ksirc/libpalistbox.a +lib/ksirc/libpalistbox.la +lib/ksirc/libpalistbox.so.0.0 +lib/ksirc/libpbutton.a +lib/ksirc/libpbutton.la +lib/ksirc/libpbutton.so.0.0 +lib/ksirc/libpframe.a +lib/ksirc/libpframe.la +lib/ksirc/libpframe.so.0.0 +lib/ksirc/libpkfiledialog.a +lib/ksirc/libpkfiledialog.la +lib/ksirc/libpkfiledialog.so.0.0 +lib/ksirc/libplabel.a +lib/ksirc/libplabel.la +lib/ksirc/libplabel.so.0.0 +lib/ksirc/libplined.a +lib/ksirc/libplined.la +lib/ksirc/libplined.so.0.0 +lib/ksirc/libplistbox.a +lib/ksirc/libplistbox.la +lib/ksirc/libplistbox.so.0.0 +lib/ksirc/libpmenudta.a +lib/ksirc/libpmenudta.la +lib/ksirc/libpmenudta.so.0.0 +lib/ksirc/libpobjfinder.a +lib/ksirc/libpobjfinder.la +lib/ksirc/libpobjfinder.so.0.0 +lib/ksirc/libppopmenu.a +lib/ksirc/libppopmenu.la +lib/ksirc/libppopmenu.so.0.0 +lib/ksirc/libpprogress.a +lib/ksirc/libpprogress.la +lib/ksirc/libpprogress.so.0.0 +lib/ksirc/libppushbt.a +lib/ksirc/libppushbt.la +lib/ksirc/libppushbt.so.0.0 +lib/ksirc/libptabdialog.a +lib/ksirc/libptabdialog.la +lib/ksirc/libptabdialog.so.0.0 +lib/ksirc/libptablevw.a +lib/ksirc/libptablevw.la +lib/ksirc/libptablevw.so.0.0 +lib/libkplunger.a +lib/libpuke.a +lib/libpuke.la +lib/libpuke.so.0.1 +share/doc/kde/HTML/el/ktalkd/ktalkd-1.html +share/doc/kde/HTML/el/ktalkd/ktalkd-2.html +share/doc/kde/HTML/el/ktalkd/ktalkd-3.html +share/doc/kde/HTML/el/ktalkd/ktalkd-4.html +share/doc/kde/HTML/el/ktalkd/ktalkd-5.html +share/doc/kde/HTML/el/ktalkd/ktalkd-6.html +share/doc/kde/HTML/el/ktalkd/ktalkd.html +share/doc/kde/HTML/el/ktalkd/logotp3.gif +share/doc/kde/HTML/en/karchie/index-1.html +share/doc/kde/HTML/en/karchie/index-2.html +share/doc/kde/HTML/en/karchie/index-3.html +share/doc/kde/HTML/en/karchie/index-4.html +share/doc/kde/HTML/en/karchie/index-5.html +share/doc/kde/HTML/en/karchie/index-6.html +share/doc/kde/HTML/en/karchie/index.html +share/doc/kde/HTML/en/kbiff/kbiff-1.html +share/doc/kde/HTML/en/kbiff/kbiff-2.html +share/doc/kde/HTML/en/kbiff/kbiff-3.html +share/doc/kde/HTML/en/kbiff/kbiff-4.html +share/doc/kde/HTML/en/kbiff/kbiff-5.html +share/doc/kde/HTML/en/kbiff/kbiff-6.html +share/doc/kde/HTML/en/kbiff/kbiff.html +share/doc/kde/HTML/en/kbiff/logotp3.gif +share/doc/kde/HTML/en/kfinger/Kfingerset.html +share/doc/kde/HTML/en/kfinger/formatex.gif +share/doc/kde/HTML/en/kfinger/formatw.gif +share/doc/kde/HTML/en/kfinger/index.html +share/doc/kde/HTML/en/kfinger/mainw.gif +share/doc/kde/HTML/en/kfinger/setupw.gif +share/doc/kde/HTML/en/kmail/index-1.html +share/doc/kde/HTML/en/kmail/index-2.html +share/doc/kde/HTML/en/kmail/index-3.html +share/doc/kde/HTML/en/kmail/index-4.html +share/doc/kde/HTML/en/kmail/index-5.html +share/doc/kde/HTML/en/kmail/index-6.html +share/doc/kde/HTML/en/kmail/index-7.html +share/doc/kde/HTML/en/kmail/index-8.html +share/doc/kde/HTML/en/kmail/index.html +share/doc/kde/HTML/en/kmail/logotp3.gif +share/doc/kde/HTML/en/knu/index-1.html +share/doc/kde/HTML/en/knu/index-2.html +share/doc/kde/HTML/en/knu/index-3.html +share/doc/kde/HTML/en/knu/index-4.html +share/doc/kde/HTML/en/knu/index-5.html +share/doc/kde/HTML/en/knu/index-6.html +share/doc/kde/HTML/en/knu/index-7.html +share/doc/kde/HTML/en/knu/index.html +share/doc/kde/HTML/en/knu/knu-config.gif +share/doc/kde/HTML/en/knu/knu-finger.gif +share/doc/kde/HTML/en/knu/knu-host.gif +share/doc/kde/HTML/en/knu/knu-ping.gif +share/doc/kde/HTML/en/knu/knu-traceroute.gif +share/doc/kde/HTML/en/knu/logotp3.gif +share/doc/kde/HTML/en/korn/index.html +share/doc/kde/HTML/en/krn/articles.html +share/doc/kde/HTML/en/krn/groups.html +share/doc/kde/HTML/en/krn/index.html +share/doc/kde/HTML/en/krn/offline.html +share/doc/kde/HTML/en/krn/overview.html +share/doc/kde/HTML/en/ksirc/PROGRAMMING +share/doc/kde/HTML/en/ksirc/colours.html +share/doc/kde/HTML/en/ksirc/filters.html +share/doc/kde/HTML/en/ksirc/index.html +share/doc/kde/HTML/en/ksirc/keys.html +share/doc/kde/HTML/en/ksirc/ksirc.gif +share/doc/kde/HTML/en/ktalkd/ktalkd-1.html +share/doc/kde/HTML/en/ktalkd/ktalkd-2.html +share/doc/kde/HTML/en/ktalkd/ktalkd-3.html +share/doc/kde/HTML/en/ktalkd/ktalkd-4.html +share/doc/kde/HTML/en/ktalkd/ktalkd-5.html +share/doc/kde/HTML/en/ktalkd/ktalkd-6.html +share/doc/kde/HTML/en/ktalkd/ktalkd.html +share/doc/kde/HTML/en/ktalkd/logotp3.gif +share/doc/kde/HTML/en/pws/pws-1.html +share/doc/kde/HTML/en/pws/pws-2.html +share/doc/kde/HTML/en/pws/pws.gif +share/doc/kde/HTML/en/pws/pws.html +share/doc/kde/HTML/fr/ktalkd/ktalkd-1.html +share/doc/kde/HTML/fr/ktalkd/ktalkd-2.html +share/doc/kde/HTML/fr/ktalkd/ktalkd-3.html +share/doc/kde/HTML/fr/ktalkd/ktalkd-4.html +share/doc/kde/HTML/fr/ktalkd/ktalkd-5.html +share/doc/kde/HTML/fr/ktalkd/ktalkd-6.html +share/doc/kde/HTML/fr/ktalkd/ktalkd.html +share/doc/kde/HTML/fr/ktalkd/logotp3.gif +share/doc/kde/HTML/it/ktalkd/ktalkd-1.html +share/doc/kde/HTML/it/ktalkd/ktalkd-2.html +share/doc/kde/HTML/it/ktalkd/ktalkd-3.html +share/doc/kde/HTML/it/ktalkd/ktalkd-4.html +share/doc/kde/HTML/it/ktalkd/ktalkd-5.html +share/doc/kde/HTML/it/ktalkd/ktalkd-6.html +share/doc/kde/HTML/it/ktalkd/ktalkd.html +share/doc/kde/HTML/it/ktalkd/logotp3.gif +share/kde/applnk/Internet/KMail.kdelnk +share/kde/applnk/Internet/KOrn.kdelnk +share/kde/applnk/Internet/Krn.kdelnk +share/kde/applnk/Internet/karchie.kdelnk +share/kde/applnk/Internet/kbiff.kdelnk +share/kde/applnk/Internet/kfinger.kdelnk +share/kde/applnk/Internet/knu.kdelnk +share/kde/applnk/Internet/ksirc.kdelnk +share/kde/applnk/Settings/Network/kcmktalkd.kdelnk +share/kde/apps/kbiff/pics/delete.xpm +share/kde/apps/kbiff/pics/mailbox.xpm +share/kde/apps/kbiff/pics/mini-newmail.xpm +share/kde/apps/kbiff/pics/mini-noconn.xpm +share/kde/apps/kbiff/pics/mini-nomail.xpm +share/kde/apps/kbiff/pics/mini-oldmail.xpm +share/kde/apps/kbiff/pics/newmail.xpm +share/kde/apps/kbiff/pics/noconn.xpm +share/kde/apps/kbiff/pics/nomail.xpm +share/kde/apps/kbiff/pics/oldmail.xpm +share/kde/apps/kbiff/pics/playsound.xpm +share/kde/apps/kmail/pics/attach.xpm +share/kde/apps/kmail/pics/checkmail.xpm +share/kde/apps/kmail/pics/closed.xpm +share/kde/apps/kmail/pics/feather_white.xpm +share/kde/apps/kmail/pics/filedel2.xpm +share/kde/apps/kmail/pics/fileforward.xpm +share/kde/apps/kmail/pics/filereply.xpm +share/kde/apps/kmail/pics/filereplyall.xpm +share/kde/apps/kmail/pics/green-bullet.xpm +share/kde/apps/kmail/pics/kdelogo.xpm +share/kde/apps/kmail/pics/kmfldin.xpm +share/kde/apps/kmail/pics/kmfldout.xpm +share/kde/apps/kmail/pics/kmfldsent.xpm +share/kde/apps/kmail/pics/kmfolder.xpm +share/kde/apps/kmail/pics/kminsorgmsg.xpm +share/kde/apps/kmail/pics/kmmsgdel.xpm +share/kde/apps/kmail/pics/kmmsgforwarded.xpm +share/kde/apps/kmail/pics/kmmsgnew.xpm +share/kde/apps/kmail/pics/kmmsgold.xpm +share/kde/apps/kmail/pics/kmmsgqueued.xpm +share/kde/apps/kmail/pics/kmmsgreplied.xpm +share/kde/apps/kmail/pics/kmmsgsent.xpm +share/kde/apps/kmail/pics/kmmsgunseen.xpm +share/kde/apps/kmail/pics/kmtrash.xpm +share/kde/apps/kmail/pics/pgp-keys.xpm +share/kde/apps/kmail/pics/pub_key_red.xpm +share/kde/apps/kmail/pics/red-bullet.xpm +share/kde/apps/kmail/pics/send.xpm +share/kde/apps/kmail/pics/stopwatch.xbm +share/kde/apps/kmail/pics/stopwatchMask.xbm +share/kde/apps/kmail/pics/thumb_up.xpm +share/kde/apps/krn/toolbar/attach.xpm +share/kde/apps/krn/toolbar/black-bullet.xpm +share/kde/apps/krn/toolbar/catch.xpm +share/kde/apps/krn/toolbar/closed.xpm +share/kde/apps/krn/toolbar/connected.xpm +share/kde/apps/krn/toolbar/deco.xpm +share/kde/apps/krn/toolbar/disconnected.xpm +share/kde/apps/krn/toolbar/feather_white.xpm +share/kde/apps/krn/toolbar/fileforward.xpm +share/kde/apps/krn/toolbar/filemail.xpm +share/kde/apps/krn/toolbar/fileprint.xpm +share/kde/apps/krn/toolbar/find.xpm +share/kde/apps/krn/toolbar/followup.xpm +share/kde/apps/krn/toolbar/green-bullet.xpm +share/kde/apps/krn/toolbar/krnfolder.xpm +share/kde/apps/krn/toolbar/left.xpm +share/kde/apps/krn/toolbar/locked.xpm +share/kde/apps/krn/toolbar/logo.xpm +share/kde/apps/krn/toolbar/mailpost.xpm +share/kde/apps/krn/toolbar/previous.xpm +share/kde/apps/krn/toolbar/pub_key_red.xpm +share/kde/apps/krn/toolbar/read.xpm +share/kde/apps/krn/toolbar/red-bullet.xpm +share/kde/apps/krn/toolbar/reload.xpm +share/kde/apps/krn/toolbar/right.xpm +share/kde/apps/krn/toolbar/save.xpm +share/kde/apps/krn/toolbar/send.xpm +share/kde/apps/krn/toolbar/subscr.xpm +share/kde/apps/krn/toolbar/tagged.xpm +share/kde/apps/krn/toolbar/thumb_up.xpm +share/kde/apps/ksirc/commands-handler.pl +share/kde/apps/ksirc/commands-perl.pl +share/kde/apps/ksirc/convert_commands.pl +share/kde/apps/ksirc/dcc_progress.pm +share/kde/apps/ksirc/dcc_status.pm +share/kde/apps/ksirc/filters.pl +share/kde/apps/ksirc/icons/arrow.gif +share/kde/apps/ksirc/icons/blueball.gif +share/kde/apps/ksirc/icons/bluepin.gif +share/kde/apps/ksirc/icons/channel.xpm +share/kde/apps/ksirc/icons/channels.xpm +share/kde/apps/ksirc/icons/greenpin.gif +share/kde/apps/ksirc/icons/info.gif +share/kde/apps/ksirc/icons/info1.gif +share/kde/apps/ksirc/icons/ksirc.gif +share/kde/apps/ksirc/icons/ksirc_a.xpm +share/kde/apps/ksirc/icons/ksirc_b.xpm +share/kde/apps/ksirc/icons/ksirc_dock.xpm +share/kde/apps/ksirc/icons/madsmiley.gif +share/kde/apps/ksirc/icons/mini-run.gif +share/kde/apps/ksirc/icons/server.xpm +share/kde/apps/ksirc/icons/smiley.gif +share/kde/apps/ksirc/icons/star.gif +share/kde/apps/ksirc/ksirc.pl +share/kde/apps/ksirc/ksirclistbox.pm +share/kde/apps/ksirc/load_all.pm +share/kde/apps/ksirc/palistbox.pm +share/kde/apps/ksirc/pbase.pm +share/kde/apps/ksirc/pboxlayout.pm +share/kde/apps/ksirc/pbutton.pm +share/kde/apps/ksirc/pframe.pm +share/kde/apps/ksirc/pics/pws_general.xpm +share/kde/apps/ksirc/pics/pws_www.xpm +share/kde/apps/ksirc/pkfiledialog.pm +share/kde/apps/ksirc/plabel.pm +share/kde/apps/ksirc/plined.pm +share/kde/apps/ksirc/plistbox.pm +share/kde/apps/ksirc/pmenudta.pm +share/kde/apps/ksirc/pobjfinder.pm +share/kde/apps/ksirc/ppopmenu.pm +share/kde/apps/ksirc/pprogress.pm +share/kde/apps/ksirc/ppushbt.pm +share/kde/apps/ksirc/ptabdialog.pm +share/kde/apps/ksirc/ptablevw.pm +share/kde/apps/ksirc/puke.pl +share/kde/apps/ksirc/pwidget.pm +share/kde/apps/ksirc/relnotes +share/kde/apps/ksirc/servers.ini +share/kde/apps/ksirc/servers.txt +share/kde/apps/ksirc/sirc.help.gz +share/kde/apps/ksirc/small.pl +share/kde/apps/ksirc/test.pl +share/kde/apps/ksirc/tester.pl +share/kde/config/karchierc +share/kde/config/kfingerrc +share/kde/config/ktalkdrc +share/kde/icons/karchie.xpm +share/kde/icons/kbiff.xpm +share/kde/icons/kmail.xpm +share/kde/icons/knu.xpm +share/kde/icons/korn.xpm +share/kde/icons/krn.xpm +share/kde/icons/ksirc.gif +share/kde/icons/large/kmail.xpm +share/kde/icons/large/korn.xpm +share/kde/icons/mini/karchie.xpm +share/kde/icons/mini/kbiff.xpm +share/kde/icons/mini/kmail.xpm +share/kde/icons/mini/knu.xpm +share/kde/icons/mini/korn.xpm +share/kde/icons/mini/krn.xpm +share/kde/icons/mini/pws.xpm +share/kde/icons/pws.xpm +share/kde/locale/br/LC_MESSAGES/karchie.mo +share/kde/locale/br/LC_MESSAGES/kbiff.mo +share/kde/locale/br/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/br/LC_MESSAGES/kfinger.mo +share/kde/locale/br/LC_MESSAGES/kmail.mo +share/kde/locale/br/LC_MESSAGES/knu.mo +share/kde/locale/br/LC_MESSAGES/korn.mo +share/kde/locale/br/LC_MESSAGES/krn.mo +share/kde/locale/br/LC_MESSAGES/ksirc.mo +share/kde/locale/br/LC_MESSAGES/ktalkd.mo +share/kde/locale/ca/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/ca/LC_MESSAGES/kfinger.mo +share/kde/locale/ca/LC_MESSAGES/kmail.mo +share/kde/locale/ca/LC_MESSAGES/knu.mo +share/kde/locale/ca/LC_MESSAGES/krn.mo +share/kde/locale/ca/LC_MESSAGES/ktalkd.mo +share/kde/locale/cs/LC_MESSAGES/karchie.mo +share/kde/locale/cs/LC_MESSAGES/kbiff.mo +share/kde/locale/cs/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/cs/LC_MESSAGES/kfinger.mo +share/kde/locale/cs/LC_MESSAGES/kmail.mo +share/kde/locale/cs/LC_MESSAGES/knu.mo +share/kde/locale/cs/LC_MESSAGES/korn.mo +share/kde/locale/cs/LC_MESSAGES/krn.mo +share/kde/locale/cs/LC_MESSAGES/ksirc.mo +share/kde/locale/cs/LC_MESSAGES/ktalkd.mo +share/kde/locale/da/LC_MESSAGES/karchie.mo +share/kde/locale/da/LC_MESSAGES/kbiff.mo +share/kde/locale/da/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/da/LC_MESSAGES/kfinger.mo +share/kde/locale/da/LC_MESSAGES/kmail.mo +share/kde/locale/da/LC_MESSAGES/knu.mo +share/kde/locale/da/LC_MESSAGES/korn.mo +share/kde/locale/da/LC_MESSAGES/krn.mo +share/kde/locale/da/LC_MESSAGES/ksirc.mo +share/kde/locale/da/LC_MESSAGES/ktalkd.mo +share/kde/locale/de/LC_MESSAGES/karchie.mo +share/kde/locale/de/LC_MESSAGES/kbiff.mo +share/kde/locale/de/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/de/LC_MESSAGES/kfinger.mo +share/kde/locale/de/LC_MESSAGES/kmail.mo +share/kde/locale/de/LC_MESSAGES/knu.mo +share/kde/locale/de/LC_MESSAGES/korn.mo +share/kde/locale/de/LC_MESSAGES/krn.mo +share/kde/locale/de/LC_MESSAGES/ksirc.mo +share/kde/locale/de/LC_MESSAGES/ktalkd.mo +share/kde/locale/el/LC_MESSAGES/kmail.mo +share/kde/locale/el/LC_MESSAGES/knu.mo +share/kde/locale/el/LC_MESSAGES/krn.mo +share/kde/locale/eo/LC_MESSAGES/karchie.mo +share/kde/locale/eo/LC_MESSAGES/kbiff.mo +share/kde/locale/eo/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/eo/LC_MESSAGES/kfinger.mo +share/kde/locale/eo/LC_MESSAGES/kmail.mo +share/kde/locale/eo/LC_MESSAGES/knu.mo +share/kde/locale/eo/LC_MESSAGES/korn.mo +share/kde/locale/eo/LC_MESSAGES/krn.mo +share/kde/locale/eo/LC_MESSAGES/ksirc.mo +share/kde/locale/eo/LC_MESSAGES/ktalkd.mo +share/kde/locale/es/LC_MESSAGES/kbiff.mo +share/kde/locale/es/LC_MESSAGES/kfinger.mo +share/kde/locale/es/LC_MESSAGES/kmail.mo +share/kde/locale/es/LC_MESSAGES/knu.mo +share/kde/locale/es/LC_MESSAGES/korn.mo +share/kde/locale/es/LC_MESSAGES/krn.mo +share/kde/locale/es/LC_MESSAGES/ktalkd.mo +share/kde/locale/et/LC_MESSAGES/kmail.mo +share/kde/locale/fi/LC_MESSAGES/karchie.mo +share/kde/locale/fi/LC_MESSAGES/kbiff.mo +share/kde/locale/fi/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/fi/LC_MESSAGES/kfinger.mo +share/kde/locale/fi/LC_MESSAGES/kmail.mo +share/kde/locale/fi/LC_MESSAGES/knu.mo +share/kde/locale/fi/LC_MESSAGES/korn.mo +share/kde/locale/fi/LC_MESSAGES/krn.mo +share/kde/locale/fi/LC_MESSAGES/ksirc.mo +share/kde/locale/fi/LC_MESSAGES/ktalkd.mo +share/kde/locale/fr/LC_MESSAGES/karchie.mo +share/kde/locale/fr/LC_MESSAGES/kbiff.mo +share/kde/locale/fr/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/fr/LC_MESSAGES/kfinger.mo +share/kde/locale/fr/LC_MESSAGES/kmail.mo +share/kde/locale/fr/LC_MESSAGES/knu.mo +share/kde/locale/fr/LC_MESSAGES/korn.mo +share/kde/locale/fr/LC_MESSAGES/krn.mo +share/kde/locale/fr/LC_MESSAGES/ksirc.mo +share/kde/locale/fr/LC_MESSAGES/ktalkd.mo +share/kde/locale/hr/LC_MESSAGES/kbiff.mo +share/kde/locale/hr/LC_MESSAGES/kfinger.mo +share/kde/locale/hr/LC_MESSAGES/kmail.mo +share/kde/locale/hr/LC_MESSAGES/knu.mo +share/kde/locale/hr/LC_MESSAGES/krn.mo +share/kde/locale/hr/LC_MESSAGES/ksirc.mo +share/kde/locale/hr/LC_MESSAGES/ktalkd.mo +share/kde/locale/hs/LC_MESSAGES/kmail.mo +share/kde/locale/hs/LC_MESSAGES/krn.mo +share/kde/locale/hu/LC_MESSAGES/kbiff.mo +share/kde/locale/hu/LC_MESSAGES/kfinger.mo +share/kde/locale/hu/LC_MESSAGES/kmail.mo +share/kde/locale/hu/LC_MESSAGES/knu.mo +share/kde/locale/hu/LC_MESSAGES/ktalkd.mo +share/kde/locale/is/LC_MESSAGES/karchie.mo +share/kde/locale/is/LC_MESSAGES/kbiff.mo +share/kde/locale/is/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/is/LC_MESSAGES/kfinger.mo +share/kde/locale/is/LC_MESSAGES/kmail.mo +share/kde/locale/is/LC_MESSAGES/knu.mo +share/kde/locale/is/LC_MESSAGES/korn.mo +share/kde/locale/is/LC_MESSAGES/krn.mo +share/kde/locale/is/LC_MESSAGES/ksirc.mo +share/kde/locale/is/LC_MESSAGES/ktalkd.mo +share/kde/locale/it/LC_MESSAGES/kbiff.mo +share/kde/locale/it/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/it/LC_MESSAGES/kfinger.mo +share/kde/locale/it/LC_MESSAGES/kmail.mo +share/kde/locale/it/LC_MESSAGES/knu.mo +share/kde/locale/it/LC_MESSAGES/korn.mo +share/kde/locale/it/LC_MESSAGES/krn.mo +share/kde/locale/it/LC_MESSAGES/ktalkd.mo +share/kde/locale/ja/LC_MESSAGES/karchie.mo +share/kde/locale/ja/LC_MESSAGES/kbiff.mo +share/kde/locale/ja/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/ja/LC_MESSAGES/kfinger.mo +share/kde/locale/ja/LC_MESSAGES/kmail.mo +share/kde/locale/ja/LC_MESSAGES/knu.mo +share/kde/locale/ja/LC_MESSAGES/korn.mo +share/kde/locale/ja/LC_MESSAGES/krn.mo +share/kde/locale/ja/LC_MESSAGES/ksirc.mo +share/kde/locale/ja/LC_MESSAGES/ktalkd.mo +share/kde/locale/ko/LC_MESSAGES/kmail.mo +share/kde/locale/ko/LC_MESSAGES/knu.mo +share/kde/locale/ko/LC_MESSAGES/krn.mo +share/kde/locale/mk/LC_MESSAGES/kmail.mo +share/kde/locale/nl/LC_MESSAGES/kmail.mo +share/kde/locale/nl/LC_MESSAGES/knu.mo +share/kde/locale/nl/LC_MESSAGES/krn.mo +share/kde/locale/nl/LC_MESSAGES/ktalkd.mo +share/kde/locale/no/LC_MESSAGES/karchie.mo +share/kde/locale/no/LC_MESSAGES/kbiff.mo +share/kde/locale/no/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/no/LC_MESSAGES/kfinger.mo +share/kde/locale/no/LC_MESSAGES/kmail.mo +share/kde/locale/no/LC_MESSAGES/knu.mo +share/kde/locale/no/LC_MESSAGES/korn.mo +share/kde/locale/no/LC_MESSAGES/krn.mo +share/kde/locale/no/LC_MESSAGES/ksirc.mo +share/kde/locale/no/LC_MESSAGES/ktalkd.mo +share/kde/locale/pl/LC_MESSAGES/karchie.mo +share/kde/locale/pl/LC_MESSAGES/kbiff.mo +share/kde/locale/pl/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/pl/LC_MESSAGES/kfinger.mo +share/kde/locale/pl/LC_MESSAGES/kmail.mo +share/kde/locale/pl/LC_MESSAGES/knu.mo +share/kde/locale/pl/LC_MESSAGES/korn.mo +share/kde/locale/pl/LC_MESSAGES/krn.mo +share/kde/locale/pl/LC_MESSAGES/ksirc.mo +share/kde/locale/pl/LC_MESSAGES/ktalkd.mo +share/kde/locale/pt/LC_MESSAGES/kbiff.mo +share/kde/locale/pt/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/pt/LC_MESSAGES/kfinger.mo +share/kde/locale/pt/LC_MESSAGES/kmail.mo +share/kde/locale/pt/LC_MESSAGES/knu.mo +share/kde/locale/pt/LC_MESSAGES/krn.mo +share/kde/locale/pt/LC_MESSAGES/ksirc.mo +share/kde/locale/pt/LC_MESSAGES/ktalkd.mo +share/kde/locale/pt_BR/LC_MESSAGES/karchie.mo +share/kde/locale/pt_BR/LC_MESSAGES/kbiff.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmtalkd.mo +share/kde/locale/pt_BR/LC_MESSAGES/kfinger.mo +share/kde/locale/pt_BR/LC_MESSAGES/kmail.mo +share/kde/locale/pt_BR/LC_MESSAGES/knu.mo +share/kde/locale/pt_BR/LC_MESSAGES/korn.mo +share/kde/locale/pt_BR/LC_MESSAGES/krn.mo +share/kde/locale/pt_BR/LC_MESSAGES/ksirc.mo +share/kde/locale/pt_BR/LC_MESSAGES/ktalkd.mo +share/kde/locale/ro/LC_MESSAGES/kfinger.mo +share/kde/locale/ro/LC_MESSAGES/kmail.mo +share/kde/locale/ro/LC_MESSAGES/krn.mo +share/kde/locale/ru/LC_MESSAGES/kbiff.mo +share/kde/locale/ru/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/ru/LC_MESSAGES/kfinger.mo +share/kde/locale/ru/LC_MESSAGES/kmail.mo +share/kde/locale/ru/LC_MESSAGES/knu.mo +share/kde/locale/ru/LC_MESSAGES/korn.mo +share/kde/locale/ru/LC_MESSAGES/krn.mo +share/kde/locale/ru/LC_MESSAGES/ksirc.mo +share/kde/locale/ru/LC_MESSAGES/ktalkd.mo +share/kde/locale/sk/LC_MESSAGES/karchie.mo +share/kde/locale/sk/LC_MESSAGES/kbiff.mo +share/kde/locale/sk/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/sk/LC_MESSAGES/kfinger.mo +share/kde/locale/sk/LC_MESSAGES/kmail.mo +share/kde/locale/sk/LC_MESSAGES/knu.mo +share/kde/locale/sk/LC_MESSAGES/korn.mo +share/kde/locale/sk/LC_MESSAGES/krn.mo +share/kde/locale/sk/LC_MESSAGES/ksirc.mo +share/kde/locale/sk/LC_MESSAGES/ktalkd.mo +share/kde/locale/sl/LC_MESSAGES/karchie.mo +share/kde/locale/sl/LC_MESSAGES/kbiff.mo +share/kde/locale/sl/LC_MESSAGES/kcmktalkd.mo +share/kde/locale/sl/LC_MESSAGES/kfinger.mo +share/kde/locale/sl/LC_MESSAGES/kmail.mo +share/kde/locale/sl/LC_MESSAGES/knu.mo +share/kde/locale/sl/LC_MESSAGES/korn.mo +share/kde/locale/sl/LC_MESSAGES/krn.mo +share/kde/locale/sl/LC_MESSAGES/ksirc.mo +share/kde/locale/sl/LC_MESSAGES/ktalkd.mo +share/kde/locale/sv/LC_MESSAGES/karchie.mo +share/kde/locale/sv/LC_MESSAGES/kbiff.mo +share/kde/locale/sv/LC_MESSAGES/kcmtalkd.mo +share/kde/locale/sv/LC_MESSAGES/kfinger.mo +share/kde/locale/sv/LC_MESSAGES/kmail.mo +share/kde/locale/sv/LC_MESSAGES/knu.mo +share/kde/locale/sv/LC_MESSAGES/korn.mo +share/kde/locale/sv/LC_MESSAGES/krn.mo +share/kde/locale/sv/LC_MESSAGES/ksirc.mo +share/kde/locale/sv/LC_MESSAGES/ktalkd.mo +share/kde/locale/tr/LC_MESSAGES/kmail.mo +share/kde/locale/tr/LC_MESSAGES/knu.mo +share/kde/locale/tr/LC_MESSAGES/krn.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kfinger.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kmail.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/knu.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/krn.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/ktalkd.mo +share/kde/sounds/ktalkd.wav +share/kde/toolbar/kcontrol.xpm +share/kde/toolbar/mini-clock.xpm +share/kde/toolbar/mini-connect.xpm +share/kde/toolbar/mini-ktalk.xpm +@dirrm share/kde/apps/ksirc/pics +@dirrm share/kde/apps/ksirc/icons +@dirrm share/kde/apps/ksirc +@dirrm share/kde/apps/krn/toolbar +@dirrm share/kde/apps/krn +@dirrm share/kde/apps/kmail/pics +@dirrm share/kde/apps/kmail +@dirrm share/kde/apps/kbiff/pics +@dirrm share/kde/apps/kbiff +@dirrm share/doc/kde/HTML/it/ktalkd +@dirrm share/doc/kde/HTML/fr/ktalkd +@dirrm share/doc/kde/HTML/en/pws +@dirrm share/doc/kde/HTML/en/ktalkd +@dirrm share/doc/kde/HTML/en/ksirc +@dirrm share/doc/kde/HTML/en/krn +@dirrm share/doc/kde/HTML/en/korn +@dirrm share/doc/kde/HTML/en/knu +@dirrm share/doc/kde/HTML/en/kmail +@dirrm share/doc/kde/HTML/en/kfinger +@dirrm share/doc/kde/HTML/en/kbiff +@dirrm share/doc/kde/HTML/en/karchie +@dirrm share/doc/kde/HTML/el/ktalkd +@dirrm lib/ksirc diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 645bd64f203..090e3ab9ea0 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 1999/11/15 09:04:03 tron Exp $ +# $NetBSD: Makefile,v 1.59 1999/12/06 20:44:58 bouyer Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -50,7 +50,7 @@ post-extract: post-install: @${CHMOD} u+s ${PREFIX}/bin/klock - @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + @${CP} ${PLIST_INIT} ${PLIST_SRC} @(cd ${PREFIX}; find ${PLIST_DIRS} -type f >>${PLIST_SRC}) @(cd ${PREFIX}; find ${PLIST_DIRS} -type d | sort -r | \ ${SED} "s/^/\@dirrm /" >>${PLIST_SRC}) @@ -73,3 +73,8 @@ post-install: ${PREFIX}/share/doc/kde/HTML/en/kdm .include "../../mk/bsd.pkg.mk" +.if (${OPSYS} == "SunOS") +PLIST_INIT= ${PKGDIR}/PLIST-SunOS +.else +PLIST_INIT= ${PKGDIR}/PLIST +.endif diff --git a/x11/kdebase/files/patch-sum b/x11/kdebase/files/patch-sum index 26a0a4d7446..1890ddb84a9 100644 --- a/x11/kdebase/files/patch-sum +++ b/x11/kdebase/files/patch-sum @@ -1,7 +1,7 @@ -$NetBSD: patch-sum,v 1.13 1999/11/12 04:50:00 hubertf Exp $ +$NetBSD: patch-sum,v 1.14 1999/12/06 20:44:58 bouyer Exp $ -MD5 (patch-aa) = 4e66afa03f19ec16d3c3d5056fa5137c -MD5 (patch-ab) = 94e13134d265a1f7dcbccafcea45c29b +MD5 (patch-aa) = 303946a27264c181f1e104952472f377 +MD5 (patch-ab) = ae52c0f96ecbd3ec76b70a9719b45ae8 MD5 (patch-ac) = 284c8a7973d5ea902946a5c9f1131426 MD5 (patch-ad) = 4047b54aba3fbd73db81e717b60b8414 MD5 (patch-ae) = 9a907135978efd3362ed6626a99f8b48 @@ -17,7 +17,7 @@ MD5 (patch-an) = 4b04e0bf15c1492b4b590a803643ec03 MD5 (patch-ap) = 2f714901d2e2d2b2472ce8bbaa3bde67 MD5 (patch-aq) = 825a6d67066aa57a3e43e6a64460622c MD5 (patch-ar) = 18a1c34da9b75712359ae890edcb1021 -MD5 (patch-as) = c274dcf087cca75d71a7fdec0db67e79 +MD5 (patch-as) = c6230c94292cb470ec122275d39baedf MD5 (patch-at) = 850c8399f58e5e70684850e8884ba4ca MD5 (patch-au) = 58e75e801e9787425eac8f82d5748991 MD5 (patch-av) = aea6fd314e7d654567e6ca1a0a15903d diff --git a/x11/kdebase/patches/patch-aa b/x11/kdebase/patches/patch-aa index b26db1052b5..2bfe92b2a6a 100644 --- a/x11/kdebase/patches/patch-aa +++ b/x11/kdebase/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ +$NetBSD: patch-aa,v 1.14 1999/12/06 20:44:59 bouyer Exp $ ---- ./configure Tue Sep 7 17:21:06 1999 -+++ /usr/pkgsrc/x11/kdebase/work.i386.unpatched/kdebase-1.1.2/configure Fri Nov 12 05:10:30 1999 -@@ -517,9 +517,9 @@ +--- configure.old Tue Sep 7 17:21:06 1999 ++++ configure Fri Dec 3 18:56:37 1999 +@@ -517,9 +517,10 @@ # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then @@ -10,11 +10,12 @@ $NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ + 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" ++ CONFIG_SITE="$ac_default_prefix/share/kde/config.site $ac_default_prefix/e ++tc/config.site" fi fi for ac_site_file in $CONFIG_SITE; do -@@ -3994,37 +3994,37 @@ +@@ -3994,37 +3995,37 @@ if test "$ac_use_path_checking" = "default"; then if test -z "$kde_htmldir"; then @@ -27,7 +28,7 @@ $NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ fi if test -z "$kde_icondir"; then - kde_icondir='\$(prefix)/share/icons' -+ kde_icondir='\$(prefix)/share/kde/icons' ++ kde_icondir='\$(prefix)/share/kde/kde/icons' fi if test -z "$kde_sounddir"; then - kde_sounddir='\$(prefix)/share/sounds' @@ -43,7 +44,7 @@ $NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ fi if test -z "$kde_cgidir"; then - kde_cgidir='\$(exec_prefix)/cgi-bin' -+ kde_cgidir='\$(libexecdir)/kde-cgi-bin' ++ kde_cgidir='\$(exec_prefix)/kde-cgi-bin' fi if test -z "$kde_confdir"; then - kde_confdir='\$(prefix)/share/config' @@ -63,7 +64,7 @@ $NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ fi if test -z "$kde_bindir"; then kde_bindir='\$(exec_prefix)/bin' -@@ -4823,7 +4823,7 @@ +@@ -4823,7 +4824,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" @@ -72,7 +73,7 @@ $NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ cat > conftest.$ac_ext <<EOF #line 4829 "configure" #include "confdefs.h" -@@ -4847,7 +4847,7 @@ +@@ -4847,7 +4848,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -81,7 +82,7 @@ $NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ cat >> confdefs.h <<EOF #define HAVE_PAM_LIB 1 EOF -@@ -5124,7 +5124,7 @@ +@@ -5124,7 +5125,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" @@ -90,3 +91,58 @@ $NetBSD: patch-aa,v 1.13 1999/11/12 04:50:00 hubertf Exp $ cat > conftest.$ac_ext <<EOF #line 5130 "configure" #include "confdefs.h" +@@ -6166,6 +6167,46 @@ + + + ++echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6 ++echo "configure:6171: checking for main in -lossaudio" >&5 ++ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'` ++if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ++ echo $ac_n "(cached) $ac_c" 1>&6 ++else ++ ac_save_LIBS="$LIBS" ++LIBS="-lossaudio $LIBS" ++cat > conftest.$ac_ext <<EOF ++#line 6179 "configure" ++#include "confdefs.h" ++ ++int main() { ++main() ++; return 0; } ++EOF ++if { (eval echo configure:6186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++ rm -rf conftest* ++ eval "ac_cv_lib_$ac_lib_var=yes" ++else ++ echo "configure: failed program was:" >&5 ++ cat conftest.$ac_ext >&5 ++ rm -rf conftest* ++ eval "ac_cv_lib_$ac_lib_var=no" ++fi ++rm -f conftest* ++LIBS="$ac_save_LIBS" ++ ++fi ++if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ++ echo "$ac_t""yes" 1>&6 ++ LIBOSSAUDIO=-lossaudio ++else ++ echo "$ac_t""no" 1>&6 ++LIBOSSAUDIO='' ++fi ++ ++ ++ ++ + if test "$kde_have_setupterm" = "yes"; then + cat >> confdefs.h <<EOF + #define HAVE_SETUPTERM 1 +@@ -7420,6 +7461,7 @@ + s%@XPMLIB@%$XPMLIB%g + s%@XPM_SAVERS@%$XPM_SAVERS%g + s%@LIBCURSES@%$LIBCURSES%g ++s%@LIBOSSAUDIO@%$LIBOSSAUDIO%g + s%@LIBVOLMGT@%$LIBVOLMGT%g + s%@topdir@%$topdir%g + s%@RUN_KAPPFINDER@%$RUN_KAPPFINDER%g diff --git a/x11/kdebase/patches/patch-ab b/x11/kdebase/patches/patch-ab index bee4c2d8710..f1bb6833c45 100644 --- a/x11/kdebase/patches/patch-ab +++ b/x11/kdebase/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.9 1999/11/12 04:50:00 hubertf Exp $ +$NetBSD: patch-ab,v 1.10 1999/12/06 20:44:59 bouyer Exp $ --- ./kaudio/Makefile.in Tue Sep 7 17:20:48 1999 +++ /usr/pkgsrc/x11/kdebase/work.i386.unpatched/kdebase-1.1.2/kaudio/Makefile.in Fri Nov 12 05:10:31 1999 @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.9 1999/11/12 04:50:00 hubertf Exp $ LIBS = @LIBS@ maudio_OBJECTS = io_oss.o maudio.o sample.o -maudio_LDADD = $(LDADD) -+maudio_LDADD = $(LDADD) -lossaudio ++maudio_LDADD = $(LDADD) @LIBOSSAUDIO@ maudio_DEPENDENCIES = maudio_LDFLAGS = kaudioserver_OBJECTS = kaudioserver.o diff --git a/x11/kdebase/patches/patch-as b/x11/kdebase/patches/patch-as index 9bb329121d3..65a8cd57dbf 100644 --- a/x11/kdebase/patches/patch-as +++ b/x11/kdebase/patches/patch-as @@ -1,7 +1,7 @@ -$NetBSD: patch-as,v 1.6 1999/11/12 04:50:00 hubertf Exp $ +$NetBSD: patch-as,v 1.7 1999/12/06 20:44:59 bouyer Exp $ ---- ./kfm/kioslave/main.cpp Thu Apr 8 00:56:48 1999 -+++ /usr/pkgsrc/x11/kdebase/work.i386.unpatched/kdebase-1.1.2/kfm/kioslave/main.cpp Fri Nov 12 05:10:33 1999 +--- ./kfm/kioslave/main.cpp.old Thu Apr 8 00:56:48 1999 ++++ ./kfm/kioslave/main.cpp Fri Dec 3 17:25:19 1999 @@ -319,7 +319,7 @@ return; } @@ -11,6 +11,15 @@ $NetBSD: patch-as,v 1.6 1999/11/12 04:50:00 hubertf Exp $ { char buffer[ 1024 ]; int t = (int)time( 0L ); +@@ -331,7 +331,7 @@ + char *res; + + if( volmgt_running() ) { +- if( (res = volmgt_symname( (char *) _point )) == NULL ) { ++ if( (res = volmgt_symname( (char *) _dev )) == NULL ) { + retvalue = 1; + err = QString( strerror( errno )); + } else { @@ -352,8 +352,10 @@ err = QString( "Volume Management is not running." ); } diff --git a/x11/kdebase/pkg/PLIST-SunOS b/x11/kdebase/pkg/PLIST-SunOS new file mode 100644 index 00000000000..dddb2b4d9a4 --- /dev/null +++ b/x11/kdebase/pkg/PLIST-SunOS @@ -0,0 +1,1715 @@ +@comment $NetBSD: PLIST-SunOS,v 1.1 1999/12/06 20:44:59 bouyer Exp $ +bin/kappfinder +bin/kappfinder_restart +bin/kattraction.kss +bin/kaudioserver +bin/kbanner.kss +bin/kbgndwm +bin/kblankscrn.kss +bin/kblob.kss +bin/kbouboule.kss +bin/kbsod.kss +bin/kcheckpass +bin/kcmbell +bin/kcmdisplay +bin/kcmikbd +bin/kcminfo +bin/kcminput +bin/kcmkeys +bin/kcmkfm +bin/kcmkonsole +bin/kcmkpanel +bin/kcmkwm +bin/kcmlocale +bin/kcmsamba +bin/kcmsyssound +bin/kcontrol +bin/kde +bin/kdehelp +bin/kdm +bin/kdmconfig +bin/kdmdesktop +bin/kfind +bin/kflame.kss +bin/kfm +bin/kfmclient +bin/kfmexec +bin/kfmsu +bin/kfmsu2 +bin/kfmwarn +bin/kfontmanager +bin/kforest.kss +bin/khop.kss +bin/kikbd +bin/kioslave +bin/klaser.kss +bin/klines.kss +bin/klissie.kss +bin/klock +bin/kmenuedit +bin/kmorph3d.kss +bin/konsole +bin/konsole_grantpty +bin/kpager +bin/kpanel +bin/kpipes.kss +bin/kplayaudio +bin/kpolygon.kss +bin/kpyro.kss +bin/krdb +bin/krock.kss +bin/krootwm +bin/kscience.kss +bin/kslidescreen.kss +bin/kslip.kss +bin/kspace.kss +bin/kstart +bin/kswarm.kss +bin/kthememgr +bin/kvt +bin/kwm +bin/kwmcom +bin/kwmsound +bin/maudio +bin/rman +bin/startkde +bin/unpack +libexec/kde-cgi-bin/helpindex +libexec/kde-cgi-bin/helpsearch +share/doc/kde/HTML/en/kcontrol/index-1.html +share/doc/kde/HTML/en/kcontrol/index-2.html +share/doc/kde/HTML/en/kcontrol/index.html +share/doc/kde/HTML/en/kcontrol/kcmbell/bell-1.html +share/doc/kde/HTML/en/kcontrol/kcmbell/bell.html +share/doc/kde/HTML/en/kcontrol/kcmbell/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/kdisplay.html +share/doc/kde/HTML/en/kcontrol/kcmdisplay/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcminfo/info-1.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-10.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-11.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-2.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-3.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-4.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-5.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-6.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-7.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-8.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info-9.html +share/doc/kde/HTML/en/kcontrol/kcminfo/info.html +share/doc/kde/HTML/en/kcontrol/kcminfo/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcminput/input-1.html +share/doc/kde/HTML/en/kcontrol/kcminput/input-2.html +share/doc/kde/HTML/en/kcontrol/kcminput/input.html +share/doc/kde/HTML/en/kcontrol/kcminput/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmkeys/keys-1.html +share/doc/kde/HTML/en/kcontrol/kcmkeys/keys.html +share/doc/kde/HTML/en/kcontrol/kcmkeys/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-1.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-2.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-3.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-4.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-5.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-6.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-7.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm-8.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/kfm.html +share/doc/kde/HTML/en/kcontrol/kcmkfm/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmkpanel/kpanel-1.html +share/doc/kde/HTML/en/kcontrol/kcmkpanel/kpanel-2.html +share/doc/kde/HTML/en/kcontrol/kcmkpanel/kpanel-3.html +share/doc/kde/HTML/en/kcontrol/kcmkpanel/kpanel.html +share/doc/kde/HTML/en/kcontrol/kcmkpanel/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmkwm/kwm-1.html +share/doc/kde/HTML/en/kcontrol/kcmkwm/kwm-2.html +share/doc/kde/HTML/en/kcontrol/kcmkwm/kwm-3.html +share/doc/kde/HTML/en/kcontrol/kcmkwm/kwm-4.html +share/doc/kde/HTML/en/kcontrol/kcmkwm/kwm-5.html +share/doc/kde/HTML/en/kcontrol/kcmkwm/kwm-6.html +share/doc/kde/HTML/en/kcontrol/kcmkwm/kwm.html +share/doc/kde/HTML/en/kcontrol/kcmkwm/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmlocale/locale-1.html +share/doc/kde/HTML/en/kcontrol/kcmlocale/locale.html +share/doc/kde/HTML/en/kcontrol/kcmlocale/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmsamba/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmsamba/smbstatus-1.html +share/doc/kde/HTML/en/kcontrol/kcmsamba/smbstatus-2.html +share/doc/kde/HTML/en/kcontrol/kcmsamba/smbstatus.html +share/doc/kde/HTML/en/kcontrol/kcmsyssound/logotp3.gif +share/doc/kde/HTML/en/kcontrol/kcmsyssound/syssound-1.html +share/doc/kde/HTML/en/kcontrol/kcmsyssound/syssound.html +share/doc/kde/HTML/en/kcontrol/kdmconfig/index.html +share/doc/kde/HTML/en/kcontrol/kdmconfig/kdm-appear.html +share/doc/kde/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html +share/doc/kde/HTML/en/kcontrol/kdmconfig/kdm-font.html +share/doc/kde/HTML/en/kcontrol/kdmconfig/kdm-sess.html +share/doc/kde/HTML/en/kcontrol/kdmconfig/kdm-users.html +share/doc/kde/HTML/en/kcontrol/kthememgr/kthememgr-1.html +share/doc/kde/HTML/en/kcontrol/kthememgr/kthememgr-2.html +share/doc/kde/HTML/en/kcontrol/kthememgr/kthememgr-3.html +share/doc/kde/HTML/en/kcontrol/kthememgr/kthememgr-4.html +share/doc/kde/HTML/en/kcontrol/kthememgr/kthememgr.html +share/doc/kde/HTML/en/kcontrol/kthememgr/logotp3.gif +share/doc/kde/HTML/en/kcontrol/logotp3.gif +share/doc/kde/HTML/en/kdehelp/contact.html +share/doc/kde/HTML/en/kdehelp/devel.html +share/doc/kde/HTML/en/kdehelp/exec.xpm +share/doc/kde/HTML/en/kdehelp/index.html +share/doc/kde/HTML/en/kdehelp/intro.html +share/doc/kde/HTML/en/kdehelp/kde.html +share/doc/kde/HTML/en/kdehelp/kdeside.gif +share/doc/kde/HTML/en/kdehelp/kogo3.gif +share/doc/kde/HTML/en/kdehelp/kpanel/index-1.html +share/doc/kde/HTML/en/kdehelp/kpanel/index-2.html +share/doc/kde/HTML/en/kdehelp/kpanel/index-3.html +share/doc/kde/HTML/en/kdehelp/kpanel/index-4.html +share/doc/kde/HTML/en/kdehelp/kpanel/index-5.html +share/doc/kde/HTML/en/kdehelp/kpanel/index.html +share/doc/kde/HTML/en/kdehelp/kpanel/logotp3.gif +share/doc/kde/HTML/en/kdehelp/ksearch.html +share/doc/kde/HTML/en/kdehelp/kule.gif +share/doc/kde/HTML/en/kdehelp/kwm/index-1.html +share/doc/kde/HTML/en/kdehelp/kwm/index-2.html +share/doc/kde/HTML/en/kdehelp/kwm/index-3.html +share/doc/kde/HTML/en/kdehelp/kwm/index-4.html +share/doc/kde/HTML/en/kdehelp/kwm/index-5.html +share/doc/kde/HTML/en/kdehelp/kwm/index-6.html +share/doc/kde/HTML/en/kdehelp/kwm/index.html +share/doc/kde/HTML/en/kdehelp/kwm/logotp3.gif +share/doc/kde/HTML/en/kdehelp/logotp3.gif +share/doc/kde/HTML/en/kdehelp/main.html +share/doc/kde/HTML/en/kdehelp/nav_bar.gif +share/doc/kde/HTML/en/kdehelp/quickstart/index-1.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-10.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-2.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-3.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-4.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-5.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-6.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-7.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-8.html +share/doc/kde/HTML/en/kdehelp/quickstart/index-9.html +share/doc/kde/HTML/en/kdehelp/quickstart/index.html +share/doc/kde/HTML/en/kdehelp/quickstart/logotp3.gif +share/doc/kde/HTML/en/kdehelp/single_pixel.gif +share/doc/kde/HTML/en/kdehelp/support.html +share/doc/kde/HTML/en/kdehelp/tealbar.gif +share/doc/kde/HTML/en/kdehelp/whatis.html +share/doc/kde/HTML/en/kdehelp/whatiskde.html +share/doc/kde/HTML/en/kdisknav/kdisknav-1.html +share/doc/kde/HTML/en/kdisknav/kdisknav-2.html +share/doc/kde/HTML/en/kdisknav/kdisknav-3.html +share/doc/kde/HTML/en/kdisknav/kdisknav-4.html +share/doc/kde/HTML/en/kdisknav/kdisknav-5.html +share/doc/kde/HTML/en/kdisknav/kdisknav-6.html +share/doc/kde/HTML/en/kdisknav/kdisknav-7.html +share/doc/kde/HTML/en/kdisknav/kdisknav.html +share/doc/kde/HTML/en/kdisknav/kdisknav.sgml +share/doc/kde/HTML/en/kdisknav/logotp3.gif +share/doc/kde/HTML/en/kdm/index-1.html +share/doc/kde/HTML/en/kdm/index-2.html +share/doc/kde/HTML/en/kdm/index-3.html +share/doc/kde/HTML/en/kdm/index-4.html +share/doc/kde/HTML/en/kdm/index.html +share/doc/kde/HTML/en/kdm/logotp3.gif +@comment The following is not part of the KDE distrib: +share/doc/kde/HTML/en/kdm/Daemon.README +share/doc/kde/HTML/en/kfind/index-1.html +share/doc/kde/HTML/en/kfind/index-2.html +share/doc/kde/HTML/en/kfind/index-3.html +share/doc/kde/HTML/en/kfind/index-4.html +share/doc/kde/HTML/en/kfind/index.html +share/doc/kde/HTML/en/kfind/index.sgml +share/doc/kde/HTML/en/kfind/logotp3.gif +share/doc/kde/HTML/en/kfm/app.html +share/doc/kde/HTML/en/kfm/app1.gif +share/doc/kde/HTML/en/kfm/app2.gif +share/doc/kde/HTML/en/kfm/app2.html +share/doc/kde/HTML/en/kfm/app3.gif +share/doc/kde/HTML/en/kfm/app4.gif +share/doc/kde/HTML/en/kfm/bookmarks.html +share/doc/kde/HTML/en/kfm/dontpanic.jpeg +share/doc/kde/HTML/en/kfm/index-1.html +share/doc/kde/HTML/en/kfm/index-2.html +share/doc/kde/HTML/en/kfm/index-3.html +share/doc/kde/HTML/en/kfm/index-4.html +share/doc/kde/HTML/en/kfm/index-5.html +share/doc/kde/HTML/en/kfm/index-6.html +share/doc/kde/HTML/en/kfm/index-7.html +share/doc/kde/HTML/en/kfm/index.html +share/doc/kde/HTML/en/kfm/keyboard.html +share/doc/kde/HTML/en/kfm/kfm.jpeg +share/doc/kde/HTML/en/kfm/kfm_how.html +share/doc/kde/HTML/en/kfm/kfm_phil.html +share/doc/kde/HTML/en/kfm/lesson1.jpeg +share/doc/kde/HTML/en/kfm/lesson2.jpeg +share/doc/kde/HTML/en/kfm/lesson3.jpeg +share/doc/kde/HTML/en/kfm/lesson4.jpeg +share/doc/kde/HTML/en/kfm/logotp3.gif +share/doc/kde/HTML/en/kfm/manual.html +share/doc/kde/HTML/en/kfm/manual.jpeg +share/doc/kde/HTML/en/kfm/mime.html +share/doc/kde/HTML/en/kfm/mime1.gif +share/doc/kde/HTML/en/kfm/mime2.gif +share/doc/kde/HTML/en/kfm/mime2.html +share/doc/kde/HTML/en/kfm/mime3.gif +share/doc/kde/HTML/en/kfm/next.jpeg +share/doc/kde/HTML/en/kfm/next2.jpeg +share/doc/kde/HTML/en/kfm/previous.jpeg +share/doc/kde/HTML/en/kfm/previous2.jpeg +share/doc/kde/HTML/en/kfm/templates.gif +share/doc/kde/HTML/en/kfontmanager/index-1.html +share/doc/kde/HTML/en/kfontmanager/index-2.html +share/doc/kde/HTML/en/kfontmanager/index-3.html +share/doc/kde/HTML/en/kfontmanager/index-4.html +share/doc/kde/HTML/en/kfontmanager/index.html +share/doc/kde/HTML/en/kfontmanager/logotp3.gif +share/doc/kde/HTML/en/kikbd/advanced.gif +share/doc/kde/HTML/en/kikbd/general.gif +share/doc/kde/HTML/en/kikbd/kikbd-1.html +share/doc/kde/HTML/en/kikbd/kikbd-10.html +share/doc/kde/HTML/en/kikbd/kikbd-11.html +share/doc/kde/HTML/en/kikbd/kikbd-2.html +share/doc/kde/HTML/en/kikbd/kikbd-3.html +share/doc/kde/HTML/en/kikbd/kikbd-4.html +share/doc/kde/HTML/en/kikbd/kikbd-5.html +share/doc/kde/HTML/en/kikbd/kikbd-6.html +share/doc/kde/HTML/en/kikbd/kikbd-7.html +share/doc/kde/HTML/en/kikbd/kikbd-8.html +share/doc/kde/HTML/en/kikbd/kikbd-9.html +share/doc/kde/HTML/en/kikbd/kikbd.html +share/doc/kde/HTML/en/kikbd/logotp3.gif +share/doc/kde/HTML/en/kikbd/startup.gif +share/doc/kde/HTML/en/kikbd/style.gif +share/doc/kde/HTML/en/kmedia/maudio.html +share/doc/kde/HTML/en/kmenuedit/index-1.html +share/doc/kde/HTML/en/kmenuedit/index-2.html +share/doc/kde/HTML/en/kmenuedit/index-3.html +share/doc/kde/HTML/en/kmenuedit/index-4.html +share/doc/kde/HTML/en/kmenuedit/index-5.html +share/doc/kde/HTML/en/kmenuedit/index.html +share/doc/kde/HTML/en/kmenuedit/kmenuedit1.gif +share/doc/kde/HTML/en/kmenuedit/kmenuedit2.gif +share/doc/kde/HTML/en/kmenuedit/logotp3.gif +share/doc/kde/HTML/en/konsole/konsole-1.html +share/doc/kde/HTML/en/konsole/konsole-2.html +share/doc/kde/HTML/en/konsole/konsole-3.html +share/doc/kde/HTML/en/konsole/konsole-4.html +share/doc/kde/HTML/en/konsole/konsole-5.html +share/doc/kde/HTML/en/konsole/konsole.html +share/doc/kde/HTML/en/konsole/logotp3.gif +share/doc/kde/HTML/en/konsole/techref.html +share/doc/kde/HTML/en/konsole/vt100.gif +share/doc/kde/HTML/en/kpager/index-1.html +share/doc/kde/HTML/en/kpager/index-2.html +share/doc/kde/HTML/en/kpager/index-3.html +share/doc/kde/HTML/en/kpager/index-4.html +share/doc/kde/HTML/en/kpager/index-5.html +share/doc/kde/HTML/en/kpager/index.html +share/doc/kde/HTML/en/kpager/logotp3.gif +share/doc/kde/HTML/en/kpanel/index-1.html +share/doc/kde/HTML/en/kpanel/index-2.html +share/doc/kde/HTML/en/kpanel/index-3.html +share/doc/kde/HTML/en/kpanel/index-4.html +share/doc/kde/HTML/en/kpanel/index-5.html +share/doc/kde/HTML/en/kpanel/index.html +share/doc/kde/HTML/en/kpanel/logotp3.gif +share/doc/kde/HTML/en/kthememgr/index-1.html +share/doc/kde/HTML/en/kthememgr/index-2.html +share/doc/kde/HTML/en/kthememgr/index-3.html +share/doc/kde/HTML/en/kthememgr/index.html +share/doc/kde/HTML/en/kthememgr/logotp3.gif +share/doc/kde/HTML/en/kvt/index.html +share/doc/kde/HTML/en/kwm/index-1.html +share/doc/kde/HTML/en/kwm/index-2.html +share/doc/kde/HTML/en/kwm/index-3.html +share/doc/kde/HTML/en/kwm/index-4.html +share/doc/kde/HTML/en/kwm/index-5.html +share/doc/kde/HTML/en/kwm/index-6.html +share/doc/kde/HTML/en/kwm/index.html +share/doc/kde/HTML/en/kwm/logotp3.gif +share/doc/kde/HTML/ru/kikbd/advanced.gif +share/doc/kde/HTML/ru/kikbd/general.gif +share/doc/kde/HTML/ru/kikbd/kikbd-1.html +share/doc/kde/HTML/ru/kikbd/kikbd-2.html +share/doc/kde/HTML/ru/kikbd/kikbd-3.html +share/doc/kde/HTML/ru/kikbd/kikbd-4.html +share/doc/kde/HTML/ru/kikbd/kikbd-5.html +share/doc/kde/HTML/ru/kikbd/kikbd-6.html +share/doc/kde/HTML/ru/kikbd/kikbd-7.html +share/doc/kde/HTML/ru/kikbd/kikbd-8.html +share/doc/kde/HTML/ru/kikbd/kikbd.html +share/doc/kde/HTML/ru/kikbd/logotp3.gif +share/doc/kde/HTML/ru/kikbd/startup.gif +share/doc/kde/HTML/ru/kikbd/style.gif +share/kde/apps/kcmlocale/pics/flag_C.gif +share/kde/apps/kcmlocale/pics/flag_br.gif +share/kde/apps/kcmlocale/pics/flag_ca.gif +share/kde/apps/kcmlocale/pics/flag_cs.gif +share/kde/apps/kcmlocale/pics/flag_da.gif +share/kde/apps/kcmlocale/pics/flag_de.gif +share/kde/apps/kcmlocale/pics/flag_de_CH.gif +share/kde/apps/kcmlocale/pics/flag_el.gif +share/kde/apps/kcmlocale/pics/flag_en.gif +share/kde/apps/kcmlocale/pics/flag_en_UK.gif +share/kde/apps/kcmlocale/pics/flag_eo.gif +share/kde/apps/kcmlocale/pics/flag_es.gif +share/kde/apps/kcmlocale/pics/flag_et.gif +share/kde/apps/kcmlocale/pics/flag_fi.gif +share/kde/apps/kcmlocale/pics/flag_fr.gif +share/kde/apps/kcmlocale/pics/flag_fr_CA.gif +share/kde/apps/kcmlocale/pics/flag_fr_CH.gif +share/kde/apps/kcmlocale/pics/flag_he.gif +share/kde/apps/kcmlocale/pics/flag_hr.gif +share/kde/apps/kcmlocale/pics/flag_hu.gif +share/kde/apps/kcmlocale/pics/flag_is.gif +share/kde/apps/kcmlocale/pics/flag_it.gif +share/kde/apps/kcmlocale/pics/flag_ja.gif +share/kde/apps/kcmlocale/pics/flag_ko.gif +share/kde/apps/kcmlocale/pics/flag_mk.gif +share/kde/apps/kcmlocale/pics/flag_nl.gif +share/kde/apps/kcmlocale/pics/flag_no.gif +share/kde/apps/kcmlocale/pics/flag_pl.gif +share/kde/apps/kcmlocale/pics/flag_pt.gif +share/kde/apps/kcmlocale/pics/flag_pt_BR.gif +share/kde/apps/kcmlocale/pics/flag_ro.gif +share/kde/apps/kcmlocale/pics/flag_ru.gif +share/kde/apps/kcmlocale/pics/flag_se.gif +share/kde/apps/kcmlocale/pics/flag_sk.gif +share/kde/apps/kcmlocale/pics/flag_sl.gif +share/kde/apps/kcmlocale/pics/flag_sv.gif +share/kde/apps/kcmlocale/pics/flag_tr.gif +share/kde/apps/kcmlocale/pics/flag_us_eu.gif +share/kde/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif +share/kde/apps/kcmlocale/pics/flag_zh_TW.Big5.gif +share/kde/apps/kcontrol/pics/kdekcc.xpm +share/kde/apps/kdisplay/app-defaults/AAAAAAGeneral.ad +share/kde/apps/kdisplay/app-defaults/AAAMotif.ad +share/kde/apps/kdisplay/app-defaults/AAATk.ad +share/kde/apps/kdisplay/app-defaults/AAAXaw.ad +share/kde/apps/kdisplay/app-defaults/Editres.ad +share/kde/apps/kdisplay/app-defaults/Emacs.ad +share/kde/apps/kdisplay/app-defaults/ML.ad +share/kde/apps/kdisplay/app-defaults/Nedit.ad +share/kde/apps/kdisplay/app-defaults/Netscape.ad +share/kde/apps/kdisplay/app-defaults/RVPlayer.ad +share/kde/apps/kdisplay/app-defaults/XCalc.ad +share/kde/apps/kdisplay/app-defaults/XTerm.ad +share/kde/apps/kdisplay/app-defaults/XV.ad +share/kde/apps/kdisplay/app-defaults/XWp.ad +share/kde/apps/kdisplay/color-schemes/AtlasGreen.kcsrc +share/kde/apps/kdisplay/color-schemes/BeOS.kcsrc +share/kde/apps/kdisplay/color-schemes/BlueSlate.kcsrc +share/kde/apps/kdisplay/color-schemes/CDE.kcsrc +share/kde/apps/kdisplay/color-schemes/DesertRed.kcsrc +share/kde/apps/kdisplay/color-schemes/DigitalCDE.kcsrc +share/kde/apps/kdisplay/color-schemes/PaleGray.kcsrc +share/kde/apps/kdisplay/color-schemes/Pumpkin.kcsrc +share/kde/apps/kdisplay/color-schemes/SolarisCDE.kcsrc +share/kde/apps/kdisplay/color-schemes/Storm.kcsrc +share/kde/apps/kdisplay/color-schemes/Windows95.kcsrc +share/kde/apps/kdm/pics/kdeflower.xpm +share/kde/apps/kdm/pics/kdelogo.xpm +share/kde/apps/kdm/pics/session_kde.xpm +share/kde/apps/kdm/pics/users/default.xpm +share/kde/apps/kdm/pics/users/default2.xpm +share/kde/apps/kdm/pics/users/root.xpm +share/kde/apps/kdm/pics/users/root2.xpm +share/kde/apps/kdmconfig/pics/monitor.xpm +share/kde/apps/kfind/toolbar/archive.xpm +share/kde/apps/kfind/toolbar/delete.xpm +share/kde/apps/kfind/toolbar/idea.xpm +share/kde/apps/kfind/toolbar/info.xpm +share/kde/apps/kfind/toolbar/openfile.xpm +share/kde/apps/kfind/toolbar/save.xpm +share/kde/apps/kfind/toolbar/search.xpm +share/kde/apps/kfm/Desktop/Templates/Device.kdelnk +share/kde/apps/kfm/Desktop/Templates/Ftpurl.kdelnk +share/kde/apps/kfm/Desktop/Templates/MimeType.kdelnk +share/kde/apps/kfm/Desktop/Templates/Program.kdelnk +share/kde/apps/kfm/Desktop/Templates/URL.kdelnk +share/kde/apps/kfm/Desktop/Templates/WWWUrl.kdelnk +share/kde/apps/kfm/directory.autostart +share/kde/apps/kfm/directory.desktop +share/kde/apps/kfm/directory.templates +share/kde/apps/kfm/directory.trash +share/kde/apps/kfm/pics/close.xpm +share/kde/apps/kfm/pics/exclamation.xpm +share/kde/apps/kfm/pics/info.xpm +share/kde/apps/kfm/pics/kde1.xpm +share/kde/apps/kfm/pics/kde2.xpm +share/kde/apps/kfm/pics/kde3.xpm +share/kde/apps/kfm/pics/kde4.xpm +share/kde/apps/kfm/pics/kde5.xpm +share/kde/apps/kfm/pics/kde6.xpm +share/kde/apps/kfm/pics/kde7.xpm +share/kde/apps/kfm/pics/kde8.xpm +share/kde/apps/kfm/pics/kde9.xpm +share/kde/apps/kfm/pics/kmultiple.xpm +share/kde/apps/kfm/pics/large-kmultiple.xpm +share/kde/apps/kfm/pics/open.xpm +share/kde/apps/kfm/pics/question.xpm +share/kde/apps/kfm/pics/stopsign.xpm +share/kde/apps/kikbd/bg.kimap +share/kde/apps/kikbd/cf.kimap +share/kde/apps/kikbd/codes/hp9000hil-107.kimap +share/kde/apps/kikbd/codes/pc-win.kimap +share/kde/apps/kikbd/codes/pc101.kimap +share/kde/apps/kikbd/codes/pc102.kimap +share/kde/apps/kikbd/csp.kimap +share/kde/apps/kikbd/csy.kimap +share/kde/apps/kikbd/csz.kimap +share/kde/apps/kikbd/de.kimap +share/kde/apps/kikbd/de_ch.kimap +share/kde/apps/kikbd/dv.kimap +share/kde/apps/kikbd/dva.kimap +share/kde/apps/kikbd/el1.kimap +share/kde/apps/kikbd/el7.kimap +share/kde/apps/kikbd/en.kimap +share/kde/apps/kikbd/es.kimap +share/kde/apps/kikbd/et.kimap +share/kde/apps/kikbd/fi.kimap +share/kde/apps/kikbd/fr.kimap +share/kde/apps/kikbd/fr_ch.kimap +share/kde/apps/kikbd/he.kimap +share/kde/apps/kikbd/hr.kimap +share/kde/apps/kikbd/hu.kimap +share/kde/apps/kikbd/is.kimap +share/kde/apps/kikbd/it.kimap +share/kde/apps/kikbd/la.kimap +share/kde/apps/kikbd/lt.kimap +share/kde/apps/kikbd/no.kimap +share/kde/apps/kikbd/pl.kimap +share/kde/apps/kikbd/plnew.kimap +share/kde/apps/kikbd/pt-acc.kimap +share/kde/apps/kikbd/pt.kimap +share/kde/apps/kikbd/ro.kimap +share/kde/apps/kikbd/ru.kimap +share/kde/apps/kikbd/rua.kimap +share/kde/apps/kikbd/rui.kimap +share/kde/apps/kikbd/rum.kimap +share/kde/apps/kikbd/rumcyr.kimap +share/kde/apps/kikbd/ruw.kimap +share/kde/apps/kikbd/ruwm.kimap +share/kde/apps/kikbd/se.kimap +share/kde/apps/kikbd/skp.kimap +share/kde/apps/kikbd/sky.kimap +share/kde/apps/kikbd/skz.kimap +share/kde/apps/kikbd/sv.kimap +share/kde/apps/kikbd/th.kimap +share/kde/apps/kikbd/trq.kimap +share/kde/apps/kikbd/ua.kimap +share/kde/apps/kikbd/uam.kimap +share/kde/apps/kikbd/uaw.kimap +share/kde/apps/kikbd/uawm.kimap +share/kde/apps/kikbd/weu.kimap +share/kde/apps/konsole/BlackOnLightYellow.schema +share/kde/apps/konsole/BlackOnWhite.schema +share/kde/apps/konsole/DarkPicture.schema +share/kde/apps/konsole/Example.Schema +share/kde/apps/konsole/GreenOnBlack.schema +share/kde/apps/konsole/LightPicture.schema +share/kde/apps/konsole/Linux.schema +share/kde/apps/konsole/WhiteOnBlack.schema +share/kde/apps/konsole/XTerm.schema +share/kde/apps/konsole/default.Schema +share/kde/apps/konsole/linux.kdelnk +share/kde/apps/konsole/mc.kdelnk +share/kde/apps/konsole/shell.kdelnk +share/kde/apps/konsole/su.kdelnk +share/kde/apps/konsole/syscolor.schema +share/kde/apps/konsole/vim.schema +share/kde/apps/kpanel/default/Desktop.kdelnk +share/kde/apps/kpanel/default/Home.kdelnk +share/kde/apps/kpanel/default/personal_directory +share/kde/apps/kpanel/pics/exit.xpm +share/kde/apps/kpanel/pics/go.xpm +share/kde/apps/kpanel/pics/kdisknav.xpm +share/kde/apps/kpanel/pics/key.xpm +share/kde/apps/kpanel/pics/kfm_home.xpm +share/kde/apps/kpanel/pics/large/go.xpm +share/kde/apps/kpanel/pics/large/kdisknav.xpm +share/kde/apps/kpanel/pics/large/kfm_home.xpm +share/kde/apps/kpanel/pics/large/pers_applnk.xpm +share/kde/apps/kpanel/pics/large/window_list.xpm +share/kde/apps/kpanel/pics/mini/go.xpm +share/kde/apps/kpanel/pics/mini/kdisknav.xpm +share/kde/apps/kpanel/pics/mini/mini-exit.xpm +share/kde/apps/kpanel/pics/mini/mini-key.xpm +share/kde/apps/kpanel/pics/mini/mini-panel.xpm +share/kde/apps/kpanel/pics/mini/pers_applnk.xpm +share/kde/apps/kpanel/pics/mini/personal.xpm +share/kde/apps/kpanel/pics/mini/window_list.xpm +share/kde/apps/kpanel/pics/pers_applnk.xpm +share/kde/apps/kpanel/pics/personal.xpm +share/kde/apps/kpanel/pics/shared.xpm +share/kde/apps/kpanel/pics/window_list.xpm +share/kde/apps/kscreensaver/kscience-small.gif +share/kde/apps/kscreensaver/kscience.gif +share/kde/apps/kthememgr/Themes/Astronique.tar.gz +share/kde/apps/kthememgr/Themes/Bryce.tar.gz +share/kde/apps/kthememgr/Themes/Default.tar.gz +share/kde/apps/kthememgr/Themes/Glax.tar.gz +share/kde/apps/kthememgr/Themes/MGBreizh.tar.gz +share/kde/apps/kthememgr/Themes/Nostalgy.tar.gz +share/kde/apps/kthememgr/Themes/Template.themerc +share/kde/apps/kthememgr/Themes/Wood.tar.gz +share/kde/apps/kthememgr/theme.mappings +share/kde/apps/kwm/pics/bluesun.gif +share/kde/apps/kwm/pics/close.xpm +share/kde/apps/kwm/pics/fog-grey.gif +share/kde/apps/kwm/pics/fog.gif +share/kde/apps/kwm/pics/greenie.dim.xpm +share/kde/apps/kwm/pics/greenie.light.xpm +share/kde/apps/kwm/pics/iconify.xpm +share/kde/apps/kwm/pics/maximize.xpm +share/kde/apps/kwm/pics/maximizedown.xpm +share/kde/apps/kwm/pics/menu.xpm +share/kde/apps/kwm/pics/pindown.xpm +share/kde/apps/kwm/pics/pinup.xpm +share/kde/apps/kwm/pics/unknown.xpm +share/kde/config/desktop +share/kde/config/desktop0rc +share/kde/config/desktop1rc +share/kde/config/desktop2rc +share/kde/config/desktop3rc +share/kde/config/kcmlocalerc +share/kde/config/kdmrc +share/kde/config/kfmrc +share/kde/config/kikbdrc +share/kde/config/kpanelrc +share/kde/locale/br/LC_MESSAGES/kbgndwm.mo +share/kde/locale/br/LC_MESSAGES/kcmbell.mo +share/kde/locale/br/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/br/LC_MESSAGES/kcminfo.mo +share/kde/locale/br/LC_MESSAGES/kcminput.mo +share/kde/locale/br/LC_MESSAGES/kcmkeys.mo +share/kde/locale/br/LC_MESSAGES/kcmkfm.mo +share/kde/locale/br/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/br/LC_MESSAGES/kcmkwm.mo +share/kde/locale/br/LC_MESSAGES/kcmlocale.mo +share/kde/locale/br/LC_MESSAGES/kcmsamba.mo +share/kde/locale/br/LC_MESSAGES/kcmsample.mo +share/kde/locale/br/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/br/LC_MESSAGES/kcontrol.mo +share/kde/locale/br/LC_MESSAGES/kdehelp.mo +share/kde/locale/br/LC_MESSAGES/kdm.mo +share/kde/locale/br/LC_MESSAGES/kdmconfig.mo +share/kde/locale/br/LC_MESSAGES/kfind.mo +share/kde/locale/br/LC_MESSAGES/kfm.mo +share/kde/locale/br/LC_MESSAGES/kfontmanager.mo +share/kde/locale/br/LC_MESSAGES/kikbd.mo +share/kde/locale/br/LC_MESSAGES/klock.mo +share/kde/locale/br/LC_MESSAGES/kmenuedit.mo +share/kde/locale/br/LC_MESSAGES/konsole.mo +share/kde/locale/br/LC_MESSAGES/kpager.mo +share/kde/locale/br/LC_MESSAGES/kpanel.mo +share/kde/locale/br/LC_MESSAGES/krootwm.mo +share/kde/locale/br/LC_MESSAGES/kstart.mo +share/kde/locale/br/LC_MESSAGES/kvt.mo +share/kde/locale/br/LC_MESSAGES/kwm.mo +share/kde/locale/ca/LC_MESSAGES/kbgndwm.mo +share/kde/locale/ca/LC_MESSAGES/kcmbell.mo +share/kde/locale/ca/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/ca/LC_MESSAGES/kcminfo.mo +share/kde/locale/ca/LC_MESSAGES/kcminput.mo +share/kde/locale/ca/LC_MESSAGES/kcmkeys.mo +share/kde/locale/ca/LC_MESSAGES/kcmkfm.mo +share/kde/locale/ca/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/ca/LC_MESSAGES/kcmkwm.mo +share/kde/locale/ca/LC_MESSAGES/kcmlocale.mo +share/kde/locale/ca/LC_MESSAGES/kcmsamba.mo +share/kde/locale/ca/LC_MESSAGES/kcmsample.mo +share/kde/locale/ca/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/ca/LC_MESSAGES/kcontrol.mo +share/kde/locale/ca/LC_MESSAGES/kdehelp.mo +share/kde/locale/ca/LC_MESSAGES/kdm.mo +share/kde/locale/ca/LC_MESSAGES/kdmconfig.mo +share/kde/locale/ca/LC_MESSAGES/kfind.mo +share/kde/locale/ca/LC_MESSAGES/kfm.mo +share/kde/locale/ca/LC_MESSAGES/kfontmanager.mo +share/kde/locale/ca/LC_MESSAGES/kikbd.mo +share/kde/locale/ca/LC_MESSAGES/klock.mo +share/kde/locale/ca/LC_MESSAGES/kmenuedit.mo +share/kde/locale/ca/LC_MESSAGES/konsole.mo +share/kde/locale/ca/LC_MESSAGES/kpager.mo +share/kde/locale/ca/LC_MESSAGES/kpanel.mo +share/kde/locale/ca/LC_MESSAGES/krootwm.mo +share/kde/locale/ca/LC_MESSAGES/kstart.mo +share/kde/locale/ca/LC_MESSAGES/kvt.mo +share/kde/locale/ca/LC_MESSAGES/kwm.mo +share/kde/locale/cs/LC_MESSAGES/kcmbell.mo +share/kde/locale/cs/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/cs/LC_MESSAGES/kcminfo.mo +share/kde/locale/cs/LC_MESSAGES/kcminput.mo +share/kde/locale/cs/LC_MESSAGES/kcmkeys.mo +share/kde/locale/cs/LC_MESSAGES/kcmkfm.mo +share/kde/locale/cs/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/cs/LC_MESSAGES/kcmkwm.mo +share/kde/locale/cs/LC_MESSAGES/kcmlocale.mo +share/kde/locale/cs/LC_MESSAGES/kcmsamba.mo +share/kde/locale/cs/LC_MESSAGES/kcmsample.mo +share/kde/locale/cs/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/cs/LC_MESSAGES/kcontrol.mo +share/kde/locale/cs/LC_MESSAGES/kdehelp.mo +share/kde/locale/cs/LC_MESSAGES/kdm.mo +share/kde/locale/cs/LC_MESSAGES/kdmconfig.mo +share/kde/locale/cs/LC_MESSAGES/kfind.mo +share/kde/locale/cs/LC_MESSAGES/kfm.mo +share/kde/locale/cs/LC_MESSAGES/kfontmanager.mo +share/kde/locale/cs/LC_MESSAGES/kikbd.mo +share/kde/locale/cs/LC_MESSAGES/klock.mo +share/kde/locale/cs/LC_MESSAGES/kmenuedit.mo +share/kde/locale/cs/LC_MESSAGES/konsole.mo +share/kde/locale/cs/LC_MESSAGES/kpager.mo +share/kde/locale/cs/LC_MESSAGES/kpanel.mo +share/kde/locale/cs/LC_MESSAGES/krootwm.mo +share/kde/locale/cs/LC_MESSAGES/kstart.mo +share/kde/locale/cs/LC_MESSAGES/kvt.mo +share/kde/locale/cs/LC_MESSAGES/kwm.mo +share/kde/locale/da/LC_MESSAGES/kbgndwm.mo +share/kde/locale/da/LC_MESSAGES/kcmbell.mo +share/kde/locale/da/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/da/LC_MESSAGES/kcminfo.mo +share/kde/locale/da/LC_MESSAGES/kcminput.mo +share/kde/locale/da/LC_MESSAGES/kcmkeys.mo +share/kde/locale/da/LC_MESSAGES/kcmkfm.mo +share/kde/locale/da/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/da/LC_MESSAGES/kcmkwm.mo +share/kde/locale/da/LC_MESSAGES/kcmlocale.mo +share/kde/locale/da/LC_MESSAGES/kcmsamba.mo +share/kde/locale/da/LC_MESSAGES/kcmsample.mo +share/kde/locale/da/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/da/LC_MESSAGES/kcontrol.mo +share/kde/locale/da/LC_MESSAGES/kdehelp.mo +share/kde/locale/da/LC_MESSAGES/kdm.mo +share/kde/locale/da/LC_MESSAGES/kdmconfig.mo +share/kde/locale/da/LC_MESSAGES/kfind.mo +share/kde/locale/da/LC_MESSAGES/kfm.mo +share/kde/locale/da/LC_MESSAGES/kfontmanager.mo +share/kde/locale/da/LC_MESSAGES/kikbd.mo +share/kde/locale/da/LC_MESSAGES/klock.mo +share/kde/locale/da/LC_MESSAGES/kmenuedit.mo +share/kde/locale/da/LC_MESSAGES/konsole.mo +share/kde/locale/da/LC_MESSAGES/kpager.mo +share/kde/locale/da/LC_MESSAGES/kpanel.mo +share/kde/locale/da/LC_MESSAGES/krootwm.mo +share/kde/locale/da/LC_MESSAGES/kstart.mo +share/kde/locale/da/LC_MESSAGES/kvt.mo +share/kde/locale/da/LC_MESSAGES/kwm.mo +share/kde/locale/de/LC_MESSAGES/kbgndwm.mo +share/kde/locale/de/LC_MESSAGES/kcmbell.mo +share/kde/locale/de/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/de/LC_MESSAGES/kcminfo.mo +share/kde/locale/de/LC_MESSAGES/kcminput.mo +share/kde/locale/de/LC_MESSAGES/kcmkeys.mo +share/kde/locale/de/LC_MESSAGES/kcmkfm.mo +share/kde/locale/de/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/de/LC_MESSAGES/kcmkwm.mo +share/kde/locale/de/LC_MESSAGES/kcmlocale.mo +share/kde/locale/de/LC_MESSAGES/kcmsamba.mo +share/kde/locale/de/LC_MESSAGES/kcmsample.mo +share/kde/locale/de/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/de/LC_MESSAGES/kcontrol.mo +share/kde/locale/de/LC_MESSAGES/kdehelp.mo +share/kde/locale/de/LC_MESSAGES/kdm.mo +share/kde/locale/de/LC_MESSAGES/kdmconfig.mo +share/kde/locale/de/LC_MESSAGES/kfind.mo +share/kde/locale/de/LC_MESSAGES/kfm.mo +share/kde/locale/de/LC_MESSAGES/kfontmanager.mo +share/kde/locale/de/LC_MESSAGES/kikbd.mo +share/kde/locale/de/LC_MESSAGES/klock.mo +share/kde/locale/de/LC_MESSAGES/kmenuedit.mo +share/kde/locale/de/LC_MESSAGES/konsole.mo +share/kde/locale/de/LC_MESSAGES/kpager.mo +share/kde/locale/de/LC_MESSAGES/kpanel.mo +share/kde/locale/de/LC_MESSAGES/krootwm.mo +share/kde/locale/de/LC_MESSAGES/kstart.mo +share/kde/locale/de/LC_MESSAGES/kthememgr.mo +share/kde/locale/de/LC_MESSAGES/kvt.mo +share/kde/locale/de/LC_MESSAGES/kwm.mo +share/kde/locale/el/LC_MESSAGES/kcmbell.mo +share/kde/locale/el/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/el/LC_MESSAGES/kcminfo.mo +share/kde/locale/el/LC_MESSAGES/kcminput.mo +share/kde/locale/el/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/el/LC_MESSAGES/kcmkwm.mo +share/kde/locale/el/LC_MESSAGES/kcmlocale.mo +share/kde/locale/el/LC_MESSAGES/kcmsamba.mo +share/kde/locale/el/LC_MESSAGES/kcmsample.mo +share/kde/locale/el/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/el/LC_MESSAGES/kcontrol.mo +share/kde/locale/el/LC_MESSAGES/kdehelp.mo +share/kde/locale/el/LC_MESSAGES/kdm.mo +share/kde/locale/el/LC_MESSAGES/kdmconfig.mo +share/kde/locale/el/LC_MESSAGES/kfind.mo +share/kde/locale/el/LC_MESSAGES/kfm.mo +share/kde/locale/el/LC_MESSAGES/kfontmanager.mo +share/kde/locale/el/LC_MESSAGES/klock.mo +share/kde/locale/el/LC_MESSAGES/kmenuedit.mo +share/kde/locale/el/LC_MESSAGES/kpanel.mo +share/kde/locale/el/LC_MESSAGES/krootwm.mo +share/kde/locale/el/LC_MESSAGES/kvt.mo +share/kde/locale/el/LC_MESSAGES/kwm.mo +share/kde/locale/en_UK/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/en_UK/LC_MESSAGES/kcmkwm.mo +share/kde/locale/en_UK/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/en_UK/LC_MESSAGES/kdehelp.mo +share/kde/locale/en_UK/LC_MESSAGES/kdmconfig.mo +share/kde/locale/en_UK/LC_MESSAGES/klock.mo +share/kde/locale/en_UK/LC_MESSAGES/kvt.mo +share/kde/locale/en_UK/LC_MESSAGES/kwm.mo +share/kde/locale/eo/LC_MESSAGES/kbgndwm.mo +share/kde/locale/eo/LC_MESSAGES/kcmbell.mo +share/kde/locale/eo/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/eo/LC_MESSAGES/kcminfo.mo +share/kde/locale/eo/LC_MESSAGES/kcminput.mo +share/kde/locale/eo/LC_MESSAGES/kcmkeys.mo +share/kde/locale/eo/LC_MESSAGES/kcmkfm.mo +share/kde/locale/eo/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/eo/LC_MESSAGES/kcmkwm.mo +share/kde/locale/eo/LC_MESSAGES/kcmlocale.mo +share/kde/locale/eo/LC_MESSAGES/kcmsamba.mo +share/kde/locale/eo/LC_MESSAGES/kcmsample.mo +share/kde/locale/eo/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/eo/LC_MESSAGES/kcontrol.mo +share/kde/locale/eo/LC_MESSAGES/kdehelp.mo +share/kde/locale/eo/LC_MESSAGES/kdm.mo +share/kde/locale/eo/LC_MESSAGES/kdmconfig.mo +share/kde/locale/eo/LC_MESSAGES/kfind.mo +share/kde/locale/eo/LC_MESSAGES/kfm.mo +share/kde/locale/eo/LC_MESSAGES/kfontmanager.mo +share/kde/locale/eo/LC_MESSAGES/kikbd.mo +share/kde/locale/eo/LC_MESSAGES/klock.mo +share/kde/locale/eo/LC_MESSAGES/kmenuedit.mo +share/kde/locale/eo/LC_MESSAGES/konsole.mo +share/kde/locale/eo/LC_MESSAGES/kpager.mo +share/kde/locale/eo/LC_MESSAGES/kpanel.mo +share/kde/locale/eo/LC_MESSAGES/krootwm.mo +share/kde/locale/eo/LC_MESSAGES/kstart.mo +share/kde/locale/eo/LC_MESSAGES/kvt.mo +share/kde/locale/eo/LC_MESSAGES/kwm.mo +share/kde/locale/es/LC_MESSAGES/kbgndwm.mo +share/kde/locale/es/LC_MESSAGES/kcmbell.mo +share/kde/locale/es/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/es/LC_MESSAGES/kcminfo.mo +share/kde/locale/es/LC_MESSAGES/kcminput.mo +share/kde/locale/es/LC_MESSAGES/kcmkeys.mo +share/kde/locale/es/LC_MESSAGES/kcmkfm.mo +share/kde/locale/es/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/es/LC_MESSAGES/kcmkwm.mo +share/kde/locale/es/LC_MESSAGES/kcmlocale.mo +share/kde/locale/es/LC_MESSAGES/kcmsamba.mo +share/kde/locale/es/LC_MESSAGES/kcmsample.mo +share/kde/locale/es/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/es/LC_MESSAGES/kcontrol.mo +share/kde/locale/es/LC_MESSAGES/kdehelp.mo +share/kde/locale/es/LC_MESSAGES/kdm.mo +share/kde/locale/es/LC_MESSAGES/kdmconfig.mo +share/kde/locale/es/LC_MESSAGES/kfind.mo +share/kde/locale/es/LC_MESSAGES/kfm.mo +share/kde/locale/es/LC_MESSAGES/kfontmanager.mo +share/kde/locale/es/LC_MESSAGES/kikbd.mo +share/kde/locale/es/LC_MESSAGES/klock.mo +share/kde/locale/es/LC_MESSAGES/kmenuedit.mo +share/kde/locale/es/LC_MESSAGES/konsole.mo +share/kde/locale/es/LC_MESSAGES/kpager.mo +share/kde/locale/es/LC_MESSAGES/kpanel.mo +share/kde/locale/es/LC_MESSAGES/krootwm.mo +share/kde/locale/es/LC_MESSAGES/kstart.mo +share/kde/locale/es/LC_MESSAGES/kvt.mo +share/kde/locale/es/LC_MESSAGES/kwm.mo +share/kde/locale/et/LC_MESSAGES/kbgndwm.mo +share/kde/locale/et/LC_MESSAGES/kcmbell.mo +share/kde/locale/et/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/et/LC_MESSAGES/kcminfo.mo +share/kde/locale/et/LC_MESSAGES/kcminput.mo +share/kde/locale/et/LC_MESSAGES/kcmkeys.mo +share/kde/locale/et/LC_MESSAGES/kcmkfm.mo +share/kde/locale/et/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/et/LC_MESSAGES/kcmkwm.mo +share/kde/locale/et/LC_MESSAGES/kcmlocale.mo +share/kde/locale/et/LC_MESSAGES/kcmsamba.mo +share/kde/locale/et/LC_MESSAGES/kcmsample.mo +share/kde/locale/et/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/et/LC_MESSAGES/kcontrol.mo +share/kde/locale/et/LC_MESSAGES/kdehelp.mo +share/kde/locale/et/LC_MESSAGES/kdm.mo +share/kde/locale/et/LC_MESSAGES/kdmconfig.mo +share/kde/locale/et/LC_MESSAGES/kfind.mo +share/kde/locale/et/LC_MESSAGES/kfm.mo +share/kde/locale/et/LC_MESSAGES/kfontmanager.mo +share/kde/locale/et/LC_MESSAGES/kikbd.mo +share/kde/locale/et/LC_MESSAGES/klock.mo +share/kde/locale/et/LC_MESSAGES/kmenuedit.mo +share/kde/locale/et/LC_MESSAGES/konsole.mo +share/kde/locale/et/LC_MESSAGES/kpager.mo +share/kde/locale/et/LC_MESSAGES/kpanel.mo +share/kde/locale/et/LC_MESSAGES/krootwm.mo +share/kde/locale/et/LC_MESSAGES/kstart.mo +share/kde/locale/et/LC_MESSAGES/kvt.mo +share/kde/locale/et/LC_MESSAGES/kwm.mo +share/kde/locale/fi/LC_MESSAGES/kbgndwm.mo +share/kde/locale/fi/LC_MESSAGES/kcmbell.mo +share/kde/locale/fi/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/fi/LC_MESSAGES/kcminfo.mo +share/kde/locale/fi/LC_MESSAGES/kcminput.mo +share/kde/locale/fi/LC_MESSAGES/kcmkeys.mo +share/kde/locale/fi/LC_MESSAGES/kcmkfm.mo +share/kde/locale/fi/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/fi/LC_MESSAGES/kcmkwm.mo +share/kde/locale/fi/LC_MESSAGES/kcmlocale.mo +share/kde/locale/fi/LC_MESSAGES/kcmsamba.mo +share/kde/locale/fi/LC_MESSAGES/kcmsample.mo +share/kde/locale/fi/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/fi/LC_MESSAGES/kcontrol.mo +share/kde/locale/fi/LC_MESSAGES/kdehelp.mo +share/kde/locale/fi/LC_MESSAGES/kdm.mo +share/kde/locale/fi/LC_MESSAGES/kdmconfig.mo +share/kde/locale/fi/LC_MESSAGES/kfind.mo +share/kde/locale/fi/LC_MESSAGES/kfm.mo +share/kde/locale/fi/LC_MESSAGES/kfontmanager.mo +share/kde/locale/fi/LC_MESSAGES/kikbd.mo +share/kde/locale/fi/LC_MESSAGES/klock.mo +share/kde/locale/fi/LC_MESSAGES/kmenuedit.mo +share/kde/locale/fi/LC_MESSAGES/konsole.mo +share/kde/locale/fi/LC_MESSAGES/kpager.mo +share/kde/locale/fi/LC_MESSAGES/kpanel.mo +share/kde/locale/fi/LC_MESSAGES/krootwm.mo +share/kde/locale/fi/LC_MESSAGES/kstart.mo +share/kde/locale/fi/LC_MESSAGES/kthememgr.mo +share/kde/locale/fi/LC_MESSAGES/kvt.mo +share/kde/locale/fi/LC_MESSAGES/kwm.mo +share/kde/locale/fr/LC_MESSAGES/kbgndwm.mo +share/kde/locale/fr/LC_MESSAGES/kcmbell.mo +share/kde/locale/fr/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/fr/LC_MESSAGES/kcminfo.mo +share/kde/locale/fr/LC_MESSAGES/kcminput.mo +share/kde/locale/fr/LC_MESSAGES/kcmkeys.mo +share/kde/locale/fr/LC_MESSAGES/kcmkfm.mo +share/kde/locale/fr/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/fr/LC_MESSAGES/kcmkwm.mo +share/kde/locale/fr/LC_MESSAGES/kcmlocale.mo +share/kde/locale/fr/LC_MESSAGES/kcmsamba.mo +share/kde/locale/fr/LC_MESSAGES/kcmsample.mo +share/kde/locale/fr/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/fr/LC_MESSAGES/kcontrol.mo +share/kde/locale/fr/LC_MESSAGES/kdehelp.mo +share/kde/locale/fr/LC_MESSAGES/kdm.mo +share/kde/locale/fr/LC_MESSAGES/kdmconfig.mo +share/kde/locale/fr/LC_MESSAGES/kfind.mo +share/kde/locale/fr/LC_MESSAGES/kfm.mo +share/kde/locale/fr/LC_MESSAGES/kfontmanager.mo +share/kde/locale/fr/LC_MESSAGES/kikbd.mo +share/kde/locale/fr/LC_MESSAGES/klock.mo +share/kde/locale/fr/LC_MESSAGES/kmenuedit.mo +share/kde/locale/fr/LC_MESSAGES/konsole.mo +share/kde/locale/fr/LC_MESSAGES/kpager.mo +share/kde/locale/fr/LC_MESSAGES/kpanel.mo +share/kde/locale/fr/LC_MESSAGES/krootwm.mo +share/kde/locale/fr/LC_MESSAGES/kstart.mo +share/kde/locale/fr/LC_MESSAGES/kthememgr.mo +share/kde/locale/fr/LC_MESSAGES/kvt.mo +share/kde/locale/fr/LC_MESSAGES/kwm.mo +share/kde/locale/he/LC_MESSAGES/kcmbell.mo +share/kde/locale/he/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/he/LC_MESSAGES/kcminfo.mo +share/kde/locale/he/LC_MESSAGES/kcmkfm.mo +share/kde/locale/he/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/he/LC_MESSAGES/kcmlocale.mo +share/kde/locale/he/LC_MESSAGES/kcontrol.mo +share/kde/locale/he/LC_MESSAGES/kdehelp.mo +share/kde/locale/he/LC_MESSAGES/kdm.mo +share/kde/locale/he/LC_MESSAGES/kfind.mo +share/kde/locale/he/LC_MESSAGES/kfm.mo +share/kde/locale/he/LC_MESSAGES/kpanel.mo +share/kde/locale/he/LC_MESSAGES/krootwm.mo +share/kde/locale/he/LC_MESSAGES/ksysv.mo +share/kde/locale/he/LC_MESSAGES/kuser.mo +share/kde/locale/he/LC_MESSAGES/kvt.mo +share/kde/locale/he/LC_MESSAGES/kwm.mo +share/kde/locale/hr/LC_MESSAGES/kbgndwm.mo +share/kde/locale/hr/LC_MESSAGES/kcmbell.mo +share/kde/locale/hr/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/hr/LC_MESSAGES/kcminfo.mo +share/kde/locale/hr/LC_MESSAGES/kcminput.mo +share/kde/locale/hr/LC_MESSAGES/kcmkeys.mo +share/kde/locale/hr/LC_MESSAGES/kcmkfm.mo +share/kde/locale/hr/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/hr/LC_MESSAGES/kcmkwm.mo +share/kde/locale/hr/LC_MESSAGES/kcmlocale.mo +share/kde/locale/hr/LC_MESSAGES/kcmsamba.mo +share/kde/locale/hr/LC_MESSAGES/kcmsample.mo +share/kde/locale/hr/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/hr/LC_MESSAGES/kcontrol.mo +share/kde/locale/hr/LC_MESSAGES/kdehelp.mo +share/kde/locale/hr/LC_MESSAGES/kdm.mo +share/kde/locale/hr/LC_MESSAGES/kdmconfig.mo +share/kde/locale/hr/LC_MESSAGES/kfind.mo +share/kde/locale/hr/LC_MESSAGES/kfm.mo +share/kde/locale/hr/LC_MESSAGES/kfontmanager.mo +share/kde/locale/hr/LC_MESSAGES/kikbd.mo +share/kde/locale/hr/LC_MESSAGES/klock.mo +share/kde/locale/hr/LC_MESSAGES/kmenuedit.mo +share/kde/locale/hr/LC_MESSAGES/konsole.mo +share/kde/locale/hr/LC_MESSAGES/kpager.mo +share/kde/locale/hr/LC_MESSAGES/kpanel.mo +share/kde/locale/hr/LC_MESSAGES/krootwm.mo +share/kde/locale/hr/LC_MESSAGES/kstart.mo +share/kde/locale/hr/LC_MESSAGES/kvt.mo +share/kde/locale/hr/LC_MESSAGES/kwm.mo +share/kde/locale/hs/LC_MESSAGES/kcmkwm.mo +share/kde/locale/hs/LC_MESSAGES/kcmlocale.mo +share/kde/locale/hs/LC_MESSAGES/kcmpanel.mo +share/kde/locale/hs/LC_MESSAGES/kcontrol.mo +share/kde/locale/hs/LC_MESSAGES/kde.mo +share/kde/locale/hs/LC_MESSAGES/kdehelp.mo +share/kde/locale/hs/LC_MESSAGES/kdm.mo +share/kde/locale/hs/LC_MESSAGES/kdmconfig.mo +share/kde/locale/hs/LC_MESSAGES/kfm.mo +share/kde/locale/hs/LC_MESSAGES/konsole.mo +share/kde/locale/hs/LC_MESSAGES/kpanel.mo +share/kde/locale/hs/LC_MESSAGES/krootwm.mo +share/kde/locale/hs/LC_MESSAGES/kstart.mo +share/kde/locale/hs/LC_MESSAGES/kvt.mo +share/kde/locale/hs/LC_MESSAGES/kwm.mo +share/kde/locale/hu/LC_MESSAGES/kbgndwm.mo +share/kde/locale/hu/LC_MESSAGES/kcmbell.mo +share/kde/locale/hu/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/hu/LC_MESSAGES/kcminfo.mo +share/kde/locale/hu/LC_MESSAGES/kcminput.mo +share/kde/locale/hu/LC_MESSAGES/kcmkeys.mo +share/kde/locale/hu/LC_MESSAGES/kcmkfm.mo +share/kde/locale/hu/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/hu/LC_MESSAGES/kcmkwm.mo +share/kde/locale/hu/LC_MESSAGES/kcmlocale.mo +share/kde/locale/hu/LC_MESSAGES/kcmsamba.mo +share/kde/locale/hu/LC_MESSAGES/kcmsample.mo +share/kde/locale/hu/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/hu/LC_MESSAGES/kcontrol.mo +share/kde/locale/hu/LC_MESSAGES/kdehelp.mo +share/kde/locale/hu/LC_MESSAGES/kdm.mo +share/kde/locale/hu/LC_MESSAGES/kdmconfig.mo +share/kde/locale/hu/LC_MESSAGES/kfind.mo +share/kde/locale/hu/LC_MESSAGES/kfm.mo +share/kde/locale/hu/LC_MESSAGES/kfontmanager.mo +share/kde/locale/hu/LC_MESSAGES/kikbd.mo +share/kde/locale/hu/LC_MESSAGES/klock.mo +share/kde/locale/hu/LC_MESSAGES/kmenuedit.mo +share/kde/locale/hu/LC_MESSAGES/konsole.mo +share/kde/locale/hu/LC_MESSAGES/kpager.mo +share/kde/locale/hu/LC_MESSAGES/kpanel.mo +share/kde/locale/hu/LC_MESSAGES/krootwm.mo +share/kde/locale/hu/LC_MESSAGES/kstart.mo +share/kde/locale/hu/LC_MESSAGES/kvt.mo +share/kde/locale/hu/LC_MESSAGES/kwm.mo +share/kde/locale/is/LC_MESSAGES/kbgndwm.mo +share/kde/locale/is/LC_MESSAGES/kcmbell.mo +share/kde/locale/is/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/is/LC_MESSAGES/kcminfo.mo +share/kde/locale/is/LC_MESSAGES/kcminput.mo +share/kde/locale/is/LC_MESSAGES/kcmkeys.mo +share/kde/locale/is/LC_MESSAGES/kcmkfm.mo +share/kde/locale/is/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/is/LC_MESSAGES/kcmkwm.mo +share/kde/locale/is/LC_MESSAGES/kcmlocale.mo +share/kde/locale/is/LC_MESSAGES/kcmsamba.mo +share/kde/locale/is/LC_MESSAGES/kcmsample.mo +share/kde/locale/is/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/is/LC_MESSAGES/kcontrol.mo +share/kde/locale/is/LC_MESSAGES/kdehelp.mo +share/kde/locale/is/LC_MESSAGES/kdm.mo +share/kde/locale/is/LC_MESSAGES/kdmconfig.mo +share/kde/locale/is/LC_MESSAGES/kfind.mo +share/kde/locale/is/LC_MESSAGES/kfm.mo +share/kde/locale/is/LC_MESSAGES/kfontmanager.mo +share/kde/locale/is/LC_MESSAGES/kikbd.mo +share/kde/locale/is/LC_MESSAGES/klock.mo +share/kde/locale/is/LC_MESSAGES/kmenuedit.mo +share/kde/locale/is/LC_MESSAGES/konsole.mo +share/kde/locale/is/LC_MESSAGES/kpager.mo +share/kde/locale/is/LC_MESSAGES/kpanel.mo +share/kde/locale/is/LC_MESSAGES/krootwm.mo +share/kde/locale/is/LC_MESSAGES/kstart.mo +share/kde/locale/is/LC_MESSAGES/kthememgr.mo +share/kde/locale/is/LC_MESSAGES/kvt.mo +share/kde/locale/is/LC_MESSAGES/kwm.mo +share/kde/locale/it/LC_MESSAGES/kbgndwm.mo +share/kde/locale/it/LC_MESSAGES/kcmbell.mo +share/kde/locale/it/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/it/LC_MESSAGES/kcminfo.mo +share/kde/locale/it/LC_MESSAGES/kcminput.mo +share/kde/locale/it/LC_MESSAGES/kcmkeys.mo +share/kde/locale/it/LC_MESSAGES/kcmkfm.mo +share/kde/locale/it/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/it/LC_MESSAGES/kcmkwm.mo +share/kde/locale/it/LC_MESSAGES/kcmlocale.mo +share/kde/locale/it/LC_MESSAGES/kcmsamba.mo +share/kde/locale/it/LC_MESSAGES/kcmsample.mo +share/kde/locale/it/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/it/LC_MESSAGES/kcontrol.mo +share/kde/locale/it/LC_MESSAGES/kdehelp.mo +share/kde/locale/it/LC_MESSAGES/kdm.mo +share/kde/locale/it/LC_MESSAGES/kdmconfig.mo +share/kde/locale/it/LC_MESSAGES/kfind.mo +share/kde/locale/it/LC_MESSAGES/kfm.mo +share/kde/locale/it/LC_MESSAGES/kfontmanager.mo +share/kde/locale/it/LC_MESSAGES/kikbd.mo +share/kde/locale/it/LC_MESSAGES/klock.mo +share/kde/locale/it/LC_MESSAGES/kmenuedit.mo +share/kde/locale/it/LC_MESSAGES/konsole.mo +share/kde/locale/it/LC_MESSAGES/kpager.mo +share/kde/locale/it/LC_MESSAGES/kpanel.mo +share/kde/locale/it/LC_MESSAGES/krootwm.mo +share/kde/locale/it/LC_MESSAGES/kstart.mo +share/kde/locale/it/LC_MESSAGES/kvt.mo +share/kde/locale/it/LC_MESSAGES/kwm.mo +share/kde/locale/ja/LC_MESSAGES/kbgndwm.mo +share/kde/locale/ja/LC_MESSAGES/kcmbell.mo +share/kde/locale/ja/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/ja/LC_MESSAGES/kcminfo.mo +share/kde/locale/ja/LC_MESSAGES/kcminput.mo +share/kde/locale/ja/LC_MESSAGES/kcmkeys.mo +share/kde/locale/ja/LC_MESSAGES/kcmkfm.mo +share/kde/locale/ja/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/ja/LC_MESSAGES/kcmkwm.mo +share/kde/locale/ja/LC_MESSAGES/kcmlocale.mo +share/kde/locale/ja/LC_MESSAGES/kcmsamba.mo +share/kde/locale/ja/LC_MESSAGES/kcmsample.mo +share/kde/locale/ja/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/ja/LC_MESSAGES/kcontrol.mo +share/kde/locale/ja/LC_MESSAGES/kdehelp.mo +share/kde/locale/ja/LC_MESSAGES/kdm.mo +share/kde/locale/ja/LC_MESSAGES/kdmconfig.mo +share/kde/locale/ja/LC_MESSAGES/kfind.mo +share/kde/locale/ja/LC_MESSAGES/kfm.mo +share/kde/locale/ja/LC_MESSAGES/kfontmanager.mo +share/kde/locale/ja/LC_MESSAGES/kikbd.mo +share/kde/locale/ja/LC_MESSAGES/klock.mo +share/kde/locale/ja/LC_MESSAGES/kmenuedit.mo +share/kde/locale/ja/LC_MESSAGES/konsole.mo +share/kde/locale/ja/LC_MESSAGES/kpager.mo +share/kde/locale/ja/LC_MESSAGES/kpanel.mo +share/kde/locale/ja/LC_MESSAGES/krootwm.mo +share/kde/locale/ja/LC_MESSAGES/kvt.mo +share/kde/locale/ja/LC_MESSAGES/kwm.mo +share/kde/locale/ko/LC_MESSAGES/kcmbell.mo +share/kde/locale/ko/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/ko/LC_MESSAGES/kcminfo.mo +share/kde/locale/ko/LC_MESSAGES/kcminput.mo +share/kde/locale/ko/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/ko/LC_MESSAGES/kcmkwm.mo +share/kde/locale/ko/LC_MESSAGES/kcmlocale.mo +share/kde/locale/ko/LC_MESSAGES/kcmsamba.mo +share/kde/locale/ko/LC_MESSAGES/kcmsample.mo +share/kde/locale/ko/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/ko/LC_MESSAGES/kcontrol.mo +share/kde/locale/ko/LC_MESSAGES/kdehelp.mo +share/kde/locale/ko/LC_MESSAGES/kdm.mo +share/kde/locale/ko/LC_MESSAGES/kdmconfig.mo +share/kde/locale/ko/LC_MESSAGES/kfind.mo +share/kde/locale/ko/LC_MESSAGES/kfm.mo +share/kde/locale/ko/LC_MESSAGES/kfontmanager.mo +share/kde/locale/ko/LC_MESSAGES/klock.mo +share/kde/locale/ko/LC_MESSAGES/kmenuedit.mo +share/kde/locale/ko/LC_MESSAGES/kpanel.mo +share/kde/locale/ko/LC_MESSAGES/krootwm.mo +share/kde/locale/ko/LC_MESSAGES/kvt.mo +share/kde/locale/ko/LC_MESSAGES/kwm.mo +share/kde/locale/mk/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/mk/LC_MESSAGES/kdehelp.mo +share/kde/locale/mk/LC_MESSAGES/kdm.mo +share/kde/locale/mk/LC_MESSAGES/kfind.mo +share/kde/locale/mk/LC_MESSAGES/kfm.mo +share/kde/locale/nl/LC_MESSAGES/kcmbell.mo +share/kde/locale/nl/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/nl/LC_MESSAGES/kcminfo.mo +share/kde/locale/nl/LC_MESSAGES/kcminput.mo +share/kde/locale/nl/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/nl/LC_MESSAGES/kcmkwm.mo +share/kde/locale/nl/LC_MESSAGES/kcmlocale.mo +share/kde/locale/nl/LC_MESSAGES/kcmsamba.mo +share/kde/locale/nl/LC_MESSAGES/kcmsample.mo +share/kde/locale/nl/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/nl/LC_MESSAGES/kcontrol.mo +share/kde/locale/nl/LC_MESSAGES/kdehelp.mo +share/kde/locale/nl/LC_MESSAGES/kdm.mo +share/kde/locale/nl/LC_MESSAGES/kdmconfig.mo +share/kde/locale/nl/LC_MESSAGES/kfind.mo +share/kde/locale/nl/LC_MESSAGES/kfm.mo +share/kde/locale/nl/LC_MESSAGES/kfontmanager.mo +share/kde/locale/nl/LC_MESSAGES/kikbd.mo +share/kde/locale/nl/LC_MESSAGES/klock.mo +share/kde/locale/nl/LC_MESSAGES/kmenuedit.mo +share/kde/locale/nl/LC_MESSAGES/kpanel.mo +share/kde/locale/nl/LC_MESSAGES/krootwm.mo +share/kde/locale/nl/LC_MESSAGES/kvt.mo +share/kde/locale/nl/LC_MESSAGES/kwm.mo +share/kde/locale/no/LC_MESSAGES/kbgndwm.mo +share/kde/locale/no/LC_MESSAGES/kcmbell.mo +share/kde/locale/no/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/no/LC_MESSAGES/kcminfo.mo +share/kde/locale/no/LC_MESSAGES/kcminput.mo +share/kde/locale/no/LC_MESSAGES/kcmkeys.mo +share/kde/locale/no/LC_MESSAGES/kcmkfm.mo +share/kde/locale/no/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/no/LC_MESSAGES/kcmkwm.mo +share/kde/locale/no/LC_MESSAGES/kcmlocale.mo +share/kde/locale/no/LC_MESSAGES/kcmsamba.mo +share/kde/locale/no/LC_MESSAGES/kcmsample.mo +share/kde/locale/no/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/no/LC_MESSAGES/kcontrol.mo +share/kde/locale/no/LC_MESSAGES/kdehelp.mo +share/kde/locale/no/LC_MESSAGES/kdm.mo +share/kde/locale/no/LC_MESSAGES/kdmconfig.mo +share/kde/locale/no/LC_MESSAGES/kfind.mo +share/kde/locale/no/LC_MESSAGES/kfm.mo +share/kde/locale/no/LC_MESSAGES/kfontmanager.mo +share/kde/locale/no/LC_MESSAGES/kikbd.mo +share/kde/locale/no/LC_MESSAGES/klock.mo +share/kde/locale/no/LC_MESSAGES/kmenuedit.mo +share/kde/locale/no/LC_MESSAGES/konsole.mo +share/kde/locale/no/LC_MESSAGES/kpager.mo +share/kde/locale/no/LC_MESSAGES/kpanel.mo +share/kde/locale/no/LC_MESSAGES/krootwm.mo +share/kde/locale/no/LC_MESSAGES/kstart.mo +share/kde/locale/no/LC_MESSAGES/kvt.mo +share/kde/locale/no/LC_MESSAGES/kwm.mo +share/kde/locale/pl/LC_MESSAGES/kbgndwm.mo +share/kde/locale/pl/LC_MESSAGES/kcmbell.mo +share/kde/locale/pl/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/pl/LC_MESSAGES/kcminfo.mo +share/kde/locale/pl/LC_MESSAGES/kcminput.mo +share/kde/locale/pl/LC_MESSAGES/kcmkeys.mo +share/kde/locale/pl/LC_MESSAGES/kcmkfm.mo +share/kde/locale/pl/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/pl/LC_MESSAGES/kcmkwm.mo +share/kde/locale/pl/LC_MESSAGES/kcmlocale.mo +share/kde/locale/pl/LC_MESSAGES/kcmsamba.mo +share/kde/locale/pl/LC_MESSAGES/kcmsample.mo +share/kde/locale/pl/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/pl/LC_MESSAGES/kcontrol.mo +share/kde/locale/pl/LC_MESSAGES/kdehelp.mo +share/kde/locale/pl/LC_MESSAGES/kdm.mo +share/kde/locale/pl/LC_MESSAGES/kdmconfig.mo +share/kde/locale/pl/LC_MESSAGES/kfind.mo +share/kde/locale/pl/LC_MESSAGES/kfm.mo +share/kde/locale/pl/LC_MESSAGES/kfontmanager.mo +share/kde/locale/pl/LC_MESSAGES/kikbd.mo +share/kde/locale/pl/LC_MESSAGES/klock.mo +share/kde/locale/pl/LC_MESSAGES/kmenuedit.mo +share/kde/locale/pl/LC_MESSAGES/konsole.mo +share/kde/locale/pl/LC_MESSAGES/kpager.mo +share/kde/locale/pl/LC_MESSAGES/kpanel.mo +share/kde/locale/pl/LC_MESSAGES/krootwm.mo +share/kde/locale/pl/LC_MESSAGES/kstart.mo +share/kde/locale/pl/LC_MESSAGES/kthememgr.mo +share/kde/locale/pl/LC_MESSAGES/kvt.mo +share/kde/locale/pl/LC_MESSAGES/kwm.mo +share/kde/locale/pt/LC_MESSAGES/kcmbell.mo +share/kde/locale/pt/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/pt/LC_MESSAGES/kcminfo.mo +share/kde/locale/pt/LC_MESSAGES/kcminput.mo +share/kde/locale/pt/LC_MESSAGES/kcmkeys.mo +share/kde/locale/pt/LC_MESSAGES/kcmkfm.mo +share/kde/locale/pt/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/pt/LC_MESSAGES/kcmkwm.mo +share/kde/locale/pt/LC_MESSAGES/kcmlocale.mo +share/kde/locale/pt/LC_MESSAGES/kcmsamba.mo +share/kde/locale/pt/LC_MESSAGES/kcmsample.mo +share/kde/locale/pt/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/pt/LC_MESSAGES/kcontrol.mo +share/kde/locale/pt/LC_MESSAGES/kdehelp.mo +share/kde/locale/pt/LC_MESSAGES/kdm.mo +share/kde/locale/pt/LC_MESSAGES/kdmconfig.mo +share/kde/locale/pt/LC_MESSAGES/kfind.mo +share/kde/locale/pt/LC_MESSAGES/kfm.mo +share/kde/locale/pt/LC_MESSAGES/kfontmanager.mo +share/kde/locale/pt/LC_MESSAGES/kikbd.mo +share/kde/locale/pt/LC_MESSAGES/klock.mo +share/kde/locale/pt/LC_MESSAGES/kmenuedit.mo +share/kde/locale/pt/LC_MESSAGES/kpanel.mo +share/kde/locale/pt/LC_MESSAGES/krootwm.mo +share/kde/locale/pt/LC_MESSAGES/kstart.mo +share/kde/locale/pt/LC_MESSAGES/kvt.mo +share/kde/locale/pt/LC_MESSAGES/kwm.mo +share/kde/locale/pt_BR/LC_MESSAGES/kbgndwm.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmbell.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcminfo.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcminput.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmkeys.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmkfm.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmkwm.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmlocale.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmsamba.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmsample.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/pt_BR/LC_MESSAGES/kcontrol.mo +share/kde/locale/pt_BR/LC_MESSAGES/kdehelp.mo +share/kde/locale/pt_BR/LC_MESSAGES/kdm.mo +share/kde/locale/pt_BR/LC_MESSAGES/kdmconfig.mo +share/kde/locale/pt_BR/LC_MESSAGES/kfind.mo +share/kde/locale/pt_BR/LC_MESSAGES/kfm.mo +share/kde/locale/pt_BR/LC_MESSAGES/kfontmanager.mo +share/kde/locale/pt_BR/LC_MESSAGES/kikbd.mo +share/kde/locale/pt_BR/LC_MESSAGES/klock.mo +share/kde/locale/pt_BR/LC_MESSAGES/kmenuedit.mo +share/kde/locale/pt_BR/LC_MESSAGES/konsole.mo +share/kde/locale/pt_BR/LC_MESSAGES/kpager.mo +share/kde/locale/pt_BR/LC_MESSAGES/kpanel.mo +share/kde/locale/pt_BR/LC_MESSAGES/krootwm.mo +share/kde/locale/pt_BR/LC_MESSAGES/kstart.mo +share/kde/locale/pt_BR/LC_MESSAGES/kvt.mo +share/kde/locale/pt_BR/LC_MESSAGES/kwm.mo +share/kde/locale/ro/LC_MESSAGES/kbgndwm.mo +share/kde/locale/ro/LC_MESSAGES/kcmbell.mo +share/kde/locale/ro/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/ro/LC_MESSAGES/kcminfo.mo +share/kde/locale/ro/LC_MESSAGES/kcminput.mo +share/kde/locale/ro/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/ro/LC_MESSAGES/kcmkwm.mo +share/kde/locale/ro/LC_MESSAGES/kcmlocale.mo +share/kde/locale/ro/LC_MESSAGES/kcmsamba.mo +share/kde/locale/ro/LC_MESSAGES/kcmsample.mo +share/kde/locale/ro/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/ro/LC_MESSAGES/kcontrol.mo +share/kde/locale/ro/LC_MESSAGES/kdehelp.mo +share/kde/locale/ro/LC_MESSAGES/kdm.mo +share/kde/locale/ro/LC_MESSAGES/kdmconfig.mo +share/kde/locale/ro/LC_MESSAGES/kfind.mo +share/kde/locale/ro/LC_MESSAGES/kfm.mo +share/kde/locale/ro/LC_MESSAGES/kfontmanager.mo +share/kde/locale/ro/LC_MESSAGES/klock.mo +share/kde/locale/ro/LC_MESSAGES/kmenuedit.mo +share/kde/locale/ro/LC_MESSAGES/kpanel.mo +share/kde/locale/ro/LC_MESSAGES/krootwm.mo +share/kde/locale/ro/LC_MESSAGES/kvt.mo +share/kde/locale/ro/LC_MESSAGES/kwm.mo +share/kde/locale/ru/LC_MESSAGES/kbgndwm.mo +share/kde/locale/ru/LC_MESSAGES/kcmbell.mo +share/kde/locale/ru/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/ru/LC_MESSAGES/kcminfo.mo +share/kde/locale/ru/LC_MESSAGES/kcminput.mo +share/kde/locale/ru/LC_MESSAGES/kcmkeys.mo +share/kde/locale/ru/LC_MESSAGES/kcmkfm.mo +share/kde/locale/ru/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/ru/LC_MESSAGES/kcmkwm.mo +share/kde/locale/ru/LC_MESSAGES/kcmlocale.mo +share/kde/locale/ru/LC_MESSAGES/kcmsamba.mo +share/kde/locale/ru/LC_MESSAGES/kcmsample.mo +share/kde/locale/ru/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/ru/LC_MESSAGES/kcontrol.mo +share/kde/locale/ru/LC_MESSAGES/kdehelp.mo +share/kde/locale/ru/LC_MESSAGES/kdm.mo +share/kde/locale/ru/LC_MESSAGES/kdmconfig.mo +share/kde/locale/ru/LC_MESSAGES/kfind.mo +share/kde/locale/ru/LC_MESSAGES/kfm.mo +share/kde/locale/ru/LC_MESSAGES/kfontmanager.mo +share/kde/locale/ru/LC_MESSAGES/kikbd.mo +share/kde/locale/ru/LC_MESSAGES/klock.mo +share/kde/locale/ru/LC_MESSAGES/kmenuedit.mo +share/kde/locale/ru/LC_MESSAGES/konsole.mo +share/kde/locale/ru/LC_MESSAGES/kpager.mo +share/kde/locale/ru/LC_MESSAGES/kpanel.mo +share/kde/locale/ru/LC_MESSAGES/krootwm.mo +share/kde/locale/ru/LC_MESSAGES/kstart.mo +share/kde/locale/ru/LC_MESSAGES/kvt.mo +share/kde/locale/ru/LC_MESSAGES/kwm.mo +share/kde/locale/sk/LC_MESSAGES/kbgndwm.mo +share/kde/locale/sk/LC_MESSAGES/kcmbell.mo +share/kde/locale/sk/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/sk/LC_MESSAGES/kcminfo.mo +share/kde/locale/sk/LC_MESSAGES/kcminput.mo +share/kde/locale/sk/LC_MESSAGES/kcmkeys.mo +share/kde/locale/sk/LC_MESSAGES/kcmkfm.mo +share/kde/locale/sk/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/sk/LC_MESSAGES/kcmkwm.mo +share/kde/locale/sk/LC_MESSAGES/kcmlocale.mo +share/kde/locale/sk/LC_MESSAGES/kcmsamba.mo +share/kde/locale/sk/LC_MESSAGES/kcmsample.mo +share/kde/locale/sk/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/sk/LC_MESSAGES/kcontrol.mo +share/kde/locale/sk/LC_MESSAGES/kdehelp.mo +share/kde/locale/sk/LC_MESSAGES/kdm.mo +share/kde/locale/sk/LC_MESSAGES/kdmconfig.mo +share/kde/locale/sk/LC_MESSAGES/kfind.mo +share/kde/locale/sk/LC_MESSAGES/kfm.mo +share/kde/locale/sk/LC_MESSAGES/kfontmanager.mo +share/kde/locale/sk/LC_MESSAGES/kikbd.mo +share/kde/locale/sk/LC_MESSAGES/klock.mo +share/kde/locale/sk/LC_MESSAGES/kmenuedit.mo +share/kde/locale/sk/LC_MESSAGES/konsole.mo +share/kde/locale/sk/LC_MESSAGES/kpager.mo +share/kde/locale/sk/LC_MESSAGES/kpanel.mo +share/kde/locale/sk/LC_MESSAGES/krootwm.mo +share/kde/locale/sk/LC_MESSAGES/kstart.mo +share/kde/locale/sk/LC_MESSAGES/kvt.mo +share/kde/locale/sk/LC_MESSAGES/kwm.mo +share/kde/locale/sl/LC_MESSAGES/kbgndwm.mo +share/kde/locale/sl/LC_MESSAGES/kcmbell.mo +share/kde/locale/sl/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/sl/LC_MESSAGES/kcminfo.mo +share/kde/locale/sl/LC_MESSAGES/kcminput.mo +share/kde/locale/sl/LC_MESSAGES/kcmkeys.mo +share/kde/locale/sl/LC_MESSAGES/kcmkfm.mo +share/kde/locale/sl/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/sl/LC_MESSAGES/kcmkwm.mo +share/kde/locale/sl/LC_MESSAGES/kcmlocale.mo +share/kde/locale/sl/LC_MESSAGES/kcmsamba.mo +share/kde/locale/sl/LC_MESSAGES/kcmsample.mo +share/kde/locale/sl/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/sl/LC_MESSAGES/kcontrol.mo +share/kde/locale/sl/LC_MESSAGES/kdehelp.mo +share/kde/locale/sl/LC_MESSAGES/kdm.mo +share/kde/locale/sl/LC_MESSAGES/kdmconfig.mo +share/kde/locale/sl/LC_MESSAGES/kfind.mo +share/kde/locale/sl/LC_MESSAGES/kfm.mo +share/kde/locale/sl/LC_MESSAGES/kfontmanager.mo +share/kde/locale/sl/LC_MESSAGES/kikbd.mo +share/kde/locale/sl/LC_MESSAGES/klock.mo +share/kde/locale/sl/LC_MESSAGES/kmenuedit.mo +share/kde/locale/sl/LC_MESSAGES/konsole.mo +share/kde/locale/sl/LC_MESSAGES/kpager.mo +share/kde/locale/sl/LC_MESSAGES/kpanel.mo +share/kde/locale/sl/LC_MESSAGES/krootwm.mo +share/kde/locale/sl/LC_MESSAGES/kstart.mo +share/kde/locale/sl/LC_MESSAGES/kthememgr.mo +share/kde/locale/sl/LC_MESSAGES/kvt.mo +share/kde/locale/sl/LC_MESSAGES/kwm.mo +share/kde/locale/sv/LC_MESSAGES/kbgndwm.mo +share/kde/locale/sv/LC_MESSAGES/kcmbell.mo +share/kde/locale/sv/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/sv/LC_MESSAGES/kcminfo.mo +share/kde/locale/sv/LC_MESSAGES/kcminput.mo +share/kde/locale/sv/LC_MESSAGES/kcmkeys.mo +share/kde/locale/sv/LC_MESSAGES/kcmkfm.mo +share/kde/locale/sv/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/sv/LC_MESSAGES/kcmkwm.mo +share/kde/locale/sv/LC_MESSAGES/kcmlocale.mo +share/kde/locale/sv/LC_MESSAGES/kcmsamba.mo +share/kde/locale/sv/LC_MESSAGES/kcmsample.mo +share/kde/locale/sv/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/sv/LC_MESSAGES/kcontrol.mo +share/kde/locale/sv/LC_MESSAGES/kdehelp.mo +share/kde/locale/sv/LC_MESSAGES/kdm.mo +share/kde/locale/sv/LC_MESSAGES/kdmconfig.mo +share/kde/locale/sv/LC_MESSAGES/kfind.mo +share/kde/locale/sv/LC_MESSAGES/kfm.mo +share/kde/locale/sv/LC_MESSAGES/kfontmanager.mo +share/kde/locale/sv/LC_MESSAGES/kikbd.mo +share/kde/locale/sv/LC_MESSAGES/klock.mo +share/kde/locale/sv/LC_MESSAGES/kmenuedit.mo +share/kde/locale/sv/LC_MESSAGES/konsole.mo +share/kde/locale/sv/LC_MESSAGES/kpager.mo +share/kde/locale/sv/LC_MESSAGES/kpanel.mo +share/kde/locale/sv/LC_MESSAGES/krootwm.mo +share/kde/locale/sv/LC_MESSAGES/kstart.mo +share/kde/locale/sv/LC_MESSAGES/kvt.mo +share/kde/locale/sv/LC_MESSAGES/kwm.mo +share/kde/locale/tr/LC_MESSAGES/kcmbell.mo +share/kde/locale/tr/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/tr/LC_MESSAGES/kcminfo.mo +share/kde/locale/tr/LC_MESSAGES/kcminput.mo +share/kde/locale/tr/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/tr/LC_MESSAGES/kcmkwm.mo +share/kde/locale/tr/LC_MESSAGES/kcmlocale.mo +share/kde/locale/tr/LC_MESSAGES/kcmsamba.mo +share/kde/locale/tr/LC_MESSAGES/kcmsample.mo +share/kde/locale/tr/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/tr/LC_MESSAGES/kcontrol.mo +share/kde/locale/tr/LC_MESSAGES/kdehelp.mo +share/kde/locale/tr/LC_MESSAGES/kdm.mo +share/kde/locale/tr/LC_MESSAGES/kdmconfig.mo +share/kde/locale/tr/LC_MESSAGES/kfind.mo +share/kde/locale/tr/LC_MESSAGES/kfm.mo +share/kde/locale/tr/LC_MESSAGES/kfontmanager.mo +share/kde/locale/tr/LC_MESSAGES/klock.mo +share/kde/locale/tr/LC_MESSAGES/kmenuedit.mo +share/kde/locale/tr/LC_MESSAGES/kpanel.mo +share/kde/locale/tr/LC_MESSAGES/krootwm.mo +share/kde/locale/tr/LC_MESSAGES/kstart.mo +share/kde/locale/tr/LC_MESSAGES/kvt.mo +share/kde/locale/tr/LC_MESSAGES/kwm.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo +share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/klock.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo +share/kde/sounds/KDE_Close_Window.wav +share/kde/sounds/KDE_Logout.wav +share/kde/sounds/KDE_Startup.wav +share/kde/sounds/KDE_Window_DeIconify.wav +share/kde/sounds/KDE_Window_Iconify.wav +share/kde/sounds/KDE_Window_Maximize.wav +share/kde/sounds/KDE_Window_Shade_Down.wav +share/kde/sounds/KDE_Window_Shade_Up.wav +share/kde/sounds/KDE_Window_Sticky.wav +share/kde/sounds/KDE_Window_UnMaximize.wav +share/kde/sounds/KDE_Window_UnSticky.wav +share/kde/wallpapers/abnormal_fluid.jpg +share/kde/wallpapers/absolute_zero.jpg +share/kde/wallpapers/abstract_clay.jpg +share/kde/wallpapers/alien_riverbed.jpg +share/kde/wallpapers/ancient_glyphs.jpg +share/kde/wallpapers/aqua_ravines.jpg +share/kde/wallpapers/banana_squishie.jpg +share/kde/wallpapers/berries.jpg +share/kde/wallpapers/blkmarble.jpg +share/kde/wallpapers/bluegrnt.jpg +share/kde/wallpapers/boiling_centrifuge.jpg +share/kde/wallpapers/bowtie.jpg +share/kde/wallpapers/brass_trails.jpg +share/kde/wallpapers/brass_wiring.jpg +share/kde/wallpapers/bronze_tornado.jpg +share/kde/wallpapers/bubble_vortex.jpg +share/kde/wallpapers/burning_fire.jpg +share/kde/wallpapers/cellular_tetsuo.jpg +share/kde/wallpapers/chalk_marks.jpg +share/kde/wallpapers/chess.jpg +share/kde/wallpapers/chunky_spinach.jpg +share/kde/wallpapers/circuit.jpg +share/kde/wallpapers/clay_caverns.jpg +share/kde/wallpapers/cloth_bubbles.jpg +share/kde/wallpapers/cocoon_skin.jpg +share/kde/wallpapers/coloured_hearts.jpg +share/kde/wallpapers/copper_blur.jpg +share/kde/wallpapers/copper_liquid.jpg +share/kde/wallpapers/corroded_rock.jpg +share/kde/wallpapers/cosmic_gears.jpg +share/kde/wallpapers/cosmic_lillypads.jpg +share/kde/wallpapers/cracking_blueberry.jpg +share/kde/wallpapers/crayon_canyon.jpg +share/kde/wallpapers/cruising_color.jpg +share/kde/wallpapers/cubic1.jpg +share/kde/wallpapers/cubic2.jpg +share/kde/wallpapers/dancy_pants.jpg +share/kde/wallpapers/digital_waves.jpg +share/kde/wallpapers/distorted_anomaly.jpg +share/kde/wallpapers/engraved_gold.jpg +share/kde/wallpapers/eroding_sandstone.jpg +share/kde/wallpapers/expired_cornflakes.jpg +share/kde/wallpapers/face.jpg +share/kde/wallpapers/fisheye_lens.jpg +share/kde/wallpapers/foam_strands.jpg +share/kde/wallpapers/foggy1.jpg +share/kde/wallpapers/foggy2.jpg +share/kde/wallpapers/folded_space.jpg +share/kde/wallpapers/fractal_nebula.jpg +share/kde/wallpapers/freon_mist.jpg +share/kde/wallpapers/fudge_chunks.jpg +share/kde/wallpapers/fusion_fire.jpg +share/kde/wallpapers/future_farms.jpg +share/kde/wallpapers/gator_hide.jpg +share/kde/wallpapers/gelatin_chemical.jpg +share/kde/wallpapers/goldring_globe.jpg +share/kde/wallpapers/grablkwt.jpg +share/kde/wallpapers/gray2.jpg +share/kde/wallpapers/greek.jpg +share/kde/wallpapers/gremlin_buds.jpg +share/kde/wallpapers/ground_zero.jpg +share/kde/wallpapers/heat_ripple.jpg +share/kde/wallpapers/iceberg_tips.jpg +share/kde/wallpapers/indigo_paint.jpg +share/kde/wallpapers/infared_fossil.jpg +share/kde/wallpapers/infinity_cube.jpg +share/kde/wallpapers/inner_quasar.jpg +share/kde/wallpapers/isotope_threads.jpg +share/kde/wallpapers/jello_elbows.jpg +share/kde/wallpapers/kdm_bg.jpg +share/kde/wallpapers/liquid_helium.jpg +share/kde/wallpapers/lizard_scales.jpg +share/kde/wallpapers/lunar_jelly.jpg +share/kde/wallpapers/magnetic_field.jpg +share/kde/wallpapers/magneto_bomb.jpg +share/kde/wallpapers/marble01.jpg +share/kde/wallpapers/martian_silk.jpg +share/kde/wallpapers/melting_glass.jpg +share/kde/wallpapers/melting_honeycomb.jpg +share/kde/wallpapers/metal_beads.jpg +share/kde/wallpapers/million_minnows.jpg +share/kde/wallpapers/mustard_ketchup.jpg +share/kde/wallpapers/mutant_berries.jpg +share/kde/wallpapers/mystical_hourglass.jpg +share/kde/wallpapers/neon_flux.jpg +share/kde/wallpapers/nuclear_coral.jpg +share/kde/wallpapers/ocean01.jpg +share/kde/wallpapers/odd_atmosphere.jpg +share/kde/wallpapers/olive_wisps.jpg +share/kde/wallpapers/owl_elder.jpg +share/kde/wallpapers/paper01.jpg +share/kde/wallpapers/paper_umbrella.jpg +share/kde/wallpapers/parrots.jpg +share/kde/wallpapers/pebble_town.jpg +share/kde/wallpapers/pinkflam.jpg +share/kde/wallpapers/plant_formation.jpg +share/kde/wallpapers/plasmatic_globules.jpg +share/kde/wallpapers/plasmatic_points.jpg +share/kde/wallpapers/produce.jpg +share/kde/wallpapers/prpbumps.jpg +share/kde/wallpapers/quantum_threads.jpg +share/kde/wallpapers/rainbow_alleys.jpg +share/kde/wallpapers/red_big_bang.jpg +share/kde/wallpapers/redblue_filaments.jpg +share/kde/wallpapers/ringworm_circus.jpg +share/kde/wallpapers/rose_petals.jpg +share/kde/wallpapers/rotten_vegetables.jpg +share/kde/wallpapers/rubber_cds.jpg +share/kde/wallpapers/ruby_dunes.jpg +share/kde/wallpapers/ruins.jpg +share/kde/wallpapers/sandman.jpg +share/kde/wallpapers/sapphire_surface.jpg +share/kde/wallpapers/scattered_islands.jpg +share/kde/wallpapers/scraped_metal.jpg +share/kde/wallpapers/silver_vibration.jpg +share/kde/wallpapers/spinning_stones.jpg +share/kde/wallpapers/spoiled_sprouts.jpg +share/kde/wallpapers/stellar_shadows.jpg +share/kde/wallpapers/striped_fragments.jpg +share/kde/wallpapers/sulfur_lakes.jpg +share/kde/wallpapers/sunburnt_crust.jpg +share/kde/wallpapers/tarnished_rings.jpg +share/kde/wallpapers/techno_sharks.jpg +share/kde/wallpapers/terrain_relief.jpg +share/kde/wallpapers/theoretical_life.jpg +share/kde/wallpapers/thick_syrup.jpg +share/kde/wallpapers/thin_tentacles.jpg +share/kde/wallpapers/toe_paint.jpg +share/kde/wallpapers/tree_knobs.jpg +share/kde/wallpapers/tropical_leaves.jpg +share/kde/wallpapers/ufo_frenzy.jpg +share/kde/wallpapers/unstable_element.jpg +share/kde/wallpapers/vessel_swirl.jpg +share/kde/wallpapers/water01.jpg +share/kde/wallpapers/wavy_ribbons.jpg +share/kde/wallpapers/whiplash_vines.jpg +share/kde/wallpapers/whirling_spirit.jpg +share/kde/wallpapers/wind_chill.jpg +share/kde/wallpapers/wood1.jpg +@dirrm share/kde/wallpapers +@dirrm share/kde/sounds +@dirrm share/kde/locale/hs/LC_MESSAGES +@dirrm share/kde/apps/kwm/pics +@dirrm share/kde/apps/kwm +@dirrm share/kde/apps/kthememgr/Themes +@dirrm share/kde/apps/kthememgr +@dirrm share/kde/apps/kscreensaver +@dirrm share/kde/apps/kpanel/pics/mini +@dirrm share/kde/apps/kpanel/pics/large +@dirrm share/kde/apps/kpanel/pics +@dirrm share/kde/apps/kpanel/default +@dirrm share/kde/apps/kpanel +@dirrm share/kde/apps/konsole +@dirrm share/kde/apps/kikbd/codes +@dirrm share/kde/apps/kikbd +@dirrm share/kde/apps/kfm/pics +@dirrm share/kde/apps/kfm/Desktop/Templates +@dirrm share/kde/apps/kfm/Desktop +@dirrm share/kde/apps/kfm +@dirrm share/kde/apps/kfind/toolbar +@dirrm share/kde/apps/kfind +@dirrm share/kde/apps/kdmconfig/pics +@dirrm share/kde/apps/kdmconfig +@dirrm share/kde/apps/kdm/pics/users +@dirrm share/kde/apps/kdm/pics +@dirrm share/kde/apps/kdm +@dirrm share/kde/apps/kdisplay/color-schemes +@dirrm share/kde/apps/kdisplay/app-defaults +@dirrm share/kde/apps/kdisplay +@dirrm share/kde/apps/kcontrol/pics +@dirrm share/kde/apps/kcontrol +@dirrm share/kde/apps/kcmlocale/pics +@dirrm share/kde/apps/kcmlocale +@dirrm share/doc/kde/HTML/ru/kikbd +@dirrm share/doc/kde/HTML/ru +@dirrm share/doc/kde/HTML/en/kwm +@dirrm share/doc/kde/HTML/en/kvt +@dirrm share/doc/kde/HTML/en/kthememgr +@dirrm share/doc/kde/HTML/en/kpanel +@dirrm share/doc/kde/HTML/en/kpager +@dirrm share/doc/kde/HTML/en/konsole +@dirrm share/doc/kde/HTML/en/kmenuedit +@dirrm share/doc/kde/HTML/en/kmedia +@dirrm share/doc/kde/HTML/en/kikbd +@dirrm share/doc/kde/HTML/en/kfontmanager +@dirrm share/doc/kde/HTML/en/kfm +@dirrm share/doc/kde/HTML/en/kfind +@dirrm share/doc/kde/HTML/en/kdm +@dirrm share/doc/kde/HTML/en/kdisknav +@dirrm share/doc/kde/HTML/en/kdehelp/quickstart +@dirrm share/doc/kde/HTML/en/kdehelp/kwm +@dirrm share/doc/kde/HTML/en/kdehelp/kpanel +@dirrm share/doc/kde/HTML/en/kdehelp +@dirrm share/doc/kde/HTML/en/kcontrol/kthememgr +@dirrm share/doc/kde/HTML/en/kcontrol/kdmconfig +@dirrm share/doc/kde/HTML/en/kcontrol/kcmsyssound +@dirrm share/doc/kde/HTML/en/kcontrol/kcmsamba +@dirrm share/doc/kde/HTML/en/kcontrol/kcmlocale +@dirrm share/doc/kde/HTML/en/kcontrol/kcmkwm +@dirrm share/doc/kde/HTML/en/kcontrol/kcmkpanel +@dirrm share/doc/kde/HTML/en/kcontrol/kcmkfm +@dirrm share/doc/kde/HTML/en/kcontrol/kcmkeys +@dirrm share/doc/kde/HTML/en/kcontrol/kcminput +@dirrm share/doc/kde/HTML/en/kcontrol/kcminfo +@dirrm share/doc/kde/HTML/en/kcontrol/kcmdisplay +@dirrm share/doc/kde/HTML/en/kcontrol/kcmbell +@dirrm share/doc/kde/HTML/en/kcontrol +@dirrm libexec/kde-cgi-bin +@comment The following is not part of the KDE distrib: +share/kde/icons/Daemon.png |