mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/slack-wallpapers: Updated for version 0.446.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5a05d105fc
commit
29bb200c8a
4 changed files with 17 additions and 17 deletions
|
@ -14,7 +14,6 @@ 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!
|
||||
be credited, please let me (skaendo) know!
|
||||
|
||||
NOTE!
|
||||
The unarchived size of this is about 300 MB.
|
||||
NOTE: The unarchived size of this is about 300 MB.
|
||||
|
|
|
@ -15,5 +15,5 @@ slack-wallpapers:
|
|||
slack-wallpapers:
|
||||
slack-wallpapers:
|
||||
slack-wallpapers:
|
||||
slack-wallpapers:
|
||||
slack-wallpapers: Homepage: https://skaendoblog.wordpress.com/slack-wallpapers
|
||||
slack-wallpapers:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for slack-wallpapers
|
||||
|
||||
# Copyright 2012-2016 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2017 skaendo <skaendo at excite dot com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slack-wallpapers
|
||||
VERSION=${VERSION:-0.443}
|
||||
VERSION=${VERSION:-0.446}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,12 +64,12 @@ 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
|
||||
#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
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="slack-wallpapers"
|
||||
VERSION="0.443"
|
||||
HOMEPAGE="https://slackalaxy.wordpress.com/gallery/"
|
||||
DOWNLOAD="https://www.dropbox.com/s/c1j35232c7is1q3/slack-wallpapers-0.443.tar.bz2"
|
||||
MD5SUM="f5a6101201a25237dd04339da077e62a"
|
||||
VERSION="0.446"
|
||||
HOMEPAGE="https://skaendoblog.wordpress.com/slack-wallpapers"
|
||||
DOWNLOAD="https://www.dropbox.com/s/x91razl6grwog91/slack-wallpapers-0.446.tar.bz2"
|
||||
MD5SUM="a46588eeda3171492b9958f0739838c4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="slackalaxy@gmail.com"
|
||||
MAINTAINER="skaendo"
|
||||
EMAIL="skaendo at excite dot com"
|
||||
|
|
Loading…
Reference in a new issue