aboutsummaryrefslogtreecommitdiff
path: root/system/plymouth
diff options
context:
space:
mode:
Diffstat (limited to 'system/plymouth')
-rw-r--r--system/plymouth/README6
-rw-r--r--system/plymouth/plymouth.SlackBuild14
-rw-r--r--system/plymouth/plymouth.info10
3 files changed, 14 insertions, 16 deletions
diff --git a/system/plymouth/README b/system/plymouth/README
index 83850a937e..81828320bf 100644
--- a/system/plymouth/README
+++ b/system/plymouth/README
@@ -5,7 +5,7 @@ Plymouth is an application that runs very early in the boot process
graphical boot animation while the boot process happens in the
background.
+For instructions how to install and configure Plymouth and themes on
+Slackware, see this topic on linuxquestions.org
-Homepage: https://www.freedesktop.org/wiki/Software/Plymouth/
-
-
+https://www.linuxquestions.org/questions/slackware-14/bootsplash-4175742241/
diff --git a/system/plymouth/plymouth.SlackBuild b/system/plymouth/plymouth.SlackBuild
index cb617cc1e1..189516e365 100644
--- a/system/plymouth/plymouth.SlackBuild
+++ b/system/plymouth/plymouth.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for plymouth
# Copyright 2019 Marian Marinov
+# Copyright 2025 Olivier Brouckaert <olivier.b@i-services.be>, Brussels, Belgium
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=plymouth
-VERSION=${VERSION:-0.9.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-22.02.122}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -51,16 +52,12 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
- SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
@@ -84,6 +81,8 @@ PREFIX=/usr
mkdir -p $PKG/$PREFIX/bin
./configure \
--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--mandir=/usr/man \
@@ -92,7 +91,6 @@ mkdir -p $PKG/$PREFIX/bin
--with-background-color='#000000' \
--disable-systemd-integration
-
make
make install DESTDIR=$PKG
@@ -104,7 +102,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-cp -a AUTHORS COPYING INSTALL ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la
diff --git a/system/plymouth/plymouth.info b/system/plymouth/plymouth.info
index ce0f47c6e1..522dcb5564 100644
--- a/system/plymouth/plymouth.info
+++ b/system/plymouth/plymouth.info
@@ -1,10 +1,10 @@
PRGNAM="plymouth"
-VERSION="0.9.4"
+VERSION="22.02.122"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/Plymouth/"
-DOWNLOAD="https://www.freedesktop.org/software/plymouth/releases/plymouth-0.9.4.tar.xz"
-MD5SUM="4efa5551d230165981b105e7c6a50aa7"
+DOWNLOAD="https://www.freedesktop.org/software/plymouth/releases/plymouth-22.02.122.tar.xz"
+MD5SUM="07281db83aa3132f7941f4d0b277a68e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Marian Marinov"
-EMAIL="mm@yuhu.biz"
+MAINTAINER="Olivier Brouckaert"
+EMAIL="olivier.b@i-services.be"