mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
adding evilwm-ewmh for test
This commit is contained in:
parent
6eafbf2336
commit
288ba97b58
@ -1 +0,0 @@
|
||||
ftp://ftp.gtk.org/pub/glib/2.18/glib-2.18.4.tar.bz2
|
@ -33,7 +33,7 @@ $SCRIPTS/install xf86-video-nv
|
||||
#$SCRIPTS/install read-edid
|
||||
$SCRIPTS/install xinit
|
||||
#+$SCRIPTS/install pciutils
|
||||
$SCRIPTS/install evilwm
|
||||
$SCRIPTS/install evilwm-ewmh
|
||||
#mkdir -p $INSTALL/usr/bin
|
||||
#cp $PKG_DIR/scripts/oe_wrapper $INSTALL/usr/bin
|
||||
#cp $PKG_DIR/scripts/startx $INSTALL/usr/bin
|
||||
|
@ -13,5 +13,7 @@ if test -f /usr/bin/mrxvt; then
|
||||
fi
|
||||
|
||||
if /usr/bin/test "${OE_X_WM_ENABLED}" = "yes" ; then
|
||||
/usr/bin/evilwm -fn ${WM_FONT} ${args}> /dev/null 2>&1 &
|
||||
/usr/bin/evilwm ${args}> /dev/null 2>&1 &
|
||||
fi
|
||||
|
||||
# /usr/bin/evilwm -fn ${WM_FONT} ${args}> /dev/null 2>&1 &
|
||||
|
@ -0,0 +1,23 @@
|
||||
diff -Naur xf86-video-openchrome-20090302/Makefile.am xf86-video-openchrome-20090302.patch/Makefile.am
|
||||
--- xf86-video-openchrome-20090302/Makefile.am 2008-10-29 10:54:10.000000000 +0100
|
||||
+++ xf86-video-openchrome-20090302.patch/Makefile.am 2009-03-24 09:58:46.040036529 +0100
|
||||
@@ -19,6 +19,6 @@
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
-SUBDIRS = src man
|
||||
+SUBDIRS = src man libxvmc
|
||||
|
||||
EXTRA_DIST = COPYING NEWS README
|
||||
diff -Naur xf86-video-openchrome-20090302/Makefile.in xf86-video-openchrome-20090302.patch/Makefile.in
|
||||
--- xf86-video-openchrome-20090302/Makefile.in 2009-03-03 01:13:33.000000000 +0100
|
||||
+++ xf86-video-openchrome-20090302.patch/Makefile.in 2009-03-24 09:58:59.013295184 +0100
|
||||
@@ -215,7 +215,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
-SUBDIRS = src man
|
||||
+SUBDIRS = src man libxvmc
|
||||
EXTRA_DIST = COPYING NEWS README
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
14
packages/x11/other/evilwm-ewmh/build
Executable file
14
packages/x11/other/evilwm-ewmh/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build libXext
|
||||
$SCRIPTS/build libXrandr
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
make CC=$TARGET_CC XROOT=$SYSROOT_PREFIX/usr
|
||||
|
||||
$STRIP evilwm
|
10
packages/x11/other/evilwm-ewmh/install
Executable file
10
packages/x11/other/evilwm-ewmh/install
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXext
|
||||
$SCRIPTS/install libXrandr
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/evilwm $INSTALL/usr/bin
|
||||
|
9
packages/x11/other/evilwm-ewmh/unpack
Executable file
9
packages/x11/other/evilwm-ewmh/unpack
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/fixconfigtools $BUILD/$1*/support
|
||||
|
||||
sed -i 's/^#define DEF_FONT.*/#define DEF_FONT "fixed"/' $BUILD/$1*/evilwm.h
|
||||
sed -i -e '/^CFLAGS/s/ -Os/ /' \
|
||||
-e 's/install -s /install /' $BUILD/$1*/Makefile
|
1
packages/x11/other/evilwm-ewmh/url
Normal file
1
packages/x11/other/evilwm-ewmh/url
Normal file
@ -0,0 +1 @@
|
||||
http://www.6809.org.uk/tmp/evilwm/evilwm-ewmh.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user