mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/slack-wallpapers: Updated for version 0.341.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3d22faa366
commit
f6d8bd4076
3 changed files with 18 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
This contains a collection of near 300 Slackware-dedicated or otherwise
|
||||
This contains a collection of over 300 Slackware-dedicated or otherwise
|
||||
related wallpapers. The images are placed in /usr/share/wallpapers to
|
||||
make xscreensaver happy :)
|
||||
|
||||
I am not the author of these! I just gathered what I already had
|
||||
around or have found meanwhile. Any additions are very welcome!
|
||||
|
||||
NOTE: the unarchived size of this is around 150 MB.
|
||||
NOTE: the unarchived size of this is around 200 MB.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for slack-wallpapers
|
||||
|
||||
# Copyright 2012-2013 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# Copyright 2012-2014 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slack-wallpapers
|
||||
VERSION=${VERSION:-0.284}
|
||||
VERSION=${VERSION:-0.341}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,10 +52,18 @@ find -L . \
|
|||
mkdir -p $PKG/usr/share/wallpapers
|
||||
cp -a images/* $PKG/usr/share/wallpapers
|
||||
|
||||
# Make symlinks, so XFCE finds the wallpapers automagically
|
||||
mkdir -p $PKG/usr/share/backgrounds/xfce
|
||||
cd $PKG/usr/share/wallpapers/
|
||||
for i in *
|
||||
do
|
||||
ln -s /usr/share/wallpapers/$i $PKG/usr/share/backgrounds/xfce/.
|
||||
done
|
||||
|
||||
cd $TMP/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
ChangeLog CREDITS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ChangeLog CREDITS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slack-wallpapers"
|
||||
VERSION="0.284"
|
||||
VERSION="0.341"
|
||||
HOMEPAGE="http://www.student.oulu.fi/~ppetrov/slack/"
|
||||
DOWNLOAD="http://www.student.oulu.fi/~ppetrov/slack/slack-wallpapers/slack-wallpapers-0.284.tar.bz2"
|
||||
MD5SUM="d07bb3ff93e9ce2102e3fb0f042c9a2a"
|
||||
DOWNLOAD="http://www.student.oulu.fi/~ppetrov/slack/slack-wallpapers/slack-wallpapers-0.341.tar.bz2"
|
||||
MD5SUM="efeb6e9b94b1a2d6e0e907f5bfc9ddf3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue