mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Xorg: move to packages/x11/xserver/xorg-server and merge with xorg-server
This commit is contained in:
parent
984840a5c6
commit
a92c635a69
@ -1,33 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
#Fonts
|
||||
$SCRIPTS/install encodings
|
||||
$SCRIPTS/install font-xfree86-type1
|
||||
$SCRIPTS/install font-bitstream-type1
|
||||
$SCRIPTS/install font-misc-misc
|
||||
|
||||
#Server
|
||||
$SCRIPTS/install xorg-server
|
||||
$SCRIPTS/install xkeyboard-config
|
||||
$SCRIPTS/install xkbcomp
|
||||
|
||||
#Drivers
|
||||
$SCRIPTS/install xf86-input-evdev
|
||||
$SCRIPTS/install xf86-input-synaptics
|
||||
|
||||
[ "$XORG_DRIVERS" = all ] && XORG_DRIVERS="`find $ROOT/$PACKAGES/ -name "xf86-video-*" | sed s/.*xf86-video-//`"
|
||||
for drv in $XORG_DRIVERS; do
|
||||
$SCRIPTS/install xf86-video-$drv
|
||||
done
|
||||
|
||||
#Tools
|
||||
$SCRIPTS/install xinit
|
||||
$SCRIPTS/install openbox
|
||||
|
||||
# [ "$DEVTOOLS" = yes ] && $SCRIPTS/install roxterm
|
||||
|
||||
exit 0
|
@ -58,3 +58,30 @@ cp $PKG_BUILD/config/xorg-server.conf $INSTALL/etc/dbus-1/system.d
|
||||
|
||||
mkdir -p $INSTALL/usr/share/hal/fdi/policy/10osvendor/
|
||||
cp $PKG_BUILD/config/x11-input.fdi $INSTALL/usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi
|
||||
|
||||
|
||||
#Fonts
|
||||
$SCRIPTS/install encodings
|
||||
$SCRIPTS/install font-xfree86-type1
|
||||
$SCRIPTS/install font-bitstream-type1
|
||||
$SCRIPTS/install font-misc-misc
|
||||
|
||||
#Server
|
||||
# $SCRIPTS/install xorg-server
|
||||
$SCRIPTS/install xkeyboard-config
|
||||
$SCRIPTS/install xkbcomp
|
||||
|
||||
#Drivers
|
||||
$SCRIPTS/install xf86-input-evdev
|
||||
$SCRIPTS/install xf86-input-synaptics
|
||||
|
||||
[ "$XORG_DRIVERS" = all ] && XORG_DRIVERS="`find $ROOT/$PACKAGES/ -name "xf86-video-*" | sed s/.*xf86-video-//`"
|
||||
for drv in $XORG_DRIVERS; do
|
||||
$SCRIPTS/install xf86-video-$drv
|
||||
done
|
||||
|
||||
#Tools
|
||||
$SCRIPTS/install xinit
|
||||
$SCRIPTS/install openbox
|
||||
|
||||
# [ "$DEVTOOLS" = yes ] && $SCRIPTS/install roxterm
|
||||
|
Loading…
x
Reference in New Issue
Block a user