plymouth.guncellendi
This commit is contained in:
parent
b1f5b5f2db
commit
4af2aca160
|
@ -1,41 +1,3 @@
|
||||||
if [ -x usr/bin/gconftool-2 ]; then
|
|
||||||
for schema in $(ls /etc/gconf/schemas/*.schemas); do
|
|
||||||
#semalarin kurumu
|
|
||||||
echo "GCONF_CONFIG_SOURCE=\"xml::etc/gconf/gconf.xml.defaults\" \
|
|
||||||
usr/bin/gconftool-2 --makefile-install-rule etc/gconf/schemas/${schema} >/dev/null 2>&1
|
|
||||||
done;
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -x usr/bin/rarian-sk-update ]; then
|
|
||||||
usr/bin/rarian-sk-update 1> /dev/null 2> /dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
# update mime database
|
|
||||||
if [ -x usr/bin/update-mime-database ]; then
|
|
||||||
usr/bin/update-mime-database usr/share/mime 1> /dev/null 2> /dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
# update desktop entries
|
|
||||||
if [ -x usr/bin/update-desktop-database ]; then
|
|
||||||
usr/bin/update-desktop-database 1> /dev/null 2> /dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
# update hicolor icons
|
|
||||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|
||||||
rm -f usr/share/icons/hicolor/icon-theme.cache
|
|
||||||
fi
|
|
||||||
usr/bin/gtk-update-icon-cache -f -q usr/share/icons/hicolor 1>/dev/null 2>/dev/null
|
|
||||||
|
|
||||||
if [ -x /usr/bin/glib-compile-schemas ]; then
|
if [ -x /usr/bin/glib-compile-schemas ]; then
|
||||||
/usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas/ >/dev/null 2>&1
|
/usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas/ >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Restart gconfd-2 if running to reload new gconf settings
|
|
||||||
if ps acx | grep -q gconfd-2 ; then
|
|
||||||
killall -HUP gconfd-2 ;
|
|
||||||
fi
|
|
||||||
|
|
||||||
# A good idea whenever kernel modules are added or changed:
|
|
||||||
if [ -x sbin/depmod ]; then
|
|
||||||
/sbin/depmod -a 1> /dev/null 2> /dev/null
|
|
||||||
fi
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Tanım: Kernel modulleri desteğine sahip bir grafik önyükleme başlatma ekranı
|
# Tanım: Kernel modulleri desteğine sahip bir grafik önyükleme başlatma ekranı
|
||||||
# URL: http://www.pulseaudio.org
|
# URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: xorg-libdrm pango docbook-xsl gtk3
|
# Gerekler: xorg-libdrm pango docbook-xsl gtk3
|
||||||
|
|
||||||
isim=plymouth
|
isim=plymouth
|
||||||
surum=0.9.3
|
surum=0.9.3
|
||||||
devir=1
|
devir=2
|
||||||
|
|
||||||
kaynak=(https://www.freedesktop.org/software/plymouth/releases/$isim-$surum.tar.xz
|
kaynak=(https://www.freedesktop.org/software/plymouth/releases/$isim-$surum.tar.xz
|
||||||
https://raw.githubusercontent.com/yakar/milis-linux-wallpapers/master/milis-linux-tree.png
|
https://raw.githubusercontent.com/yakar/milis-linux-wallpapers/master/milis-linux-tree.png
|
||||||
|
@ -24,19 +24,19 @@ derle() {
|
||||||
--enable-tracing \
|
--enable-tracing \
|
||||||
--without-rhgb-compat-link \
|
--without-rhgb-compat-link \
|
||||||
--with-gdm-autostart-file=yes \
|
--with-gdm-autostart-file=yes \
|
||||||
--with-logo=/usr/share/plymouth/VL.png \
|
|
||||||
--with-background-start-color-stop=0x000000 \
|
|
||||||
--with-background-end-color-stop=0x4D4D4D \
|
|
||||||
--without-system-root-install \
|
--without-system-root-install \
|
||||||
--program-prefix="" \
|
--program-prefix="" \
|
||||||
--program-suffix="" \
|
--program-suffix="" \
|
||||||
--build="x86_64-milis-linux"
|
--with-logo=/usr/share/plymouth/milis.png \
|
||||||
|
--enable-gtk --enable-gdm-transition --enable-pango \
|
||||||
make || exit 1
|
--enable-systemd-integration=no \
|
||||||
|
--disable-documentation
|
||||||
|
make || return 1
|
||||||
|
|
||||||
make install DESTDIR=$PKG || exit 1
|
make install DESTDIR=$PKG || exit 1
|
||||||
|
|
||||||
rm -rf $PKG/*.wants
|
rm -f "$PKG"/usr/lib/plymouth/*.la
|
||||||
|
#rm -rf $PKG/*.wants
|
||||||
|
|
||||||
install -Dm644 "$SRC/milis-linux-tree.png" "$PKG/usr/share/plymouth/milis.png"
|
install -Dm644 "$SRC/milis-linux-tree.png" "$PKG/usr/share/plymouth/milis.png"
|
||||||
install -Dm644 "$SRC/plymouthd.conf" "$PKG/etc/plymouth/plymouthd.conf"
|
install -Dm644 "$SRC/plymouthd.conf" "$PKG/etc/plymouth/plymouthd.conf"
|
||||||
|
|
Loading…
Reference in New Issue