Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=bf21261b5e3eb786578261df5779c67a3fd93006

commit bf21261b5e3eb786578261df5779c67a3fd93006
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Apr 18 21:40:37 2011 +0200

systemd-24-3-i686
*enable plymouth support

diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index 5a77708..1f1d4b3 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -8,7 +8,7 @@ USE_GUI=${USE_GUI:-"y"}

pkgname=systemd
pkgver=24
-pkgrel=2
+pkgrel=3
pkgdesc="A System and Service Manager"
url="http://www.freedesktop.org/wiki/Software/systemd";
depends=('dbus' 'udev' 'pam' 'coreutils' 'libcap' 'sysvinit-initscripts' 
'sysvinit-tools')
@@ -16,9 +16,10 @@ makedepends=('vala' 'docbook-xsl>=1.73.0-2' 'docbook-xml')
options=('scriptlet')
up2date="Flasttar http://www.freedesktop.org/software/$pkgname";
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2 \
-       console.conf)
+       console.conf enable-plymouth.diff)
sha1sums=('6eb502ec8c9573fd769dab3ca8a2fc5ed8ce2680' \
-          'abaa5c83d5adf2c5be188ce0de488bfa2b5a4505')
+          'abaa5c83d5adf2c5be188ce0de488bfa2b5a4505' \
+          'dcbf569a275542a6bfe3a4a735a8832edf0985a3')

if Fuse $USE_CRYPTSETUP; then
depends=("${depends[@]}"  'cryptsetup-luks')
diff --git a/source/base/systemd/enable-plymouth.diff 
b/source/base/systemd/enable-plymouth.diff
new file mode 100644
index 0000000..977403f
--- /dev/null
+++ b/source/base/systemd/enable-plymouth.diff
@@ -0,0 +1,10 @@
+--- systemd-24/configure.ac.old        2011-04-06 21:27:48.000000000 +0200
++++ systemd-24/configure.ac    2011-04-18 21:20:26.000000000 +0200
+@@ -347,6 +347,7 @@
+                 SYSTEM_SYSVINIT_PATH=/etc/rc.d
+                 AC_DEFINE(TARGET_FRUGALWARE, [], [Target is Frugalware])
+                 M4_DISTRO_FLAG=-DTARGET_FRUGALWARE=1
++              have_plymouth=true
+                 ;;
+         altlinux)
+                 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to