mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
various files:
- various cleanups
This commit is contained in:
parent
194192c143
commit
dd49f21516
@ -10,7 +10,7 @@ $SCRIPTS/build libpng
|
||||
$SCRIPTS/build pixman
|
||||
$SCRIPTS/build libXrender
|
||||
$SCRIPTS/build libX11
|
||||
# $SCRIPTS/build libxcb
|
||||
#$SCRIPTS/build libxcb
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
@ -22,8 +22,11 @@ cd $PKG_BUILD
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-png \
|
||||
--enable-svg=yes \
|
||||
--enable-xcb=no
|
||||
--enable-ps \
|
||||
--enable-pdf \
|
||||
--enable-svg \
|
||||
--enable-xlib \
|
||||
--disable-gtk-doc \
|
||||
|
||||
make
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
(
|
||||
progress "Starting Samba server"
|
||||
progress "Starting Samba server"
|
||||
|
||||
/usr/bin/smbd -D > /dev/null 2>&1
|
||||
smbd -D > /dev/null 2>&1
|
||||
)&
|
||||
|
@ -8,7 +8,7 @@
|
||||
#-------------------------------------------------------------------------------
|
||||
# SABnzbd config file.
|
||||
#-------------------------------------------------------------------------------
|
||||
SABNZBD_CONFIG=/storage/.sabnzbd/sabnzbd.conf
|
||||
SABNZBD_CONFIG=~/.sabnzbd/sabnzbd.conf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# SABnzbd host and port (example: 0.0.0.0:8080)
|
||||
|
@ -32,16 +32,16 @@ mkdir -p $INSTALL/usr/bin
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libck-connector/.libs/*.so* $INSTALL/usr/lib
|
||||
|
||||
# mkdir -p $INSTALL/usr/lib/ConsoleKit
|
||||
# cp -PR $PKG_BUILD/tools/ck-collect-session-info $INSTALL/usr/lib/ConsoleKit
|
||||
# cp -PR $PKG_BUILD/tools/ck-get-x11-display-device $INSTALL/usr/lib/ConsoleKit
|
||||
# cp -PR $PKG_BUILD/tools/ck-get-x11-server-pid $INSTALL/usr/lib/ConsoleKit
|
||||
mkdir -p $INSTALL/usr/lib/ConsoleKit
|
||||
cp -PR $PKG_BUILD/tools/ck-collect-session-info $INSTALL/usr/lib/ConsoleKit
|
||||
cp -PR $PKG_BUILD/tools/ck-get-x11-display-device $INSTALL/usr/lib/ConsoleKit
|
||||
cp -PR $PKG_BUILD/tools/ck-get-x11-server-pid $INSTALL/usr/lib/ConsoleKit
|
||||
|
||||
# mkdir -p $INSTALL/usr/lib/ConsoleKit/run-seat.d
|
||||
# mkdir -p $INSTALL/usr/lib/ConsoleKit/run-session.d
|
||||
# mkdir -p $INSTALL/usr/lib/ConsoleKit/scripts
|
||||
# cp -PR $PKG_BUILD/tools/linux/ck-system-restart $INSTALL/usr/lib/ConsoleKit/scripts
|
||||
# cp -PR $PKG_BUILD/tools/linux/ck-system-stop $INSTALL/usr/lib/ConsoleKit/scripts
|
||||
mkdir -p $INSTALL/usr/lib/ConsoleKit/run-seat.d
|
||||
mkdir -p $INSTALL/usr/lib/ConsoleKit/run-session.d
|
||||
mkdir -p $INSTALL/usr/lib/ConsoleKit/scripts
|
||||
cp -PR $PKG_BUILD/tools/linux/ck-system-restart $INSTALL/usr/lib/ConsoleKit/scripts
|
||||
cp -PR $PKG_BUILD/tools/linux/ck-system-stop $INSTALL/usr/lib/ConsoleKit/scripts
|
||||
|
||||
mkdir -p $INSTALL/usr/share/dbus-1/interfaces
|
||||
cp -PR $PKG_BUILD/src/org.freedesktop.ConsoleKit.Manager.xml $INSTALL/usr/share/dbus-1/interfaces
|
||||
|
@ -3,4 +3,4 @@
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/pixman/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/pixman/.libs/*.so* $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user