Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=70b91c34e488a936f70fc8fd92739563f153661b

commit 70b91c34e488a936f70fc8fd92739563f153661b
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sat Dec 22 23:44:10 2007 +0100

splashy-0.3.8-2-i686
- moved to xapps
- this means it's still installed on a default install
- it also means that advanced users who install only base can avoid it

diff --git a/source/base/splashy/FrugalBuild b/source/base/splashy/FrugalBuild
deleted file mode 100644
index 1c83b11..0000000
--- a/source/base/splashy/FrugalBuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: VMiklos <[EMAIL PROTECTED]>
-
-pkgname=splashy
-pkgver=0.3.8
-themever=0.7
-# see http://alioth.debian.org/project/showfiles.php?group_id=30657
-rel_id=2239
-pkgrel=2
-pkgdesc="A complete user-space boot splash system"
-url="http://alioth.debian.org/projects/splashy/";
-depends=('glib2' 'directfb-input-keyboard>=1.1.1-1' 'libgcc' 'file')
-replaces=('bootsplash')
-conflicts=('bootsplash')
-backup=(etc/splashy/config.xml)
-groups=('base')
-archs=('i686' 'x86_64')
-up2date="lynx -dump $url |grep ' splashy '|sed 's/.*splashy \([^ ]*\) .*/\1/'"
-source=(http://alioth.debian.org/download.php/$rel_id/splashy-$pkgver.tar.gz \
-       splashy-0.3.0-frugalware.diff splashy-0.3.0-nof2.diff \
-       rc.{zz-,}splash rc.splash-{de,hu,it}.po \
-       
http://ftp.frugalware.org/pub/other/artwork/splashy-theme/splashy-frugalware-$themever.tar.gz)
-sha1sums=('647ccb13c620972cf01df3910d5e2015501b9d3c' \
-          '319e6edb46519414d9d3e7b620592ab162a5bc00' \
-          '4979a54122223dc7d4324f52e120ff9005a8c17b' \
-          '006d65bb621d1108cbb994fb50712bad4d61b6d0' \
-          'dc5ebe596cd9379d40985d0d0873545450f1fe06' \
-          '82c272166e89ecc840169fa76cc3fb45e2236712' \
-          'd86d3554aa64b129352e826d1e659a5a4611b47d' \
-          'c9da7e70efb6070e61ba2e6908a712ac524ae90b' \
-          '5834d1c3d1f0327f2c341f84d07e137afcbb86e2')
-
-build()
-{
-       unset MAKEFLAGS
-       Fsed '-Werror' '' configure.ac
-       autoconf || return 1
-       rm -rf themes/frugalware
-       mv ../frugalware themes/
-       Fpatchall
-       Fautoreconf
-       Fmake
-       Fmakeinstall
-       Frm /etc/init.d
-       Frcd2 splash
-       mkfifo -m 640 $Fdestdir/etc/splashy/splashy.fifo
-       Fexe /etc/rc.d/rc.zz-splash
-}
-
-# optimization OK
-
diff --git a/source/base/splashy/rc.splash b/source/base/splashy/rc.splash
deleted file mode 100644
index 7b4a9b5..0000000
--- a/source/base/splashy/rc.splash
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-# (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
-       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/base/splashy/rc.splash-de.po 
b/source/base/splashy/rc.splash-de.po
deleted file mode 100644
index d9d0c00..0000000
--- a/source/base/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/base/splashy/rc.splash-hu.po 
b/source/base/splashy/rc.splash-hu.po
deleted file mode 100644
index a03a949..0000000
--- a/source/base/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/base/splashy/rc.splash-it.po 
b/source/base/splashy/rc.splash-it.po
deleted file mode 100644
index 5c38c5b..0000000
--- a/source/base/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/base/splashy/rc.splash.pot 
b/source/base/splashy/rc.splash.pot
deleted file mode 100644
index f9dfcb8..0000000
--- a/source/base/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 PROTECTED]>, 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 PROTECTED]>\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/base/splashy/rc.zz-splash b/source/base/splashy/rc.zz-splash
deleted file mode 100644
index 2c2d0cc..0000000
--- a/source/base/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/base/splashy/splashy-0.3.0-frugalware.diff 
b/source/base/splashy/splashy-0.3.0-frugalware.diff
deleted file mode 100644
index ecd2bf1..0000000
--- a/source/base/splashy/splashy-0.3.0-frugalware.diff
+++ /dev/null
@@ -1,26 +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,10 @@
-       themes/default/suspend.png \
-       themes/default/theme.xml \
-       themes/default/FreeSans.ttf \
-+      themes/frugalware/background.png \
-+      themes/frugalware/error.png \
-+      themes/frugalware/shutdown.png \
-+      themes/frugalware/theme.xml \
-       schemas/theme.xsd \
-       schemas/theme.xsl \
-       schemas/config.xsd
diff --git a/source/base/splashy/splashy-0.3.0-nof2.diff 
b/source/base/splashy/splashy-0.3.0-nof2.diff
deleted file mode 100644
index 16af2ed..0000000
--- a/source/base/splashy/splashy-0.3.0-nof2.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur splashy-0.3.0.orig/src/splashy_functions.c 
splashy-0.3.0/src/splashy_functions.c
---- splashy-0.3.0.orig/src/splashy_functions.c 2007-01-23 21:20:54.000000000 
+0100
-+++ splashy-0.3.0/src/splashy_functions.c      2007-01-26 15:08:24.000000000 
+0100
-@@ -1102,7 +1102,7 @@
-                       {
-                               splashy_child_exit ();
-                       }
--                      else if (key == DIKS_F2)
-+                      else if (0)
-                       {
-                               /*
-                                * when F2 is pressed we display a
diff --git a/source/base/splashy/splashy.install 
b/source/base/splashy/splashy.install
deleted file mode 100644
index 50f2f27..0000000
--- a/source/base/splashy/splashy.install
+++ /dev/null
@@ -1,25 +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
-}
-
-post_upgrade()
-{
-       # this can be removed after Frugalware 0.6, it's here to support
-       # upgrades since there were no rc.zz-splash in 0.5
-       post_install
-}
-
-pre_remove()
-{
-       /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/splashy/FrugalBuild b/source/xapps/splashy/FrugalBuild
new file mode 100644
index 0000000..706f6ab
--- /dev/null
+++ b/source/xapps/splashy/FrugalBuild
@@ -0,0 +1,51 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: VMiklos <[EMAIL PROTECTED]>
+
+pkgname=splashy
+pkgver=0.3.8
+themever=0.7
+# see http://alioth.debian.org/project/showfiles.php?group_id=30657
+rel_id=2239
+pkgrel=2
+pkgdesc="A complete user-space boot splash system"
+url="http://alioth.debian.org/projects/splashy/";
+depends=('glib2' 'directfb-input-keyboard>=1.1.1-1' 'libgcc' 'file')
+replaces=('bootsplash')
+conflicts=('bootsplash')
+backup=(etc/splashy/config.xml)
+groups=('xapps')
+archs=('i686' 'x86_64')
+up2date="lynx -dump $url |grep ' splashy '|sed 's/.*splashy \([^ ]*\) .*/\1/'"
+source=(http://alioth.debian.org/download.php/$rel_id/splashy-$pkgver.tar.gz \
+       splashy-0.3.0-frugalware.diff splashy-0.3.0-nof2.diff \
+       rc.{zz-,}splash rc.splash-{de,hu,it}.po \
+       
http://ftp.frugalware.org/pub/other/artwork/splashy-theme/splashy-frugalware-$themever.tar.gz)
+sha1sums=('647ccb13c620972cf01df3910d5e2015501b9d3c' \
+          '319e6edb46519414d9d3e7b620592ab162a5bc00' \
+          '4979a54122223dc7d4324f52e120ff9005a8c17b' \
+          '006d65bb621d1108cbb994fb50712bad4d61b6d0' \
+          'dc5ebe596cd9379d40985d0d0873545450f1fe06' \
+          '82c272166e89ecc840169fa76cc3fb45e2236712' \
+          'd86d3554aa64b129352e826d1e659a5a4611b47d' \
+          'c9da7e70efb6070e61ba2e6908a712ac524ae90b' \
+          '5834d1c3d1f0327f2c341f84d07e137afcbb86e2')
+
+build()
+{
+       unset MAKEFLAGS
+       Fsed '-Werror' '' configure.ac
+       autoconf || return 1
+       rm -rf themes/frugalware
+       mv ../frugalware themes/
+       Fpatchall
+       Fautoreconf
+       Fmake
+       Fmakeinstall
+       Frm /etc/init.d
+       Frcd2 splash
+       mkfifo -m 640 $Fdestdir/etc/splashy/splashy.fifo
+       Fexe /etc/rc.d/rc.zz-splash
+}
+
+# optimization OK
+
diff --git a/source/xapps/splashy/rc.splash b/source/xapps/splashy/rc.splash
new file mode 100644
index 0000000..7b4a9b5
--- /dev/null
+++ b/source/xapps/splashy/rc.splash
@@ -0,0 +1,43 @@
+#!/bin/bash
+
+# (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
+       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/splashy/rc.splash-de.po 
b/source/xapps/splashy/rc.splash-de.po
new file mode 100644
index 0000000..d9d0c00
--- /dev/null
+++ b/source/xapps/splashy/rc.splash-de.po
@@ -0,0 +1,21 @@
+# 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/splashy/rc.splash-hu.po 
b/source/xapps/splashy/rc.splash-hu.po
new file mode 100644
index 0000000..a03a949
--- /dev/null
+++ b/source/xapps/splashy/rc.splash-hu.po
@@ -0,0 +1,21 @@
+# 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/splashy/rc.splash-it.po 
b/source/xapps/splashy/rc.splash-it.po
new file mode 100644
index 0000000..5c38c5b
--- /dev/null
+++ b/source/xapps/splashy/rc.splash-it.po
@@ -0,0 +1,21 @@
+# 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/splashy/rc.splash.pot 
b/source/xapps/splashy/rc.splash.pot
new file mode 100644
index 0000000..f9dfcb8
--- /dev/null
+++ b/source/xapps/splashy/rc.splash.pot
@@ -0,0 +1,21 @@
+# 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 PROTECTED]>, 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 PROTECTED]>\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/splashy/rc.zz-splash 
b/source/xapps/splashy/rc.zz-splash
new file mode 100644
index 0000000..2c2d0cc
--- /dev/null
+++ b/source/xapps/splashy/rc.zz-splash
@@ -0,0 +1,22 @@
+#!/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/splashy/splashy-0.3.0-frugalware.diff 
b/source/xapps/splashy/splashy-0.3.0-frugalware.diff
new file mode 100644
index 0000000..ecd2bf1
--- /dev/null
+++ b/source/xapps/splashy/splashy-0.3.0-frugalware.diff
@@ -0,0 +1,26 @@
+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,10 @@
+       themes/default/suspend.png \
+       themes/default/theme.xml \
+       themes/default/FreeSans.ttf \
++      themes/frugalware/background.png \
++      themes/frugalware/error.png \
++      themes/frugalware/shutdown.png \
++      themes/frugalware/theme.xml \
+       schemas/theme.xsd \
+       schemas/theme.xsl \
+       schemas/config.xsd
diff --git a/source/xapps/splashy/splashy-0.3.0-nof2.diff 
b/source/xapps/splashy/splashy-0.3.0-nof2.diff
new file mode 100644
index 0000000..16af2ed
--- /dev/null
+++ b/source/xapps/splashy/splashy-0.3.0-nof2.diff
@@ -0,0 +1,12 @@
+diff -Naur splashy-0.3.0.orig/src/splashy_functions.c 
splashy-0.3.0/src/splashy_functions.c
+--- splashy-0.3.0.orig/src/splashy_functions.c 2007-01-23 21:20:54.000000000 
+0100
++++ splashy-0.3.0/src/splashy_functions.c      2007-01-26 15:08:24.000000000 
+0100
+@@ -1102,7 +1102,7 @@
+                       {
+                               splashy_child_exit ();
+                       }
+-                      else if (key == DIKS_F2)
++                      else if (0)
+                       {
+                               /*
+                                * when F2 is pressed we display a
diff --git a/source/xapps/splashy/splashy.install 
b/source/xapps/splashy/splashy.install
new file mode 100644
index 0000000..50f2f27
--- /dev/null
+++ b/source/xapps/splashy/splashy.install
@@ -0,0 +1,25 @@
+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
+}
+
+post_upgrade()
+{
+       # this can be removed after Frugalware 0.6, it's here to support
+       # upgrades since there were no rc.zz-splash in 0.5
+       post_install
+}
+
+pre_remove()
+{
+       /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 $*
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to