mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mrxvt:
- remove package
This commit is contained in:
parent
f2e1b8ad43
commit
92dc1e5a56
@ -1,52 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libX11
|
|
||||||
$SCRIPTS/build libXrender
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
ac_cv_func_setpgrp_void=no \
|
|
||||||
./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 \
|
|
||||||
--enable-minimal \
|
|
||||||
--disable-frills \
|
|
||||||
--enable-keepscrolling \
|
|
||||||
--disable-selectionscrolling \
|
|
||||||
--enable-mousewheel \
|
|
||||||
--disable-mouseslipwheel \
|
|
||||||
--enable-rxvt-scroll \
|
|
||||||
--disable-half-shadow \
|
|
||||||
--enable-lastlog \
|
|
||||||
--enable-sessionmgr \
|
|
||||||
--enable-linespace \
|
|
||||||
--enable-24bits \
|
|
||||||
--enable-256colors \
|
|
||||||
--enable-cursor-blink \
|
|
||||||
--enable-pointer-blank \
|
|
||||||
--disable-text-shadow \
|
|
||||||
--enable-menubar \
|
|
||||||
--disable-transparency \
|
|
||||||
--disable-fading \
|
|
||||||
--disable-tinting \
|
|
||||||
--enable-xrender \
|
|
||||||
--disable-xpm \
|
|
||||||
--disable-jpeg \
|
|
||||||
--disable-png \
|
|
||||||
--disable-xft \
|
|
||||||
--enable-ttygid \
|
|
||||||
--enable-backspace-key \
|
|
||||||
--enable-delete-key \
|
|
||||||
--disable-resources \
|
|
||||||
--disable-swapscreen
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$STRIP src/$1
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install libX11
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp -P $PKG_DIR/scripts/$1-session $INSTALL/usr/bin
|
|
||||||
cp -P $PKG_BUILD/src/$1 $INSTALL/usr/bin
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /etc/profile
|
|
||||||
|
|
||||||
# start Windowmanager by default
|
|
||||||
$WINDOWMANAGER -term mrxvt &
|
|
||||||
|
|
||||||
# start terminal
|
|
||||||
mrxvt
|
|
@ -1 +0,0 @@
|
|||||||
http://kent.dl.sourceforge.net/sourceforge/materm/mrxvt-0.5.4.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user