mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
add hicolor-icon-theme for testing of gnome-dvb-daemon
This commit is contained in:
parent
e45d4b11bf
commit
835b27fc70
15
packages/other/hicolor-icon-theme/build
Executable file
15
packages/other/hicolor-icon-theme/build
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $BUILD/$1*
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make DESTDIR=./.install install
|
5
packages/other/hicolor-icon-theme/install
Executable file
5
packages/other/hicolor-icon-theme/install
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
cp -PR $BUILD/$1*/.install/* $IMAGE
|
1
packages/other/hicolor-icon-theme/url
Normal file
1
packages/other/hicolor-icon-theme/url
Normal file
@ -0,0 +1 @@
|
||||
http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.10.tar.gz
|
@ -13,6 +13,9 @@ $SCRIPTS/install dbus-python
|
||||
$SCRIPTS/install gst-python
|
||||
$SCRIPTS/install libgee
|
||||
|
||||
$SCRIPTS/install hicolor-icon-theme
|
||||
|
||||
|
||||
PYTHON_LIB_DIR=`ls -d $INSTALL/usr/lib/python*`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user