Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2011
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.87 KB | None | 0 0
  1. diff -u fbsplash-1.5.4.4-1//fbsplash-basic.sh fbsplash//fbsplash-basic.sh
  2. --- fbsplash-1.5.4.4-1//fbsplash-basic.sh   2011-03-07 15:47:16.000000000 +0100
  3. +++ fbsplash//fbsplash-basic.sh 2011-06-22 10:48:23.629970903 +0200
  4. @@ -110,19 +110,13 @@
  5.     splash_shutdown_start() {
  6.         splash_begin
  7.     }
  8. -   ## http://bugs.archlinux.org/task/10536                       ## FIX ME ##
  9. -   splash_shutdown_prekillall() { /bin/sleep .1; }
  10. +   splash_shutdown_prekillall() {
  11. +       splash_comm_send progress $(( 65535*1/3 )); splash_comm_send paint
  12. +       [[ -r $spl_pidfile ]] && add_omit_pids $( <$spl_pidfile )
  13. +   }
  14.     splash_shutdown_postkillall() {
  15. -       if [[ $( $spl_bindir/fgconsole ) = $SPLASH_TTY ]]; then
  16. -           stat_busy "Restarting Fbsplash daemon"
  17. -           PROGRESS=$(( 65535*2/3 )) splash_start
  18. -           if [[ -e $spl_cachedir/stop_failed-fbsplash-dummy ]]; then
  19. -               splash_comm_send update_svc fbsplash-dummy svc_stop_failed
  20. -           fi
  21. -           stat_done
  22. -       fi
  23. +       splash_comm_send progress $(( 65535*2/3 )); splash_comm_send paint
  24.     }
  25. -   ##
  26.     splash_shutdown_poweroff() {
  27.         SPLASH_EXIT_TYPE=staysilent splash_stop
  28.     }
  29. diff -u fbsplash-1.5.4.4-1//PKGBUILD fbsplash//PKGBUILD
  30. --- fbsplash-1.5.4.4-1//PKGBUILD    2011-06-13 17:27:13.000000000 +0200
  31. +++ fbsplash//PKGBUILD  2011-06-22 10:56:34.471787215 +0200
  32. @@ -3,7 +3,7 @@
  33.  
  34.  pkgname=fbsplash
  35.  pkgver=1.5.4.4
  36. -pkgrel=1
  37. +pkgrel=2
  38.  pkgdesc="A userspace implementation of a splash screen for Linux (formerly known as gensplash)"
  39.  arch=('i686' 'x86_64')
  40.  url="http://fbsplash.berlios.de"
  41. @@ -28,7 +28,7 @@
  42.  md5sums=('2a16704c4adde97b58812cd89e3f2342'
  43.           '4045e315c52f5a576fca4f7e634eeb91'
  44.           '90708a96038d7d7921c2e9fde938c058'
  45. -         '898c6633058909e7c2bbf4cf4567ceb8'
  46. +         '40622506e64a0919e831d3dc3a6ae230'
  47.           '3f24687935f635279ac88e33241c7ba0'
  48.           '1aff36f1ef3e052be3b4a016ef593981'
  49.           '715926469d05eecd345c052e6248ca32'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement