mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
plymouth:
- remove package
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
. config/options
|
||||
$SCRIPTS/unpack linux
|
||||
$SCRIPTS/install plymouth-lite initramfs
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB |
@@ -1,30 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libpng
|
||||
$SCRIPTS/build pango
|
||||
$SCRIPTS/build gtk+
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-pango \
|
||||
--disable-tests \
|
||||
--with-system-root-install \
|
||||
--without-boot-entry \
|
||||
--with-logo=/usr/share/plymouth/background.png \
|
||||
--with-background-start-color-stop=0x0073B3 \
|
||||
--with-background-end-color-stop=0x00457E \
|
||||
--with-background-color=0x3391cd \
|
||||
--with-default-plugin=fade-throbber \
|
||||
--with-release-file=/etc/release \
|
||||
|
||||
make
|
||||
@@ -1,42 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libpng
|
||||
$SCRIPTS/install pango
|
||||
$SCRIPTS/install gtk+
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
PLYMOUTH_THEMES="details fade-in glow script solar spinfinity text"
|
||||
|
||||
mkdir -p $INSTALL/bin
|
||||
cp -PR $PKG_BUILD/src/client/.libs/plymouth $INSTALL/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp -PR $PKG_BUILD/src/.libs/plymouthd $INSTALL/usr/sbin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/libply/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/libplybootsplash/.libs/*.so* $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libplybootsplash.so*T
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/plymouth
|
||||
cp -PR $PKG_BUILD/src/plugins/*/*/.libs/*.so $INSTALL/usr/lib/plymouth
|
||||
ln -sf fade-throbber.so $INSTALL/usr/lib/plymouth/default.so
|
||||
|
||||
|
||||
mkdir -p $INSTALL/usr/share/plymouth/themes
|
||||
cp -PR $PKG_BUILD/themes/* $INSTALL/usr/share/plymouth/themes/
|
||||
find $INSTALL/usr/share/plymouth/themes -name *.in -exec rm -rf "{}" ";"
|
||||
find $INSTALL/usr/share/plymouth/themes -name "Makefile*" -exec rm -rf "{}" ";"
|
||||
|
||||
mkdir -p $INSTALL/usr/share/plymouth/
|
||||
cp $PKG_DIR/background/OpenELEC.png $INSTALL/usr/share/plymouth/background.png
|
||||
|
||||
# for theme in $PLYMOUTH_THEMES; do
|
||||
# mkdir -p $INSTALL/usr/share/plymouth/themes/$theme
|
||||
# cp -PR $PKG_BUILD/themes/$theme/*.plymouth $INSTALL/usr/share/plymouth/themes/$theme ||
|
||||
# cp -PR $PKG_BUILD/themes/$theme/*.script $INSTALL/usr/share/plymouth/themes/$theme ||
|
||||
# cp -PR $PKG_BUILD/themes/$theme/*.png $INSTALL/usr/share/plymouth/themes/$theme ||
|
||||
# done
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
http://www.freedesktop.org/software/plymouth/releases/plymouth-0.7.1.tar.bz2
|
||||
Reference in New Issue
Block a user