mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/luna-wallpapers: Add more wallpapers.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ada5210851
commit
ce22c5d094
2 changed files with 10 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=luna-wallpapers
|
||||
VERSION=${VERSION:-0.2}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
@ -53,6 +53,11 @@ mkdir -p $PKG/usr/share/backgrounds/mate/luna
|
|||
mkdir -p $PKG/usr/share/wallpapers
|
||||
|
||||
# Xfce default
|
||||
( cd $PKG/usr/share/xfce4/backdrops/
|
||||
tar xvf $CWD/elementary-wallpapers*ubuntu*.tar.gz
|
||||
cp -f elementary-wallpapers*/*.jpg elementary-wallpapers*/extra/*.jpg .
|
||||
rm -rf elementary-wallpapers*/
|
||||
)
|
||||
( cd $PKG/usr/share/xfce4/backdrops/
|
||||
tar xvf $CWD/$PRGNAM.tar.gz
|
||||
ls -1 *.* | while read file; do
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="luna-wallpapers"
|
||||
VERSION="0.2"
|
||||
HOMEPAGE="http://elementaryos.org/journal/luna-wallpapers-officially-revealed"
|
||||
DOWNLOAD="https://launchpad.net/elementaryos/0.2-luna/luna-wallpapers/+download/luna-wallpapers.tar.gz"
|
||||
MD5SUM="153357336d6c727669127c27d64cf5a1"
|
||||
DOWNLOAD="https://launchpad.net/elementaryos/0.2-luna/luna-wallpapers/+download/luna-wallpapers.tar.gz \
|
||||
https://launchpad.net/~elementary-os/+archive/ubuntu/daily/+files/elementary-wallpapers_0.1.4-0%7E42%7Eubuntu0.3.1.tar.gz"
|
||||
MD5SUM="153357336d6c727669127c27d64cf5a1 \
|
||||
55279169f4f1bf82098b2ed033021c77"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue