diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-05-09 07:42:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-09 07:42:21 +0700 |
commit | fbf8418694e3c50073877a6b95c9cf6f768a4417 (patch) | |
tree | 0610119050c98c9ea6803b43baf8e15080cd04a4 /desktop/slack-wallpapers | |
parent | ab5708960ab3d232b1b35a3b55a79da14d099834 (diff) | |
download | slackbuilds-fbf8418694e3c50073877a6b95c9cf6f768a4417.tar.gz |
desktop/slack-wallpapers: Updated for version 0.443.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/slack-wallpapers')
-rw-r--r-- | desktop/slack-wallpapers/README | 22 | ||||
-rw-r--r-- | desktop/slack-wallpapers/slack-wallpapers.SlackBuild | 16 | ||||
-rw-r--r-- | desktop/slack-wallpapers/slack-wallpapers.info | 8 |
3 files changed, 34 insertions, 12 deletions
diff --git a/desktop/slack-wallpapers/README b/desktop/slack-wallpapers/README index 80f063a115..6ed73b6da0 100644 --- a/desktop/slack-wallpapers/README +++ b/desktop/slack-wallpapers/README @@ -1,8 +1,20 @@ -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 :) +This contains a collection of over 400 Slackware-dedicated and/or +otherwise related wallpapers. +The images are placed in /usr/share/wallpapers and will be shown in +the KDE wallpaper chooser. Also, xscreensaver will automatically find +them there and use the images for screensavers like "Carousel". + +The script creates symlinks for the background choosers of XFCE and +MATE, too. In case you do not want this, check the script. + +CREDITS: I am not the author of these! I just gathered what I already had -around or have found meanwhile. Any additions are very welcome! +around or have found meanwhile. + +To track all the authors would be quite troublesome or impossible. +Therefore if someone recognised their work and (rightfully) wants to +be credited, please let me know! -NOTE: the unarchived size of this is around 200 MB. +NOTE! +The unarchived size of this is about 300 MB. diff --git a/desktop/slack-wallpapers/slack-wallpapers.SlackBuild b/desktop/slack-wallpapers/slack-wallpapers.SlackBuild index 7dabb265b2..8857cff76a 100644 --- a/desktop/slack-wallpapers/slack-wallpapers.SlackBuild +++ b/desktop/slack-wallpapers/slack-wallpapers.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slack-wallpapers -# Copyright 2012-2014 Petar Petrov, petar.petrov@student.oulu.fi +# Copyright 2012-2015 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.341} +VERSION=${VERSION:-0.443} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +52,8 @@ find -L . \ mkdir -p $PKG/usr/share/wallpapers cp -a images/* $PKG/usr/share/wallpapers -# Make symlinks, so XFCE finds the wallpapers automagically +# Make symlinks, so XFCE finds the wallpapers automagically. If you do +# not want this, then comment out the next 6 lines. mkdir -p $PKG/usr/share/backgrounds/xfce cd $PKG/usr/share/wallpapers/ for i in * @@ -60,6 +61,15 @@ do ln -s /usr/share/wallpapers/$i $PKG/usr/share/backgrounds/xfce/. done +# Make symlinks for MATE as well. If you do not want this, then comment +# out the next 6 lines. +mkdir -p $PKG/usr/share/backgrounds/mate +cd $PKG/usr/share/wallpapers/ +for i in * +do +ln -s /usr/share/wallpapers/$i $PKG/usr/share/backgrounds/mate/. +done + cd $TMP/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/desktop/slack-wallpapers/slack-wallpapers.info b/desktop/slack-wallpapers/slack-wallpapers.info index c7e0ffa095..cd5070489b 100644 --- a/desktop/slack-wallpapers/slack-wallpapers.info +++ b/desktop/slack-wallpapers/slack-wallpapers.info @@ -1,8 +1,8 @@ PRGNAM="slack-wallpapers" -VERSION="0.341" -HOMEPAGE="http://www.student.oulu.fi/~ppetrov/slack/" -DOWNLOAD="http://www.student.oulu.fi/~ppetrov/slack/slack-wallpapers/slack-wallpapers-0.341.tar.bz2" -MD5SUM="efeb6e9b94b1a2d6e0e907f5bfc9ddf3" +VERSION="0.443" +HOMEPAGE="https://slackalaxy.wordpress.com/gallery/" +DOWNLOAD="https://www.dropbox.com/s/c1j35232c7is1q3/slack-wallpapers-0.443.tar.bz2" +MD5SUM="f5a6101201a25237dd04339da077e62a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |