diff --git a/packages/x11/other/openbox/build b/packages/x11/other/openbox/build deleted file mode 100755 index 720508a761..0000000000 --- a/packages/x11/other/openbox/build +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build libX11 -$SCRIPTS/build glib -$SCRIPTS/build pango -$SCRIPTS/build libXft -$SCRIPTS/build libxml2 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - --x-includes=$SYSROOT_PREFIX/usr/include \ - --x-libraries=$SYSROOT_PREFIX/usr/lib \ - --disable-nls \ - --disable-startup-notification \ - --disable-xcursor \ - --disable-session-management \ - -make - -$STRIP $1/.libs/$1 diff --git a/packages/x11/other/openbox/conf.d/openbox b/packages/x11/other/openbox/conf.d/openbox deleted file mode 100644 index 8a4770c96a..0000000000 --- a/packages/x11/other/openbox/conf.d/openbox +++ /dev/null @@ -1,11 +0,0 @@ -################################################################################ -# Openbox environment variables. -# -# This file contains non-OpenELEC evironment variables as well as OpenELEC -# evironment variables that are not user defined. -################################################################################ - -#------------------------------------------------------------------------------- -# Turn on/off WindowManager -#------------------------------------------------------------------------------- -OE_X_WM_ENABLED=yes diff --git a/packages/x11/other/openbox/config/rc.xml b/packages/x11/other/openbox/config/rc.xml deleted file mode 100644 index 3035af943b..0000000000 --- a/packages/x11/other/openbox/config/rc.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - Clearlooks - NLIMC - - - - - C-g - - - - - - - - - - - - - mrxvt - - - - - eject - - - - - reboot - - - - - screenshot - - - - - - diff --git a/packages/x11/other/openbox/install b/packages/x11/other/openbox/install deleted file mode 100755 index b3f9d9fe51..0000000000 --- a/packages/x11/other/openbox/install +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -. config/options -$SCRIPTS/install libX11 -$SCRIPTS/install glib -$SCRIPTS/install pango -$SCRIPTS/install libXft -$SCRIPTS/install libxml2 -$SCRIPTS/install liberation-fonts - -$SCRIPTS/install xwd - -PKG_DIR=`find $PACKAGES -type d -name $1` - -mkdir -p $INSTALL/usr/bin -cp -PR $PKG_BUILD/$1/.libs/$1 $INSTALL/usr/bin - -mkdir -p $INSTALL/usr/lib -cp -PR $PKG_BUILD/parser/.libs/*.so* $INSTALL/usr/lib -cp -PR $PKG_BUILD/render/.libs/*.so* $INSTALL/usr/lib -rm -rf $INSTALL/usr/lib/*.so*T - -mkdir -p $INSTALL/usr/share/themes -cp -RP $PKG_BUILD/themes/Clearlooks $INSTALL/usr/share/themes - -mkdir -p $INSTALL/etc/xdg/openbox -cp -PR $PKG_DIR/config/rc.xml $INSTALL/etc/xdg/openbox diff --git a/packages/x11/other/openbox/url b/packages/x11/other/openbox/url deleted file mode 100644 index 894ceef2fe..0000000000 --- a/packages/x11/other/openbox/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/openbox-3.4.8-rc1.tar.gz diff --git a/packages/x11/other/openbox/xinitrc.d/20_windowmanager b/packages/x11/other/openbox/xinitrc.d/20_windowmanager deleted file mode 100755 index 01037e678e..0000000000 --- a/packages/x11/other/openbox/xinitrc.d/20_windowmanager +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -################################################################################ -# windowmanager -# -# If enabled, then start the window manageer. -# The evilwm window manager should be enabled on systems that plan to use -# games in order to enable the game emulators to get focus and exit. -################################################################################ - -. /etc/sysconfig - -args="" - -if /usr/bin/test "${OE_X_WM_ENABLED}" = "yes" ; then - /usr/bin/openbox > /dev/null 2>&1 & -fi