summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-27 08:45:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-27 08:45:31 +0000
commit07abf2381204c970c5a0b5e8173f2b76e600e0f6 (patch)
tree9265fc41e79ebdabe06a7c965a31cc6c6340fa97 /x11
parentsipxproxy should change the ownership, if necessary, of files and directories (diff)
- Add oooq2 port
OpenOffice.org Quickstarter is a small application that runs in the KDE SystemTray. It is used to quickly start the different OpenOffice.org modules without having to go through the K-Menu. This port provided quickstarter only for OpenOffice 2.x Author: segfault_ii@web.de WWW: http://developer.berlios.de/projects/segfaultskde/ PR: 110382 Submitted by: Rashid N. Achilov <achilov-rn@askd.ru> Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=188480
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/oooqs2/Makefile30
-rw-r--r--x11/oooqs2/distinfo6
-rw-r--r--x11/oooqs2/files/patch-configure420
-rw-r--r--x11/oooqs2/pkg-descr8
-rw-r--r--x11/oooqs2/pkg-plist54
6 files changed, 60 insertions, 459 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 612579011750..6bef4bc9c024 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -183,6 +183,7 @@
SUBDIR += nvidia-settings
SUBDIR += nvidia-xconfig
SUBDIR += oooqs
+ SUBDIR += oooqs2
SUBDIR += p5-Clipboard
SUBDIR += p5-X11-GUITest
SUBDIR += p5-X11-IdleTime
diff --git a/x11/oooqs2/Makefile b/x11/oooqs2/Makefile
index 8e77497bcfe6..c3b437ee4a56 100644
--- a/x11/oooqs2/Makefile
+++ b/x11/oooqs2/Makefile
@@ -1,21 +1,27 @@
-# New ports collection Makefile for: oooqs
-# Date created: 21 July 2002
-# Whom: Tilman Linneweh <arved@FreeBSD.org>
+# New ports collection Makefile for: oooqs2
+# Date created: 16 Mar 2007
+# Whom: Rashid N. Achilov <citycat4@ngs.ru>
#
# $FreeBSD$
-PORTNAME= oooqs
-PORTVERSION= 2.0.3
-PORTREVISION= 5
-CATEGORIES= x11
-MASTER_SITES= http://download.berlios.de/segfaultskde/
+PORTNAME= oooqs2
+PORTVERSION= 1.0
+CATEGORIES= x11
+MASTER_SITES= http://download.berlios.de/segfaultskde/ \
+ http://download2.berlios.de/segfaultskde/ \
-MAINTAINER= itetcu@people.tecnik93.com
-COMMENT= Quick launcher for Open Office
+MAINTAINER= achilov-rn@askd.ru
+COMMENT= KDE Quick launcher for Open Office 2.x
+
+USE_AUTOTOOLS= libtool:15
+
+CONFIGURE_ARGS+= --with-qt-dir=${QT_PREFIX}
-USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_KDELIBS_VER= 3
-USE_GMAKE= yes
+USE_GMAKE= yes
+INSTALLS_ICONS= 1
+
+DOCSDIR= ${PREFIX}/share/doc/HTML
.include <bsd.port.mk>
diff --git a/x11/oooqs2/distinfo b/x11/oooqs2/distinfo
index a92f9f058188..cb881604563b 100644
--- a/x11/oooqs2/distinfo
+++ b/x11/oooqs2/distinfo
@@ -1,3 +1,3 @@
-MD5 (oooqs-2.0.3.tar.gz) = 5d401aa7250f80734d785d4c286f635b
-SHA256 (oooqs-2.0.3.tar.gz) = d3585c669f9a081a5bc84dd1df8af1e7c53deaad0ee765b747e3d23874943e9a
-SIZE (oooqs-2.0.3.tar.gz) = 584849
+MD5 (oooqs2-1.0.tar.gz) = e7bac61aced37e3801335d4370b39aaf
+SHA256 (oooqs2-1.0.tar.gz) = 482098ccd1d1eeb503ec1a16e9e7d291ad5c0a26b9d4f26199a57a9371e4ca0e
+SIZE (oooqs2-1.0.tar.gz) = 584935
diff --git a/x11/oooqs2/files/patch-configure b/x11/oooqs2/files/patch-configure
deleted file mode 100644
index 8fbad87b507e..000000000000
--- a/x11/oooqs2/files/patch-configure
+++ /dev/null
@@ -1,420 +0,0 @@
---- configure.orig Sun Nov 9 11:32:27 2003
-+++ configure Wed Nov 17 17:30:32 2004
-@@ -21948,15 +21948,34 @@
-
-
-
--echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
--echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
--if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
-+ LIBPTHREAD=""
-+
-+ if test -n "$PTHREAD_LIBS"; then
-+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then
-+ LIBPTHREAD="PTHREAD"
-+ else
-+ PTHREAD_LIBS_save="$PTHREAD_LIBS"
-+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
-+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
-+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
-+
-+ kde_save_LDFLAGS="$LDFLAGS"
-+ kde_save_LIBS="$LIBS"
-+ LDFLAGS="$LDFLAGS $all_libraries"
-+ case $host_os in
-+ aix*) LDFLAGS="-brtl $LDFLAGS"
-+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
-+ ;;
-+ esac
-+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
-+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Lib+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lpthread $LIBS"
-+LIBS="-l$PTHREAD_LIBS $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
--/* #line $LINENO "configure" */
- /* confdefs.h. */
- _ACEOF
- cat confdefs.h >>conftest.$ac_ext
-@@ -21980,260 +21999,188 @@
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-- (eval $ac_link) 2>&5
-+ (eval $ac_link) 2>conftest.er1
- ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
-- { ac_try='test -s conftest$ac_exeext'
-+ { ac_try='test -z "$ac_c_werror_flag"
-+ || test ! -s conftest.err'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; } &&
-+ { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- ac_cv_lib_pthread_pthread_create=yes
-+ eval "$as_ac_Lib=yes"
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
--ac_cv_lib_pthread_pthread_create=no
-+eval "$as_ac_Lib=no"
- fi
--rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
- LIBS=$ac_check_lib_save_LIBS
- fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
--echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
--if test $ac_cv_lib_pthread_pthread_create = yes; then
-- LIBPTHREAD="-lpthread"
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
-+if test `eval echo '${'$as_ac_Lib'}'` = yes; then
-+ LIBPTHREAD="$PTHREAD_LIBS_save"
- fi
-
-+ LDFLAGS="$kde_save_LDFLAGS"
-+ LIBS="$kde_save_LIBS"
-
-+ PTHREAD_LIBS="$PTHREAD_LIBS_save"
-+ fi
-+ fi
-
--
-- # Check whether --enable-kernel-threads or --disable-kernel-threads was given.
--if test "${enable_kernel_threads+set}" = set; then
-- enableval="$enable_kernel_threads"
-- kde_use_kernthreads=$enableval
--else
-- kde_use_kernthreads=no
--fi;
--
-- if test "$kde_use_kernthreads" = "yes"; then
-- ac_save_CXXFLAGS="$CXXFLAGS"
-- ac_save_CFLAGS="$CFLAGS"
-- CXXFLAGS="-I/usr/local/include/pthread/linuxthreads $CXXFLAGS"
-- CFLAGS="-I/usr/local/include/pthread/linuxthreads $CFLAGS"
--
--for ac_header in pthread/linuxthreads/pthread.h
--do
--as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-- echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+ if test -z "$LIBPTHREAD"; then
-+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
--fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
- else
-- # Is the header compilable?
--echo "$as_me:$LINENO: checking $ac_header usability" >&5
--echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
-+ ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lpthread $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
--/* #line $LINENO "configure" */
- /* confdefs.h. */
- _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--$ac_includes_default
--#include <$ac_header>
-+
-+/* Override any gcc2 internal prototype to avoid an error. */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+ builtin and then its argument prototype would still apply. */
-+char pthread_create ();
-+int
-+main ()
-+{
-+pthread_create ();
-+ ;
-+ return 0;
-+}
- _ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-- (eval $ac_compile) 2>&5
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+ (eval $ac_link) 2>conftest.er1
- ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
-- { ac_try='test -s conftest.$ac_objext'
-+ { ac_try='test -z "$ac_c_werror_flag"
-+ || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; }; then
-- ac_header_compiler=yes
--else
-- echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--ac_header_compiler=no
--fi
--rm -f conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
--
--# Is the header present?
--echo "$as_me:$LINENO: checking $ac_header presence" >&5
--echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
--cat >conftest.$ac_ext <<_ACEOF
--/* #line $LINENO "configure" */
--/* confdefs.h. */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h. */
--#include <$ac_header>
--_ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+ (exit $ac_status); }; } &&
-+ { ac_try='test -s conftest$ac_exeext'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
- ac_status=$?
-- grep -v '^ *+' conftest.er1 >conftest.err
-- rm -f conftest.er1
-- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); } >/dev/null; then
-- if test -s conftest.err; then
-- ac_cpp_err=$ac_c_preproc_warn_flag
-- else
-- ac_cpp_err=
-- fi
--else
-- ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-- ac_header_preproc=yes
-+ (exit $ac_status); }; }; then
-+ ac_cv_lib_pthread_pthread_create=yes
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
-- ac_header_preproc=no
--fi
--rm -f conftest.err conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
--echo "${ECHO_T}$ac_header_preproc" >&6
--
--# So? What about this header?
--case $ac_header_compiler:$ac_header_preproc in
-- yes:no )
-- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
--echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
--echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-- (
-- cat <<\_ASBOX
--## ------------------------------------ ##
--## Report this to bug-autoconf@gnu.org. ##
--## ------------------------------------ ##
--_ASBOX
-- ) |
-- sed "s/^/$as_me: WARNING: /" >&2
-- ;;
-- no:yes )
-- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
--echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
--echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
--echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-- (
-- cat <<\_ASBOX
--## ------------------------------------ ##
--## Report this to bug-autoconf@gnu.org. ##
--## ------------------------------------ ##
--_ASBOX
-- ) |
-- sed "s/^/$as_me: WARNING: /" >&2
-- ;;
--esac
--echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- eval "$as_ac_Header=$ac_header_preproc"
-+ac_cv_lib_pthread_pthread_create=no
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
- fi
--if test `eval echo '${'$as_ac_Header'}'` = yes; then
-- cat >>confdefs.h <<_ACEOF
--#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
--_ACEOF
--
-+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
-+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
-+if test $ac_cv_lib_pthread_pthread_create = yes; then
-+ LIBPTHREAD="-lpthread"
- fi
-
--done
-+ fi
-
-- CXXFLAGS="$ac_save_CXXFLAGS"
-- CFLAGS="$ac_save_CFLAGS"
-- if test "$ac_cv_header_pthread_linuxthreads_pthread_h" = "no"; then
-- kde_use_kernthreads=no
-- else
-- echo "$as_me:$LINENO: checking for pthread_join in -llthread" >&5
--echo $ECHO_N "checking for pthread_join in -llthread... $ECHO_C" >&6
--if test "${ac_cv_lib_lthread_pthread_join+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- ac_check_lib_save_LIBS=$LIBS
--LIBS="-llthread $LIBS"
--cat >conftest.$ac_ext <<_ACEOF
--/* #line $LINENO "configure" */
-+ if test -z "$LIBPTHREAD" ; then
-+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-+ kde_safe_libs=$LIBS
-+ LIBS="$LIBS -lpthread"
-+ cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--
--/* Override any gcc2 internal prototype to avoid an error. */
--#ifdef __cplusplus
--extern "C"
--#endif
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char pthread_join ();
-+#include <pthread.h>
- int
- main ()
- {
--pthread_join ();
-+(void)pthread_create(0,0,0,0);
- ;
- return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-- (eval $ac_link) 2>&5
-+ (eval $ac_link) 2>conftest.er1
- ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
-- { ac_try='test -s conftest$ac_exeext'
-+ { ac_try='test -z "$ac_c_werror_flag"
-+ || test ! -s conftest.err'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; } &&
-+ { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- ac_cv_lib_lthread_pthread_join=yes
-+
-+ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+ LIBPTHREAD="-lpthread"
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
--ac_cv_lib_lthread_pthread_join=no
--fi
--rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--LIBS=$ac_check_lib_save_LIBS
--fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_lthread_pthread_join" >&5
--echo "${ECHO_T}$ac_cv_lib_lthread_pthread_join" >&6
--if test $ac_cv_lib_lthread_pthread_join = yes; then
-- LIBPTHREAD="-llthread -llgcc_r"
-+
-+ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
- fi
-- if test "x$LIBPTHREAD" = "x"; then
-- kde_use_kernthreads=no
-- else
-- USE_THREADS="-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads"
-- fi
-- fi
-- else
-- USE_THREADS=""
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
-+ LIBS=$kde_safe_libs
-+ fi
-+
-+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then
-+ LIBPTHREAD=""
-+ fi
-+
-+
-+
-+
-+ USE_THREADS=""
- if test -z "$LIBPTHREAD"; then
-
- echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
-@@ -22314,7 +22261,6 @@
- fi
-
- fi
-- fi
-
-
-
diff --git a/x11/oooqs2/pkg-descr b/x11/oooqs2/pkg-descr
index 05f5fef76c59..caac69d959fa 100644
--- a/x11/oooqs2/pkg-descr
+++ b/x11/oooqs2/pkg-descr
@@ -1,6 +1,8 @@
-OpenOffice.org Quickstarter is a small application that runs in the KDE
+OpenOffice.org Quickstarter is a small application that runs in the KDE
SystemTray. It is used to quickly start the different OpenOffice.org
-modules without having to go through the K-Menu.
+modules without having to go through the K-Menu.
+
+This port provided quickstarter only for OpenOffice 2.x
Author: segfault_ii@web.de
-WWW: http://segfaultskde.berlios.de/index.php?content=oooqs
+WWW: http://developer.berlios.de/projects/segfaultskde/
diff --git a/x11/oooqs2/pkg-plist b/x11/oooqs2/pkg-plist
index 9f3df5b9ae56..2599aa776098 100644
--- a/x11/oooqs2/pkg-plist
+++ b/x11/oooqs2/pkg-plist
@@ -1,21 +1,33 @@
-bin/oooqs
-share/icons/hicolor/64x64/apps/oooqs.png
-share/icons/hicolor/16x16/apps/oooqs.png
-share/icons/hicolor/32x32/apps/oooqs.png
-share/icons/hicolor/48x48/apps/oooqs.png
-share/applnk/Utilities/oooqs.desktop
-share/autostart/oooqs.desktop
-share/locale/br/LC_MESSAGES/oooqs.mo
-share/locale/bs/LC_MESSAGES/oooqs.mo
-share/locale/de/LC_MESSAGES/oooqs.mo
-share/locale/es/LC_MESSAGES/oooqs.mo
-share/locale/fr/LC_MESSAGES/oooqs.mo
-share/locale/it/LC_MESSAGES/oooqs.mo
-share/locale/nl/LC_MESSAGES/oooqs.mo
-share/locale/ru/LC_MESSAGES/oooqs.mo
-share/locale/sk/LC_MESSAGES/oooqs.mo
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/64x64
-@dirrmtry share/applnk/Utilities
+bin/oooqs2
+share/applnk/Utilities/oooqs2.desktop
+%%DOCSDIR%%/de/oooqs2/common
+%%DOCSDIR%%/de/oooqs2/index.cache.bz2
+%%DOCSDIR%%/de/oooqs2/index.docbook
+%%DOCSDIR%%/en/oooqs2/common
+%%DOCSDIR%%/en/oooqs2/index.cache.bz2
+%%DOCSDIR%%/en/oooqs2/index.docbook
+share/icons/hicolor/128x128/apps/oooqs2.png
+share/icons/hicolor/16x16/apps/oooqs2.png
+share/icons/hicolor/32x32/apps/oooqs2.png
+share/icons/hicolor/48x48/apps/oooqs2.png
+share/icons/hicolor/64x64/apps/oooqs2.png
+share/locale/de/LC_MESSAGES/oooqs2.mo
+@dirrm share/icons/hicolor/64x64/apps
+@dirrm share/icons/hicolor/64x64
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor/16x16/apps
+@dirrm share/icons/hicolor/16x16
+@dirrm share/icons/hicolor/128x128/apps
+@dirrm share/icons/hicolor/128x128
+@dirrm share/icons/hicolor
+@dirrm share/icons
+@dirrm %%DOCSDIR%%/en/oooqs2
+@dirrm %%DOCSDIR%%/en
+@dirrm %%DOCSDIR%%/de/oooqs2
+@dirrm %%DOCSDIR%%/de
+@dirrm %%DOCSDIR%%
+@dirrm share/applnk/Utilities
+@dirrm share/applnk