diff --git a/SysBuild/BuildCluster/Apps.dmk b/SysBuild/BuildCluster/Apps.dmk index e3778bb..0ca9cb3 100644 --- a/SysBuild/BuildCluster/Apps.dmk +++ b/SysBuild/BuildCluster/Apps.dmk @@ -18,9 +18,6 @@ 0 guibased/gimp 0 guibased/gimp-data-extras 0 guibased/xsane -0 tools/foomatic-filters -0 tools/foomatic-db-engine -0 tools/foomatic-db 0 guibased/xv 0 guibased/povray 0 multimedia/mplayer-export diff --git a/SysBuild/BuildCluster/Tools.dmk b/SysBuild/BuildCluster/Tools.dmk index a79a8af..0e78ccb 100644 --- a/SysBuild/BuildCluster/Tools.dmk +++ b/SysBuild/BuildCluster/Tools.dmk @@ -65,8 +65,11 @@ 0 tools/aspell-de 0 tools/enchant 0 tools/heartbeat +32 tools/foomatic-filters +0 tools/foomatic-db-engine +0 tools/foomatic-db 0 tools/hplip -0 tools/pth +64 tools/pth 0 tools/libassuan 0 security/libksba 0 security/gnupg diff --git a/SysBuild/tools/hplip b/SysBuild/tools/hplip index fe1be08..7f46f5d 100644 --- a/SysBuild/tools/hplip +++ b/SysBuild/tools/hplip @@ -99,7 +99,12 @@ mk() { ./configure --target=$TARGET \ --prefix=/usr \ $ADDOPTIONS \ - --sysconfdir=/etc/sysconfig/hplip + --sysconfdir=/etc/sysconfig/hplip \ + --enable-foomatic-ppd-install \ + --enable-foomatic-drv-install \ + --enable-cups-ppd-install \ + --enable-cups-drv-install \ + --enable-foomatic-rip-hplip-install make -j $NUMCPU make -j $NUMCPU DESTDIR=$TMPROOT install } @@ -111,9 +116,6 @@ postmk() { mv HP ../cups/model ln -s ../cups/model/HP . mv $TMPROOT/etc/sane.d $TMPROOT/etc/sysconfig/ - sed -e "s/daemon /loadproc /" $TMPROOT/etc/init.d/hplip >/tmp/hplip - mv /tmp/hplip $TMPROOT/etc/init.d/hplip - chmod 755 $TMPROOT/etc/init.d/hplip if [ "$MK64BIT" == "true" ]; then mv $TMPROOT/usr/lib $TMPROOT/usr/lib64 mv $TMPROOT/usr/lib32 $TMPROOT/usr/lib