mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
add package vte for roxterm
This commit is contained in:
parent
a45d97367e
commit
7202fa28c0
26
packages/x11/other/vte/build
Executable file
26
packages/x11/other/vte/build
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build libX11
|
||||||
|
$SCRIPTS/build glib
|
||||||
|
$SCRIPTS/build pango
|
||||||
|
$SCRIPTS/build gtk+
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--enable-static \
|
||||||
|
--disable-shared \
|
||||||
|
--disable-deprecation \
|
||||||
|
--disable-python \
|
||||||
|
--disable-gnome-pty-helper \
|
||||||
|
--disable-glade \
|
||||||
|
--with-default-emulation=xterm \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
10
packages/x11/other/vte/install
Executable file
10
packages/x11/other/vte/install
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
#mkdir -p $INSTALL/usr/libexec
|
||||||
|
#cp $PKG_BUILD/gnome-pty-helper/gnome-pty-helper $INSTALL/usr/libexec
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/share/vte/termcap
|
||||||
|
cp $PKG_BUILD/termcaps/xterm $INSTALL/usr/share/vte/termcap
|
||||||
|
|
1
packages/x11/other/vte/url
Normal file
1
packages/x11/other/vte/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://ftp.gnome.org/pub/GNOME/sources/vte/0.20/vte-0.20.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user