#!/bin/bash

. ../KDE.options
SLACKWARE=/mnt/d/slackware/slackware$LIBDIRSUFFIX-current/slackware$LIBDIRSUFFIX/
if [ "$LIBDIRSUFFIX" = "" ]; then
   LIBDIRSUFFIX=32
fi
SLAX=/mnt/d/slax/packages/$LIBDIRSUFFIX"bit"/

upgradepkg --install-new $SLAX/rdesktop* # krdc
upgradepkg --install-new $SLAX/libvncserver* # krfb
upgradepkg --install-new $SLAX/poppler-0* # okular

upgradepkg --install-new $SLACKWARE/*/expat* # 
upgradepkg --install-new $SLACKWARE/*/gmp* # kcalc

# needed only for compilation
upgradepkg --install-new $SLACKWARE/*/exiv2*
upgradepkg --install-new $SLACKWARE/*/pcre*
upgradepkg --install-new $SLACKWARE/*/automoc4*
upgradepkg --install-new $SLACKWARE/*/cyrus-sasl*
upgradepkg --install-new $SLACKWARE/*/openldap-client*
upgradepkg --install-new $SLACKWARE/*/libarchive*
upgradepkg --install-new $SLACKWARE/*/curl*
find $SLACKWARE -noleaf | egrep "perl-[0-9]" | xargs upgradepkg --install-new
find $SLACKWARE/x/ -noleaf | grep proto | xargs upgradepkg --install-new
upgradepkg --install-new $SLACKWARE/*/cmake*
