diff options
Diffstat (limited to 'desktop/luna-wallpapers/luna-wallpapers.SlackBuild')
-rw-r--r-- | desktop/luna-wallpapers/luna-wallpapers.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/luna-wallpapers/luna-wallpapers.SlackBuild b/desktop/luna-wallpapers/luna-wallpapers.SlackBuild index 54e0caa66afd5..4f03ea4f2fb7d 100644 --- a/desktop/luna-wallpapers/luna-wallpapers.SlackBuild +++ b/desktop/luna-wallpapers/luna-wallpapers.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=luna-wallpapers VERSION=${VERSION:-0.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} ARCH=noarch @@ -54,6 +54,11 @@ 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 newfile=$(echo $file | tr ' ' '_') |