mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package xwd:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
d7d85f271a
commit
59eeb05ec9
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$STRIP $1
|
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp -PR $PKG_BUILD/$1 $INSTALL/usr/bin
|
|
||||||
cp -PR $PKG_DIR/scripts/screenshot $INSTALL/usr/bin
|
|
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Screenshot script
|
|
||||||
#
|
|
||||||
# Author Tómas Edwardsson <tommi@tommi.org>
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
[ -f $HOME/noscreenshot ] && exit
|
|
||||||
|
|
||||||
|
|
||||||
WHERE="$HOME/screenshots/`date +%Y/%m/%d`"
|
|
||||||
FILE="$WHERE`date +/screenshot-%H%M`"
|
|
||||||
|
|
||||||
mkdir -p $WHERE
|
|
||||||
/usr/bin/xwd -display :0.0 -root -out $FILE.xwd
|
|
||||||
|
|
||||||
#/usr/bin/convert $FILE.xwd $FILE.png
|
|
||||||
#/bin/rm -f $FILE.xwd
|
|
@ -1 +0,0 @@
|
|||||||
http://xorg.freedesktop.org/archive/individual/app/xwd-1.0.3.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user