mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/numix-icon-theme: Updated for version 20.03.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
038b0fabdc
commit
67efd86078
2 changed files with 11 additions and 10 deletions
|
@ -2,7 +2,8 @@
|
|||
#
|
||||
# Slackware build script for numix-icon-theme.
|
||||
#
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.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="numix-icon-theme"
|
||||
VERSION=${VERSION:-20180405}
|
||||
VERSION=${VERSION:-20200320}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -34,7 +35,7 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
CWD=$(pwd)
|
||||
|
||||
SRCVER=${SRCVER:-0.3+931~201804050035~ubuntu17.10.1}
|
||||
SRCVER=${SRCVER:-20.03.20}
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -42,7 +43,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/${PRGNAM}_${SRCVER}.tar.xz
|
||||
tar xvf $CWD/${PRGNAM}-${SRCVER}.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
chown -R root:root .
|
||||
|
||||
|
@ -50,7 +51,7 @@ mkdir -p $PKG/usr/share/icons
|
|||
cp -r Numix Numix-Light $PKG/usr/share/icons
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp debian/{changelog,copyright} license readme.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp license readme.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="numix-icon-theme"
|
||||
VERSION="20180405"
|
||||
VERSION="20.03.20"
|
||||
HOMEPAGE="https://github.com/numixproject/numix-icon-theme/"
|
||||
DOWNLOAD="https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+931~201804050035~ubuntu17.10.1.tar.xz"
|
||||
MD5SUM="b14b26e16c5539242f09523d798e23cc"
|
||||
DOWNLOAD="https://github.com/numixproject/numix-icon-theme/archive/20.03.20/numix-icon-theme-20.03.20.tar.gz"
|
||||
MD5SUM="6911cabee04cbbc3a555433759efa21d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Brenton Earl"
|
||||
EMAIL="brent@exitstatusone.com"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
Loading…
Reference in a new issue