aboutsummaryrefslogtreecommitdiffstats
path: root/games/ktritoc
diff options
context:
space:
mode:
Diffstat (limited to 'games/ktritoc')
-rw-r--r--games/ktritoc/Makefile27
-rw-r--r--games/ktritoc/distinfo2
-rw-r--r--games/ktritoc/files/patch-configure355
-rw-r--r--games/ktritoc/files/patch-movesprite.cpp11
-rw-r--r--games/ktritoc/files/patch-score.h11
-rw-r--r--games/ktritoc/pkg-descr9
-rw-r--r--games/ktritoc/pkg-plist72
7 files changed, 0 insertions, 487 deletions
diff --git a/games/ktritoc/Makefile b/games/ktritoc/Makefile
deleted file mode 100644
index f45ae680b97d..000000000000
--- a/games/ktritoc/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: ktritoc
-# Date created: 2003-07-06
-# Whom: arved
-#
-# $FreeBSD$
-
-PORTNAME= ktritoc
-PORTVERSION= 1.0
-PORTREVISION= 12
-CATEGORIES= games kde
-MASTER_SITES= http://www.heni-online.de/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Tic-tac-toe like boardgame
-
-LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool
-
-post-patch:
- ${RM} -r ${WRKSRC}/ktritoc/doc/ktritoc/dtd
-
-.include <bsd.port.mk>
diff --git a/games/ktritoc/distinfo b/games/ktritoc/distinfo
deleted file mode 100644
index ea89d259a257..000000000000
--- a/games/ktritoc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ktritoc-1.0.tar.gz) = 62309a1e7afd6b9d921673044cd2cb4aa38550b659e60af12b5aa2f0a5d65020
-SIZE (ktritoc-1.0.tar.gz) = 1068168
diff --git a/games/ktritoc/files/patch-configure b/games/ktritoc/files/patch-configure
deleted file mode 100644
index 124ba8568934..000000000000
--- a/games/ktritoc/files/patch-configure
+++ /dev/null
@@ -1,355 +0,0 @@
---- configure.orig Sun Jun 1 18:53:22 2003
-+++ configure Thu Nov 11 22:13:06 2004
-@@ -19384,16 +19384,39 @@
- kde_qt_dirs="$QTDIR /usr/lib/qt"
- fi
-
--echo "$as_me:19387: 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 19395 "configure"
--#include "confdefs.h"
-+/* 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
-@@ -19411,109 +19434,65 @@
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:19414: \"$ac_link\"") >&5
-- (eval $ac_link) 2>&5
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+ (eval $ac_link) 2>conftest.er1
- ac_status=$?
-- echo "$as_me:19417: \$? = $ac_status" >&5
-+ 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'
-- { (eval echo "$as_me:19420: \"$ac_try\"") >&5
-+ { 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:19423: \$? = $ac_status" >&5
-+ 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
--cat conftest.$ac_ext >&5
--ac_cv_lib_pthread_pthread_create=no
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+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:19434: 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
-
-- # 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`
--echo "$as_me:19457: 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
-- cat >conftest.$ac_ext <<_ACEOF
--#line 19463 "configure"
--#include "confdefs.h"
--#include <$ac_header>
--_ACEOF
--if { (eval echo "$as_me:19467: \"$ac_cpp conftest.$ac_ext\"") >&5
-- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-- ac_status=$?
-- egrep -v '^ *\+' conftest.er1 >conftest.err
-- rm -f conftest.er1
-- cat conftest.err >&5
-- echo "$as_me:19473: \$? = $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=
-+ LDFLAGS="$kde_save_LDFLAGS"
-+ LIBS="$kde_save_LIBS"
-+
-+ PTHREAD_LIBS="$PTHREAD_LIBS_save"
-+ fi
- fi
--else
-- ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-- eval "$as_ac_Header=yes"
--else
-- echo "$as_me: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- eval "$as_ac_Header=no"
--fi
--rm -f conftest.err conftest.$ac_ext
--fi
--echo "$as_me:19492: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--if test `eval echo '${'$as_ac_Header'}'` = yes; then
-- cat >>confdefs.h <<EOF
--#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
--EOF
--
--fi
--done
--
-- 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:19507: 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
-+
-+ 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
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-llthread $LIBS"
-+LIBS="-lpthread $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
--#line 19515 "configure"
--#include "confdefs.h"
-+/* 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
-@@ -19521,50 +19500,118 @@
- #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 ();
-+char pthread_create ();
- int
- main ()
- {
--pthread_join ();
-+pthread_create ();
- ;
- return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:19534: \"$ac_link\"") >&5
-- (eval $ac_link) 2>&5
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+ (eval $ac_link) 2>conftest.er1
- ac_status=$?
-- echo "$as_me:19537: \$? = $ac_status" >&5
-+ 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'
-- { (eval echo "$as_me:19540: \"$ac_try\"") >&5
-+ { 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:19543: \$? = $ac_status" >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- ac_cv_lib_lthread_pthread_join=yes
-+ ac_cv_lib_pthread_pthread_create=yes
- else
- echo "$as_me: failed program was:" >&5
--cat conftest.$ac_ext >&5
--ac_cv_lib_lthread_pthread_join=no
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_lib_pthread_pthread_create=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:19554: 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"
--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=""
-- if test -z "$LIBPTHREAD"; then
-+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
-+
-+ fi
-+
-+ 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. */
-+#include <pthread.h>
-+int
-+main ()
-+{
-+(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>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 -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
-+
-+ 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
-+
-+
-+ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+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
-
- echo "$as_me:19569: checking whether $CXX supports -pthread" >&5
- echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6
-@@ -19634,8 +19681,7 @@
-
- fi
-
-- fi
-- fi
-+
-
- case $host_os in
- solaris*)
diff --git a/games/ktritoc/files/patch-movesprite.cpp b/games/ktritoc/files/patch-movesprite.cpp
deleted file mode 100644
index 54466fcbb37d..000000000000
--- a/games/ktritoc/files/patch-movesprite.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ktritoc/ktritoc/movesprite.cpp.orig Wed Oct 22 02:37:18 2003
-+++ ktritoc/ktritoc/movesprite.cpp Wed Oct 22 02:37:33 2003
-@@ -93,7 +93,7 @@
- }
-
- // Type = 0: cycle, 1: oscillate
--void MoveSprite::setAnimation(int delay=1, int type)
-+void MoveSprite::setAnimation(int delay, int type)
- {
- mAnimDelay = delay;
- mAnimCount = 0;
diff --git a/games/ktritoc/files/patch-score.h b/games/ktritoc/files/patch-score.h
deleted file mode 100644
index 87abad87d1e2..000000000000
--- a/games/ktritoc/files/patch-score.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ktritoc/ktritoc/score.h.orig Sat Aug 21 10:56:37 2004
-+++ ktritoc/ktritoc/score.h Sat Aug 21 10:56:50 2004
-@@ -68,7 +68,7 @@
- int mScore;
- /* Player id */
- /** Position of widget */
-- QPoint mOffset;;
-+ QPoint mOffset;
- int mId;
- QPtrVector<Sprite> mNumberSprites;
- Sprite *mBackgroundSprite;
diff --git a/games/ktritoc/pkg-descr b/games/ktritoc/pkg-descr
deleted file mode 100644
index d84df1c576aa..000000000000
--- a/games/ktritoc/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a one or two player boardgame for KDE.
-
-One or two player try to occupy a game board of 9 fields containing 9 holes.
-Each of the fields as well as the game itself is won by placing 3 pieces of
-the same color into one row, coloumn or diagonal (ala Tic-Tac-Toe). However,
-the places where to place your pieces is determined by dice adding a
-random luck factor to the game.
-
-WWW: http://www.heni-online.de/linux/
diff --git a/games/ktritoc/pkg-plist b/games/ktritoc/pkg-plist
deleted file mode 100644
index 9e61cd80b96c..000000000000
--- a/games/ktritoc/pkg-plist
+++ /dev/null
@@ -1,72 +0,0 @@
-bin/ktritoc
-share/applnk/Games/Board/ktritoc.desktop
-share/apps/ktritoc/pics/dollar.png
-share/apps/ktritoc/pics/empty.png
-share/apps/ktritoc/pics/game_over0.png
-share/apps/ktritoc/pics/game_over1.png
-share/apps/ktritoc/pics/game_over10.png
-share/apps/ktritoc/pics/game_over11.png
-share/apps/ktritoc/pics/game_over12.png
-share/apps/ktritoc/pics/game_over13.png
-share/apps/ktritoc/pics/game_over14.png
-share/apps/ktritoc/pics/game_over2.png
-share/apps/ktritoc/pics/game_over3.png
-share/apps/ktritoc/pics/game_over4.png
-share/apps/ktritoc/pics/game_over5.png
-share/apps/ktritoc/pics/game_over6.png
-share/apps/ktritoc/pics/game_over7.png
-share/apps/ktritoc/pics/game_over8.png
-share/apps/ktritoc/pics/game_over9.png
-share/apps/ktritoc/pics/info0.png
-share/apps/ktritoc/pics/info1.png
-share/apps/ktritoc/pics/info2.png
-share/apps/ktritoc/pics/info3.png
-share/apps/ktritoc/pics/info4.png
-share/apps/ktritoc/pics/info5.png
-share/apps/ktritoc/pics/intro.png
-share/apps/ktritoc/pics/marker0.png
-share/apps/ktritoc/pics/marker1.png
-share/apps/ktritoc/pics/piece0.png
-share/apps/ktritoc/pics/piece1.png
-share/apps/ktritoc/pics/piece2.png
-share/apps/ktritoc/pics/purple0.png
-share/apps/ktritoc/pics/purple1.png
-share/apps/ktritoc/pics/purple2.png
-share/apps/ktritoc/pics/purple3.png
-share/apps/ktritoc/pics/purple4.png
-share/apps/ktritoc/pics/purple5.png
-share/apps/ktritoc/pics/purple6.png
-share/apps/ktritoc/pics/red0.png
-share/apps/ktritoc/pics/red1.png
-share/apps/ktritoc/pics/red2.png
-share/apps/ktritoc/pics/red3.png
-share/apps/ktritoc/pics/red4.png
-share/apps/ktritoc/pics/red5.png
-share/apps/ktritoc/pics/red6.png
-share/apps/ktritoc/pics/red7.png
-share/apps/ktritoc/pics/red8.png
-share/apps/ktritoc/pics/red9.png
-share/apps/ktritoc/pics/score.png
-share/apps/ktritoc/pics/yellow0.png
-share/apps/ktritoc/pics/yellow1.png
-share/apps/ktritoc/pics/yellow2.png
-share/apps/ktritoc/pics/yellow3.png
-share/apps/ktritoc/pics/yellow4.png
-share/apps/ktritoc/pics/yellow5.png
-share/apps/ktritoc/pics/yellow6.png
-share/apps/ktritoc/pics/yellow7.png
-share/apps/ktritoc/pics/yellow8.png
-share/apps/ktritoc/pics/yellow9.png
-share/apps/ktritoc/ktritocui.rc
-share/doc/HTML/en/ktritoc/common
-share/doc/HTML/en/ktritoc/index.cache.bz2
-share/doc/HTML/en/ktritoc/index.docbook
-share/doc/HTML/en/ktritoc/makeweb
-share/icons/hicolor/16x16/apps/ktritoc.png
-share/icons/hicolor/32x32/apps/ktritoc.png
-share/icons/hicolor/48x48/apps/ktritoc.png
-@dirrm share/apps/ktritoc/pics
-@dirrm share/apps/ktritoc
-@dirrm share/doc/HTML/en/ktritoc
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor/48x48