mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- readd mrxvt as replacement for roxterm
This commit is contained in:
parent
0e8e2140b2
commit
9b9163255b
53
packages/x11/other/mrxvt/build
Normal file
53
packages/x11/other/mrxvt/build
Normal file
@ -0,0 +1,53 @@
|
||||
#!/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
|
8
packages/x11/other/mrxvt/install
Normal file
8
packages/x11/other/mrxvt/install
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
$SCRIPTS/install libX11
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/$1 $INSTALL/usr/bin
|
||||
|
1
packages/x11/other/mrxvt/url
Normal file
1
packages/x11/other/mrxvt/url
Normal file
@ -0,0 +1 @@
|
||||
http://kent.dl.sourceforge.net/sourceforge/materm/mrxvt-0.5.4.tar.gz
|
Loading…
x
Reference in New Issue
Block a user