mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
remove unwanted packages
This commit is contained in:
parent
38792e15d6
commit
a8103fae18
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
#$SCRIPTS/build imlib2
|
||||
|
||||
cd $BUILD/$1*
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
|
||||
make
|
||||
|
||||
$STRIP src/$1
|
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXft
|
||||
$SCRIPTS/install imlib2
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/src/$1 $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/* $INSTALL/etc
|
@ -1 +0,0 @@
|
||||
http://i3.zekjur.net/downloads/i3-3.a.tar.bz2
|
@ -1,35 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build libXft
|
||||
#$SCRIPTS/build imlib2
|
||||
|
||||
cd $BUILD/$1*
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-i18n \
|
||||
--disable-nls \
|
||||
--enable-sm \
|
||||
--enable-shape \
|
||||
--enable-xrandr \
|
||||
--disable-corefonts \
|
||||
--enable-xfreetype \
|
||||
--disable-xinerama \
|
||||
--disable-x86-asm \
|
||||
--disable-prefs \
|
||||
--disable-keyconf \
|
||||
--disable-menuconf \
|
||||
--disable-winoptions \
|
||||
--disable-taskbar \
|
||||
--disable-winmenu \
|
||||
--enable-lite \
|
||||
|
||||
make
|
||||
|
||||
$STRIP src/$1
|
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXft
|
||||
$SCRIPTS/install imlib2
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/src/$1 $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/* $INSTALL/etc
|
@ -1 +0,0 @@
|
||||
http://fastbull.dl.sourceforge.net/sourceforge/icewm/icewm-1.3.4pre1.tar.gz
|
@ -1,53 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build libXrender
|
||||
|
||||
|
||||
cd $BUILD/$1*
|
||||
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
|
||||
#
|
||||
# start HAL daemon
|
||||
#
|
||||
# runlevels: geexbox, debug, configure
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
echo "### Starting MRXVT ###"
|
||||
|
||||
/usr/bin/mrxvt > /dev/null 2>&1 &
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
$SCRIPTS/install libX11
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/src/$1 $INSTALL/usr/bin
|
||||
|
@ -1 +0,0 @@
|
||||
http://kent.dl.sourceforge.net/sourceforge/materm/mrxvt-0.5.0.tar.gz
|
@ -1,24 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build pango
|
||||
$SCRIPTS/build libxml2
|
||||
|
||||
cd $BUILD/$1*
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-startup-notification \
|
||||
--disable-xcursor \
|
||||
--disable-session-management
|
||||
|
||||
make
|
||||
|
||||
$STRIP src/$1
|
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install pango
|
||||
$SCRIPTS/install libxml2
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/src/$1 $INSTALL/usr/bin
|
||||
|
@ -1 +0,0 @@
|
||||
http://icculus.org/openbox/releases/openbox-3.4.7.2.tar.gz
|
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
#$SCRIPTS/build libXrender
|
||||
|
||||
|
||||
cd $BUILD/$1*
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
|
||||
$STRIP src/$1
|
@ -1,4 +0,0 @@
|
||||
startup_message off
|
||||
set wingravity static
|
||||
set transgravity static
|
||||
set maxsizegravity static
|
@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXinerama
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/src/$1 $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/* $INSTALL/etc
|
@ -1 +0,0 @@
|
||||
http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.3.tar.gz
|
@ -1 +0,0 @@
|
||||
i386
|
@ -1,18 +0,0 @@
|
||||
#!/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
|
||||
|
||||
$STRIP get-edid
|
||||
$STRIP parse-edid
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/get-edid $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/parse-edid $INSTALL/usr/bin
|
@ -1,21 +0,0 @@
|
||||
diff -Naur read-edid-1.4.1.orig/lrmi.c read-edid-1.4.1/lrmi.c
|
||||
--- read-edid-1.4.1.orig/lrmi.c 2008-06-28 14:22:33.000000000 +0200
|
||||
+++ read-edid-1.4.1/lrmi.c 2008-06-28 14:22:47.000000000 +0200
|
||||
@@ -169,7 +169,7 @@
|
||||
}
|
||||
|
||||
|
||||
-#define DEFAULT_VM86_FLAGS (IF_MASK | IOPL_MASK)
|
||||
+#define DEFAULT_VM86_FLAGS (X86_EFLAGS_IF | X86_EFLAGS_IOPL)
|
||||
#define DEFAULT_STACK_SIZE 0x1000
|
||||
#define RETURN_TO_32_INT 255
|
||||
|
||||
@@ -781,7 +781,7 @@
|
||||
|
||||
context.vm.regs.cs = get_int_seg(v);
|
||||
context.vm.regs.eip = get_int_off(v);
|
||||
- context.vm.regs.eflags &= ~(VIF_MASK | TF_MASK);
|
||||
+ context.vm.regs.eflags &= ~(X86_EFLAGS_VIF | X86_EFLAGS_TF);
|
||||
|
||||
continue;
|
||||
}
|
@ -1 +0,0 @@
|
||||
http://john.fremlin.de/programs/linux/read-edid/read-edid-1.4.1.tar.gz
|
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
#$SCRIPTS/build libXft
|
||||
#$SCRIPTS/build imlib2
|
||||
|
||||
cd $BUILD/$1*
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
|
||||
make
|
||||
|
||||
$STRIP src/$1
|
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXft
|
||||
$SCRIPTS/install imlib2
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/src/$1 $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/* $INSTALL/etc
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/app/twm-1.0.4.tar.bz2
|
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
export CC
|
||||
export CFLAGS
|
||||
export ARCH=$TARGET_ARCH
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
make
|
||||
|
||||
$STRIP ddcprobe/ddcprobe
|
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/ddcprobe/ddcprobe $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/xresprobe $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/share/xresprobe
|
||||
cp $BUILD/$1*/xorg.conf $INSTALL/usr/share/xresprobe
|
||||
cp $BUILD/$1*/xprobe.sh $INSTALL/usr/share/xresprobe
|
||||
cp $BUILD/$1*/ddcprobe.sh $INSTALL/usr/share/xresprobe
|
||||
cp $BUILD/$1*/lcdsize.sh $INSTALL/usr/share/xresprobe
|
||||
cp $BUILD/$1*/bitdepth.sh $INSTALL/usr/share/xresprobe
|
||||
cp $BUILD/$1*/rigprobe.sh $INSTALL/usr/share/xresprobe
|
@ -1,12 +0,0 @@
|
||||
diff -Naur xresprobe-0.4.24ubuntu3.orig/lcdsize.sh xresprobe-0.4.24ubuntu3/lcdsize.sh
|
||||
--- xresprobe-0.4.24ubuntu3.orig/lcdsize.sh 2007-05-08 18:17:18.000000000 +0200
|
||||
+++ xresprobe-0.4.24ubuntu3/lcdsize.sh 2007-05-08 18:17:29.000000000 +0200
|
||||
@@ -21,7 +21,7 @@
|
||||
# License, version 2, can be found in /usr/share/common-licenses/GPL-2.
|
||||
|
||||
getres () {
|
||||
- RESLINE="$(egrep "$EGREPLINE" "$LOGFILE" | head -1)"
|
||||
+ RESLINE="$(egrep "$EGREPLINE" "$LOGFILE" | head -n 1)"
|
||||
RES="$(echo "$RESLINE" | sed -e "$SEDLINE")"
|
||||
}
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- a/ddcprobe/Makefile 2006-03-22 03:59:05.000000000 +0100
|
||||
+++ b/ddcprobe/Makefile 2007-07-08 20:02:05.000000000 +0200
|
||||
@@ -1,9 +1,3 @@
|
||||
-ARCH := $(patsubst i%86,i386,$(shell uname -m))
|
||||
-ARCH := $(patsubst sparc%,sparc,$(ARCH))
|
||||
-ARCH := $(patsubst ppc%,ppc,$(ARCH))
|
||||
-
|
||||
-CC = gcc
|
||||
-CFLAGS = -W -Wall -g -O2 #-DDEBUG
|
||||
TARGETS = ddcprobe ddcxinfo
|
||||
DDC_OBJS = vesamode.o common.o
|
||||
DDC_LIBS =
|
@ -1,39 +0,0 @@
|
||||
diff -Naur xresprobe-0.4.24ubuntu3.orig/ddcprobe/lrmi.c xresprobe-0.4.24ubuntu3/ddcprobe/lrmi.c
|
||||
--- xresprobe-0.4.24ubuntu3.orig/ddcprobe/lrmi.c 2008-06-28 14:17:18.000000000 +0200
|
||||
+++ xresprobe-0.4.24ubuntu3/ddcprobe/lrmi.c 2008-06-28 14:18:49.000000000 +0200
|
||||
@@ -55,7 +55,7 @@
|
||||
#include "x86-common.h"
|
||||
|
||||
#if defined(__linux__)
|
||||
-#define DEFAULT_VM86_FLAGS (IF_MASK | IOPL_MASK)
|
||||
+#define DEFAULT_VM86_FLAGS (X86_EFLAGS_IF | X86_EFLAGS_IOPL)
|
||||
#elif defined(__NetBSD__) || defined(__FreeBSD__)
|
||||
#define DEFAULT_VM86_FLAGS (PSL_I | PSL_IOPL)
|
||||
#define TF_MASK PSL_T
|
||||
@@ -610,7 +610,7 @@
|
||||
|
||||
CONTEXT_REGS.REG(cs) = get_int_seg(v);
|
||||
CONTEXT_REGS.REG(eip) = get_int_off(v);
|
||||
- CONTEXT_REGS.REG(eflags) &= ~(VIF_MASK | TF_MASK);
|
||||
+ CONTEXT_REGS.REG(eflags) &= ~(X86_EFLAGS_VIF | X86_EFLAGS_TF);
|
||||
|
||||
continue;
|
||||
}
|
||||
@@ -650,7 +650,7 @@
|
||||
|
||||
CONTEXT_REGS.REG(cs) = get_int_seg(v);
|
||||
CONTEXT_REGS.REG(eip) = get_int_off(v);
|
||||
- CONTEXT_REGS.REG(eflags) &= ~(VIF_MASK | TF_MASK);
|
||||
+ CONTEXT_REGS.REG(eflags) &= ~(X86_EFLAGS_VIF | X86_EFLAGS_TF);
|
||||
|
||||
break;
|
||||
}
|
||||
@@ -704,7 +704,7 @@
|
||||
|
||||
CONTEXT_REGS.REG(cs) = get_int_seg(addr[1]);
|
||||
CONTEXT_REGS.REG(eip) = get_int_off(addr[1]);
|
||||
- CONTEXT_REGS.REG(eflags) &= ~(VIF_MASK | TF_MASK);
|
||||
+ CONTEXT_REGS.REG(eflags) &= ~(X86_EFLAGS_VIF | X86_EFLAGS_TF);
|
||||
} else {
|
||||
if (emulate() == 0) {
|
||||
context.success = 0;
|
@ -1 +0,0 @@
|
||||
http://archive.ubuntu.com/ubuntu/pool/main/x/xresprobe/xresprobe_0.4.24ubuntu8.tar.gz
|
Loading…
x
Reference in New Issue
Block a user