mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package openbox:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
c3146ef194
commit
740190c27b
@ -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
|
@ -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
|
@ -1,45 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openbox_config xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///var/tmp/openbox-3.2-root/usr/share/openbox/rc.xsd">
|
||||
|
||||
<theme>
|
||||
<name>Clearlooks</name>
|
||||
<titlelayout>NLIMC</titlelayout>
|
||||
</theme>
|
||||
|
||||
|
||||
<keyboard>
|
||||
<chainQuitKey>C-g</chainQuitKey>
|
||||
|
||||
<keybind key="A-F4">
|
||||
<action name="Close"/>
|
||||
</keybind>
|
||||
<keybind key="C-q">
|
||||
<action name="Close"/>
|
||||
</keybind>
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow"/>
|
||||
</keybind>
|
||||
<keybind key="C-A-t">
|
||||
<action name="Execute">
|
||||
<execute>mrxvt</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-e">
|
||||
<action name="Execute">
|
||||
<execute>eject</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-r">
|
||||
<action name="Execute">
|
||||
<execute>reboot</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-s">
|
||||
<action name="Execute">
|
||||
<execute>screenshot</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
|
||||
</openbox_config>
|
||||
|
@ -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
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/openbox-3.4.8-rc1.tar.gz
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user