mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add evilwm as windowmanager
This commit is contained in:
parent
88851de9d4
commit
3b9af3a49b
13
packages/x11/other/evilwm/build
Executable file
13
packages/x11/other/evilwm/build
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build libXrandr
|
||||
$SCRIPTS/build libXext
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
make CC=$TARGET_CC
|
||||
|
15
packages/x11/other/evilwm/install
Executable file
15
packages/x11/other/evilwm/install
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXrandr
|
||||
$SCRIPTS/install libXext
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/$1 $INSTALL/usr/bin
|
||||
|
||||
# other usefull packages
|
||||
$SCRIPTS/install xwd
|
24
packages/x11/other/evilwm/profile.d/evilwm.conf
Normal file
24
packages/x11/other/evilwm/profile.d/evilwm.conf
Normal file
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Windowmanager environment variables.
|
||||
#
|
||||
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||
# evironment variables that are not user defined.
|
||||
################################################################################
|
||||
|
||||
# [-display display] [-term termprog] [-fn fontname]
|
||||
# [-fg foreground] [-fc fixed] [-bg background] [-bw borderwidth]
|
||||
# [-mask1 modifiers] [-mask2 modifiers] [-altmask modifiers]
|
||||
# [-snap num] [-app name/class] [-g geometry] [-dock]
|
||||
# [-v vdesk] [-s] [-nosoliddrag] [-V]
|
||||
|
||||
if [ "$DEBUG" = "yes" ]; then
|
||||
EVILWM_ARG="$EVILWM_ARG -fg red -bw 3"
|
||||
else
|
||||
EVILWM_ARG="$EVILWM_ARG -fg black -bw 0"
|
||||
fi
|
||||
|
||||
EVILWM_ARG="-fn fixed $EVILWM_ARG"
|
||||
|
||||
WINDOWMANAGER="evilwm $EVILWM_ARG"
|
||||
|
||||
export WINDOWMANAGER
|
1
packages/x11/other/evilwm/url
Normal file
1
packages/x11/other/evilwm/url
Normal file
@ -0,0 +1 @@
|
||||
http://www.6809.org.uk/evilwm/evilwm-1.1.0pre8.tar.gz
|
Loading…
x
Reference in New Issue
Block a user