desktop/numix-pack: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94c533cc19
commit
bda4a957db
|
@ -4,3 +4,5 @@ numix-pack provides icons, themes and wallpapers for Cinnamon, Gnome3,
|
|||
LXDE, MATE, Unity and XFCE.
|
||||
|
||||
Optional dependencies: gtk-engines, murrine, gtk-engines-unico.
|
||||
|
||||
* This package conflict with Oficcial Numix Theme (numix-gtk-theme).
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="numix-pack"
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
VERSION=${VERSION:-0.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,18 +43,19 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${SRCNAM}_${VERSION}.tar.gz -C $PRGNAM-$VERSION/
|
||||
tar xvf $CWD/${SRCNAM}_${VERSION}.tar.xz -C $PRGNAM-$VERSION/
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
mkdir -p $PKG/etc/skel/.config
|
||||
cp -a .config/blender $PKG/etc/skel/.config
|
||||
|
||||
mkdir -p $PKG/usr/share/{fonts/TTF,icons,themes,wallpapers}
|
||||
cp -a .icons/Plataro-Numix $PKG/usr/share/icons
|
||||
cp -a .local/share/fonts/* $PKG/usr/share/fonts/TTF
|
||||
cp -a .themes/Numix $PKG/usr/share/themes
|
||||
cp -a wallpapers/* $PKG/usr/share/wallpapers
|
||||
mkdir -p $PKG/usr/share/{fonts/TTF,gtksourceview-3.0/styles,icons,themes,wallpapers}
|
||||
cp -a .icons/Plataro-Numix $PKG/usr/share/icons/
|
||||
cp -a .local/share/fonts/* $PKG/usr/share/fonts/TTF/
|
||||
cp -a .local/share/gtksourceview-3.0/styles/* $PKG/usr/share/gtksourceview-3.0/styles/
|
||||
cp -a .themes/Numix $PKG/usr/share/themes/
|
||||
cp -a wallpapers/* $PKG/usr/share/wallpapers/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/wallpapers/copyright.txt $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numix-pack"
|
||||
VERSION="0.3.7"
|
||||
VERSION="0.4.1"
|
||||
HOMEPAGE="https://www.gnome-look.org/p/1137261/"
|
||||
DOWNLOAD="https://dl.opendesktop.org/api/files/download/id/1472518050/Numix-Pack_0.3.7.tar.gz"
|
||||
MD5SUM="9fd982d13523a3ea3800ca6e6ec1196c"
|
||||
DOWNLOAD="https://dl.opendesktop.org/api/files/download/id/1477867188/Numix-Pack_0.4.1.tar.xz"
|
||||
MD5SUM="9dd8b090040e00d1a319227cb2cbce1a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue