mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
desktop/faba-icon-theme: Updated for version 20170712.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c50d919b0b
commit
ac6b38ed29
4 changed files with 13 additions and 8 deletions
|
@ -5,3 +5,5 @@ designed with simplicity and compliance to standards in mind. Faba's
|
|||
purpose is serve as a base icon theme to others (such as Moka Icon Theme).
|
||||
|
||||
It consists only of system icons: folders, mimetypes, toolbar icons, etc.
|
||||
|
||||
All variations and supplementary themes for Faba, require this base theme.
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="faba-icon-theme"
|
||||
VERSION=${VERSION:-4.1.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-20170712}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
@ -34,13 +34,16 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
CWD=$(pwd)
|
||||
|
||||
SRCVER=${SRCVER:-cab0d6bd57bf0fb30918b68e2396f87d9484db31}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
mv $PRGNAM-$SRCVER $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="faba-icon-theme"
|
||||
VERSION="4.1.2"
|
||||
HOMEPAGE="https://github.com/moka-project/faba-icon-theme/"
|
||||
DOWNLOAD="https://github.com/moka-project/faba-icon-theme/archive/v4.1.2/faba-icon-theme-4.1.2.tar.gz"
|
||||
MD5SUM="7966a99b8e9098e2474655229093e08c"
|
||||
VERSION="20170712"
|
||||
HOMEPAGE="https://github.com/snwh/faba-icon-theme/"
|
||||
DOWNLOAD="https://github.com/snwh/faba-icon-theme/archive/cab0d6bd57bf0fb30918b68e2396f87d9484db31/faba-icon-theme-cab0d6bd57bf0fb30918b68e2396f87d9484db31.tar.gz"
|
||||
MD5SUM="49a13e7e6a5cce8ea031041d897015af"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -14,6 +14,6 @@ faba-icon-theme: purpose is serve as a base icon theme to others (such as Moka I
|
|||
faba-icon-theme: Theme). It consists only of system icons: folders, mimetypes,
|
||||
faba-icon-theme: toolbar icons, etc.
|
||||
faba-icon-theme:
|
||||
faba-icon-theme: Home Page: https://github.com/moka-project/faba-icon-theme/
|
||||
faba-icon-theme: Home Page: https://github.com/snwh/faba-icon-theme/
|
||||
faba-icon-theme:
|
||||
faba-icon-theme:
|
||||
|
|
Loading…
Reference in a new issue