desktop/meliae-icon-theme: Fix scalable icons sizes.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
cccb26812e
commit
1100b77450
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for meliae-icon-theme
|
||||
|
||||
# Copyright 2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2015-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,9 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=meliae-icon-theme
|
||||
SRCNAM=MeliaeSVG
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
@ -39,7 +38,7 @@ set -e
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $PKG/usr/share/icons $OUTPUT
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* -C $PKG/usr/share/icons
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -C $PKG/usr/share/icons
|
||||
chown -R root:root $PKG
|
||||
find -L $PKG \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -49,9 +48,7 @@ find -L $PKG \
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
( cd $PKG/usr/share/icons/$SRCNAM
|
||||
rm -f index.theme~
|
||||
( cd $PKG/usr/share/icons/MeliaeSVG
|
||||
mv AUTHORS COPYING CREDITS $PKG/usr/doc/$PRGNAM-$VERSION )
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="meliae-icon-theme"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://sora-meliae.deviantart.com"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/MeliaeSVG-1.2.tar.gz"
|
||||
MD5SUM="94cbc3038d386e6b2b6ec5a0838c2e7f"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/meliae-icon-theme-1.2.tar.gz"
|
||||
MD5SUM="354d10d3ec94d4b4e62d7a8d7213ff6e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue