diff --git a/talimatname/genel/p/plymouth/plymouth.kurkos b/talimatname/genel/p/plymouth/plymouth.kurkos index 32185af91..1a52792e0 100644 --- a/talimatname/genel/p/plymouth/plymouth.kurkos +++ b/talimatname/genel/p/plymouth/plymouth.kurkos @@ -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 /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas/ >/dev/null 2>&1 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 diff --git a/talimatname/genel/p/plymouth/talimat b/talimatname/genel/p/plymouth/talimat index ede31c45c..30599bd4c 100644 --- a/talimatname/genel/p/plymouth/talimat +++ b/talimatname/genel/p/plymouth/talimat @@ -1,11 +1,11 @@ # 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 # Gerekler: xorg-libdrm pango docbook-xsl gtk3 isim=plymouth surum=0.9.3 -devir=1 +devir=2 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 @@ -24,19 +24,19 @@ derle() { --enable-tracing \ --without-rhgb-compat-link \ --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 \ --program-prefix="" \ --program-suffix="" \ - --build="x86_64-milis-linux" - - make || exit 1 + --with-logo=/usr/share/plymouth/milis.png \ + --enable-gtk --enable-gdm-transition --enable-pango \ + --enable-systemd-integration=no \ + --disable-documentation + make || return 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/plymouthd.conf" "$PKG/etc/plymouth/plymouthd.conf"