Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7fbfe5efa00e55ca8ce289d6ac1442d60b01f948
commit 7fbfe5efa00e55ca8ce289d6ac1442d60b01f948 Author: Miklos Vajna <[email protected]> Date: Thu Aug 25 11:20:05 2011 +0200 splashy-0.3.13-17-i686 - bin, replaced by plymouth diff --git a/source/xapps-extra/splashy/FrugalBuild b/source/xapps-extra/splashy/FrugalBuild deleted file mode 100644 index a00924a..0000000 --- a/source/xapps-extra/splashy/FrugalBuild +++ /dev/null @@ -1,71 +0,0 @@ -# Compiling Time: 0.01 SBU -# Maintainer: Miklos Vajna <[email protected]> - -pkgname=splashy -pkgver=0.3.13 -themever=1.4 -# see http://alioth.debian.org/project/showfiles.php?group_id=30657 -rel_id=2691 -pkgrel=17 -pkgdesc="A complete user-space boot splash system" -url="http://alioth.debian.org/projects/splashy/" -depends=('glib2' 'directfb-input-keyboard>=1.2.0-1' 'libgcc' 'file') -rodepends=('systemd') -backup=(etc/splashy/config.xml) -groups=('xapps-extra') -archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump $url |grep ' splashy ' |sed 's/.*splashy \([0-9.]\+\) .*/\1/'" -source=(http://alioth.debian.org/download.php/$rel_id/splashy-$pkgver.tar.gz \ - splashy-0.3.0-frugalware.diff \ - rc.{zz-,}splash rc.splash-{de,hu,it}.po \ - http://ftp.frugalware.org/pub/other/artwork/splashy-theme/splashy-frugalware-$themever.tar.xz \ - systemd-theme.diff splashy-{halt,kexec,poweroff,quit,reboot,start}.service systemd-splashy) -sha1sums=('c98b6c113155b70de21cda1d23f4ee9320c92153' \ - 'fe5c5f6a6085512669fe0a4f9051e4a4ab884fb4' \ - '006d65bb621d1108cbb994fb50712bad4d61b6d0' \ - '77347cea97d5861064c48ecc675c97da24367193' \ - '82c272166e89ecc840169fa76cc3fb45e2236712' \ - 'd86d3554aa64b129352e826d1e659a5a4611b47d' \ - 'c9da7e70efb6070e61ba2e6908a712ac524ae90b' \ - '25b87e1a16cce20dde0d2c665c20820473676252' \ - 'e1055a9018ed70b34c508f31ec46704c3d8134e9' \ - 'd604b563ee0d34a1bfd148f842d3d408ce78f44b' \ - '4c2c3f2e4c66face1a461a3ad3fb21094eb5c94c' \ - '8e30df01dd321b91f3b463413fd67a6e29931e52' \ - 'a81f14abceba50e22ea7b8904666e0191b470cd6' \ - '3caa9e37005ef4f9b754e2a6d1bebed4e60db1a9' \ - 'e84c09abb7d75b103d046893171b057f4d3c6da0' \ - '384d1858bbbc99d155bf0607d714e8c0cd7f91f9') - -build() -{ - unset MAKEFLAGS - Fsed '-Werror' '' configure.ac - autoconf || return 1 - rm -rf themes/frugalware - mv ../frugalware themes/ - Fpatchall - Fautoreconf - Fmake --enable-static - Fmakeinstall - Frm /etc/init.d - Frcd2 splash - Fexe /etc/rc.d/rc.zz-splash - Fsed '${prefix}' $Fprefix $Fdestdir/etc/splashy/config.xml - - # systemd - Fexe /lib/systemd/systemd-splashy - Fmkdir /lib/systemd/system/{halt,kexec,poweroff,multi-user,reboot,sysinit}.target.wants - Ffile /lib/systemd/system/splashy-halt.service - Ffile /lib/systemd/system/splashy-kexec.service - Ffile /lib/systemd/system/splashy-poweroff.service - Ffile /lib/systemd/system/splashy-quit.service - Ffile /lib/systemd/system/splashy-reboot.service - Ffile /lib/systemd/system/splashy-start.service - # don't run old sysv init script with different name when using systemd - Fln splashy-start.service /lib/systemd/system/splash.service - Fln splashy-quit.service /lib/systemd/system/zz-splash.service -} - -# optimization OK - diff --git a/source/xapps-extra/splashy/rc.splash b/source/xapps-extra/splashy/rc.splash deleted file mode 100644 index f4a1996..0000000 --- a/source/xapps-extra/splashy/rc.splash +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/bash -### BEGIN INIT INFO -# Default-Start: S -### END INIT INFO - -# (c) 2003-2006 Miklos Vajna <[email protected]> -# (c) 2005 Marcus Habermehl <[email protected]> -# rc.splash for Frugalware -# distributed under GPL License - -# chkconfig: - 00 00 -# description: Displays a nice splash screen during system boot and halt - -source /lib/initscripts/functions -TEXTDOMAIN=splash -TEXTDOMAINDIR=/lib/initscripts/messages - -actions=(start stop) - -rc_start() -{ - grep -q nosplashy /proc/cmdline && return - chvt 1 - if [ -n "$1" ]; then - splashy $1 2>/dev/null - else - splashy boot 2>/dev/null - fi - # test -w won't work here as the file may be missing - if touch /var/run/sendsigs.omit 2>/dev/null; then - pidof splashy >> /var/run/sendsigs.omit - fi - return # FIXME: this time the text is included in the image - str=$"Press Esc for verbose mode" - max=1024 - i=0 - while true - do - splashy_update "print $str" 2>/dev/null && break - i=$(($i+1)) - [ $i -gt $max ] && break - done -} - -rc_stop() -{ - rc_start shutdown -} - -rc_exec $1 diff --git a/source/xapps-extra/splashy/rc.splash-de.po b/source/xapps-extra/splashy/rc.splash-de.po deleted file mode 100644 index d9d0c00..0000000 --- a/source/xapps-extra/splashy/rc.splash-de.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.splash. -# Copyright (C) 2005 THE rc.splash'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.splash package. -# Marcus Habermehl <[email protected]>, 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.bootsplash\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 19:06+0100\n" -"PO-Revision-Date: 2006-07-13 03:32+0200\n" -"Last-Translator: Marcus Habermehl <[email protected]>\n" -"Language-Team: German <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: rc.splash:40 -msgid "Press Esc for verbose mode" -msgstr "Drucken Sie Esc fur Systemmeldungen" diff --git a/source/xapps-extra/splashy/rc.splash-hu.po b/source/xapps-extra/splashy/rc.splash-hu.po deleted file mode 100644 index a03a949..0000000 --- a/source/xapps-extra/splashy/rc.splash-hu.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.splash. -# Copyright (C) 2005 THE rc.splash'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.splash package. -# Marcus Habermehl <[email protected]>, 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.bootsplash\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 19:06+0100\n" -"PO-Revision-Date: 2006-07-13 03:32+0200\n" -"Last-Translator: Marcus Habermehl <[email protected]>\n" -"Language-Team: Hungarian <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: rc.splash:40 -msgid "Press Esc for verbose mode" -msgstr "Usson Esc-et reszletes modhoz" diff --git a/source/xapps-extra/splashy/rc.splash-it.po b/source/xapps-extra/splashy/rc.splash-it.po deleted file mode 100644 index 5c38c5b..0000000 --- a/source/xapps-extra/splashy/rc.splash-it.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.splash. -# Copyright (C) 2005 THE rc.splash'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.splash package. -# Marcus Habermehl <[email protected]>, 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.bootsplash\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 19:06+0100\n" -"PO-Revision-Date: 2006-07-13 03:25+0200\n" -"Last-Translator: Marcus Habermehl <[email protected]>\n" -"Language-Team: Italian <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: rc.splash:40 -msgid "Press Esc for verbose mode" -msgstr "Prema il bottone Esc per modo particolareggiato" diff --git a/source/xapps-extra/splashy/rc.splash.pot b/source/xapps-extra/splashy/rc.splash.pot deleted file mode 100644 index f9dfcb8..0000000 --- a/source/xapps-extra/splashy/rc.splash.pot +++ /dev/null @@ -1,21 +0,0 @@ -# rc.splash. -# Copyright (C) YEAR THE rc.splash'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.splash package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: rc.splash\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 19:06+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: rc.splash:40 -msgid "Press Esc for verbose mode" -msgstr "" diff --git a/source/xapps-extra/splashy/rc.zz-splash b/source/xapps-extra/splashy/rc.zz-splash deleted file mode 100644 index 2c2d0cc..0000000 --- a/source/xapps-extra/splashy/rc.zz-splash +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -# (c) 2006 Miklos Vajna <[email protected]> -# rc.zz-splash for Frugalware -# distributed under GPL License - -# chkconfig: 2345 99 01 -# description: Shuts down the splash screen at the end of the boot -source /lib/initscripts/functions -actions=(start stop) - -rc_start() -{ - pidof splashy >/dev/null && splashy_update exit -} - -rc_stop() -{ - : -} - -rc_exec $1 diff --git a/source/xapps-extra/splashy/splashy-0.3.0-frugalware.diff b/source/xapps-extra/splashy/splashy-0.3.0-frugalware.diff deleted file mode 100644 index bc397d1..0000000 --- a/source/xapps-extra/splashy/splashy-0.3.0-frugalware.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur splashy-0.3.0.orig/doc/config.xml.in splashy-0.3.0/doc/config.xml.in ---- splashy-0.3.0.orig/doc/config.xml.in 2007-01-23 21:20:57.000000000 +0100 -+++ splashy-0.3.0/doc/config.xml.in 2007-01-26 15:00:44.000000000 +0100 -@@ -4,7 +4,7 @@ - <!-- themes directory: conventional path @EXPANDED_SYSCONFDIR@/splashy/themes --> - <themes>@EXPANDED_SYSCONFDIR@/splashy/themes</themes> - <!-- current theme could be relative the themes defined above or full path --> -- <current_theme>default</current_theme> -+ <current_theme>frugalware</current_theme> - <!-- full path to theme to fall back in case of problems. DO NOT CHANGE --> - <default_theme>@EXPANDED_SYSCONFDIR@/splashy/themes/default</default_theme> - <pid>/etc/splashy/splashy.pid</pid> -diff -Naur splashy-0.3.0.orig/Makefile.am splashy-0.3.0/Makefile.am ---- splashy-0.3.0.orig/Makefile.am 2007-01-23 21:20:58.000000000 +0100 -+++ splashy-0.3.0/Makefile.am 2007-01-26 15:00:26.000000000 +0100 -@@ -9,6 +9,8 @@ - themes/default/suspend.png \ - themes/default/theme.xml \ - themes/default/FreeSans.ttf \ -+ themes/frugalware/background.png \ -+ themes/frugalware/theme.xml \ - schemas/theme.xsd \ - schemas/theme.xsl \ - schemas/config.xsd diff --git a/source/xapps-extra/splashy/splashy-halt.service b/source/xapps-extra/splashy/splashy-halt.service deleted file mode 100644 index 164052e..0000000 --- a/source/xapps-extra/splashy/splashy-halt.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Show Splashy Halt Screen [email protected] prefdm.service -Before=halt.service -DefaultDependencies=no - -[Service] -ExecStart=/lib/systemd/systemd-splashy shutdown 'Halting...' -Type=forking - -[Install] -WantedBy=halt.target diff --git a/source/xapps-extra/splashy/splashy-kexec.service b/source/xapps-extra/splashy/splashy-kexec.service deleted file mode 100644 index c4db6e9..0000000 --- a/source/xapps-extra/splashy/splashy-kexec.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Show Splashy Reboot with kexec Screen [email protected] prefdm.service -Before=kexec.service -DefaultDependencies=no - -[Service] -ExecStart=/lib/systemd/systemd-splashy shutdown 'Rebooting with kexec...' -Type=forking - -[Install] -WantedBy=kexec.target diff --git a/source/xapps-extra/splashy/splashy-poweroff.service b/source/xapps-extra/splashy/splashy-poweroff.service deleted file mode 100644 index c02e042..0000000 --- a/source/xapps-extra/splashy/splashy-poweroff.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Show Splashy Power Off Screen [email protected] prefdm.service -Before=poweroff.service -DefaultDependencies=no - -[Service] -ExecStart=/lib/systemd/systemd-splashy shutdown 'Powering Off...' -Type=forking - -[Install] -WantedBy=poweroff.target diff --git a/source/xapps-extra/splashy/splashy-quit.service b/source/xapps-extra/splashy/splashy-quit.service deleted file mode 100644 index abb8c88..0000000 --- a/source/xapps-extra/splashy/splashy-quit.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Terminate Splashy Boot Screen [email protected] -After=dev-tty1.device local.service splashy-start.service - -[Service] -ExecStart=-/usr/sbin/splashy_update exit -Type=oneshot - -[Install] -WantedBy=multi-user.target diff --git a/source/xapps-extra/splashy/splashy-reboot.service b/source/xapps-extra/splashy/splashy-reboot.service deleted file mode 100644 index 4e30adc..0000000 --- a/source/xapps-extra/splashy/splashy-reboot.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Show Splashy Reboot Screen [email protected] prefdm.service -Before=reboot.service -DefaultDependencies=no - -[Service] -ExecStart=/lib/systemd/systemd-splashy shutdown 'Rebooting...' -Type=forking - -[Install] -WantedBy=reboot.target diff --git a/source/xapps-extra/splashy/splashy-start.service b/source/xapps-extra/splashy/splashy-start.service deleted file mode 100644 index 2365e86..0000000 --- a/source/xapps-extra/splashy/splashy-start.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Show Splashy Boot Screen -DefaultDependencies=no -After=systemd-vconsole-setup.service udev-settle.service - -[Service] -ExecStart=/lib/systemd/systemd-splashy boot 'Booting...' -Type=forking - -[Install] -WantedBy=sysinit.target diff --git a/source/xapps-extra/splashy/splashy.install b/source/xapps-extra/splashy/splashy.install deleted file mode 100644 index 11168e1..0000000 --- a/source/xapps-extra/splashy/splashy.install +++ /dev/null @@ -1,30 +0,0 @@ -post_install() -{ - cd /etc/rc.d/rcS.d - ln -sf ../rc.splash S03rc.splash - /usr/sbin/chkconfig --add rc.splash - /usr/sbin/chkconfig --add rc.zz-splash - systemctl enable splashy-{halt,kexec,poweroff,quit,reboot,start}.service >/dev/null 2>&1 -} - -post_upgrade() -{ - systemctl daemon-reload >/dev/null 2>&1 - if [ `vercmp $2 0.3.13-14` -lt 0 ]; then - if [ -e /etc/rc.d/rcS.d/S03rc.splash ]; then - post_install - fi - fi -} - -pre_remove() -{ - systemctl disable splashy-{halt,kexec,poweroff,quit,reboot,start}.service >/dev/null 2>&1 - /usr/sbin/chkconfig --del rc.zz-splash - /usr/sbin/chkconfig --del rc.splash - rm /etc/rc.d/rcS.d/S03rc.splash -} - -op=$1 -shift -$op $* diff --git a/source/xapps-extra/splashy/systemd-splashy b/source/xapps-extra/splashy/systemd-splashy deleted file mode 100644 index 2d6e5d2..0000000 --- a/source/xapps-extra/splashy/systemd-splashy +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -splashy $1 2>/dev/null -str=$2 -max=1024 -i=0 -while true -do - splashy_update "print $str" 2>/dev/null && break - i=$(($i+1)) - [ $i -gt $max ] && break -done diff --git a/source/xapps-extra/splashy/systemd-theme.diff b/source/xapps-extra/splashy/systemd-theme.diff deleted file mode 100644 index 94652d8..0000000 --- a/source/xapps-extra/splashy/systemd-theme.diff +++ /dev/null @@ -1,71 +0,0 @@ ---- themes/frugalware/theme.xml.orig 2010-12-15 02:50:51.463000093 +0100 -+++ themes/frugalware/theme.xml 2010-12-15 02:58:59.183000096 +0100 -@@ -9,59 +9,6 @@ - <urls>http://artwork.frugalware.org/</urls> - <author></author> - </info> -- <progressbar> -- <!-- here are tags to set the bar... x coordinate, -- y coordinate, width and height are for the progress bar. -- Remember that x, y, width and height are expressed in percentage --> -- <dimension> -- <x>34</x> -- <y>75</y> -- <width>32</width> -- <height>3</height> -- </dimension> -- <!-- here you can set the color of the progressbar... -- set the amount of red, green, blue and alpha channel. -- Remember that the max value is 255 and the minumun value is 0--> -- <color> -- <red>11</red> -- <green>21</green> -- <blue>123</blue> -- <alpha>255</alpha> -- </color> -- <!-- whether or not you want a border around the progressbar. default: no --> -- <border> -- <enable>no</enable> -- <color> -- <red>23</red> -- <green>147</green> -- <blue>209</blue> -- <alpha>255</alpha> -- </color> -- </border> -- <!-- here you can set the color of the progressbar background -- set the amount of red, green, blue and alpha channel. -- Remember that the max value is 255 and the minumun value is 0--> -- <background> -- <color> -- <red>230</red> -- <green>230</green> -- <blue>230</blue> -- <alpha>255</alpha> -- </color> -- </background> -- <direction> -- <boot>forward</boot> -- <shutdown>backward</shutdown> -- <resume>forward</resume> -- <suspend>backward</suspend> -- </direction> -- <visibility> -- <boot>yes</boot> -- <shutdown>yes</shutdown> -- <resume>yes</resume> -- <suspend>yes</suspend> -- </visibility> -- </progressbar> - <!-- conventional path: /etc/splashy/themes + theme-name --> - <background> - <boot>background.png</boot> -@@ -84,7 +31,7 @@ - <!-- whether you want the textbox always - shown or no. If no, it will be shown only on error, - see autoverboseonerror --> -- <enable>no</enable> -+ <enable>yes</enable> - <!-- here are tags to set the text area... x coordinate, - y coordinate, width and height are for the text area. - Remember that x, y, width and height are expressed in percentage _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
