desktop/moka-icon-theme: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4bc8cfe990
commit
ed53cc8fea
|
@ -1,23 +1,13 @@
|
||||||
moka-icon-theme (gnome icon theme)
|
moka-icon-theme (gnome icon theme)
|
||||||
|
|
||||||
Moka is a stylized Linux desktop icon set, and the titular icon theme of
|
Moka is a stylized FreeDesktop icon set, created with simplicity in mind.
|
||||||
the Moka Project. They are designed to be clear, simple and consistent.
|
|
||||||
|
|
||||||
Moka was created with minimal, flat style, using simple geometry &
|
Moka was created with minimal, flat style, using simple geometry &
|
||||||
colours. Each icon has been pixel-perfectly-designed and for the best
|
colours. Each icon has been pixel-perfectly-designed and for the best
|
||||||
experience throughout your desktop.
|
experience throughout the desktop.
|
||||||
|
|
||||||
As one of the most comprehensive icon sets available for the Linux
|
|
||||||
desktop, Moka provides thousands of icons for many applications.
|
|
||||||
|
|
||||||
No matter which desktop you are using, Moka has you covered; it's for
|
|
||||||
all of the popular Linux desktop environments.
|
|
||||||
|
|
||||||
Moka is only a set of application icons, it relies on its companion icon
|
Moka is only a set of application icons, it relies on its companion icon
|
||||||
set "Faba Icon Theme".
|
set "Faba Icon Theme".
|
||||||
|
|
||||||
From Faba Icon Theme, Moka inherits all the system icons, folders,
|
From Faba Icon Theme, Moka inherits all the system icons, folders,
|
||||||
panel icons, etc. to make a complete experience.
|
panel icons, etc. to make a complete experience.
|
||||||
|
|
||||||
Moka Icon Theme (the icon assets and sources) are licensed under a
|
|
||||||
Creative Commons Attribution-ShareAlike 4.0 license.
|
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
if [ -x /usr/bin/update-desktop-database ]; then
|
if [ -e usr/share/icons/Moka/icon-theme.cache ]; then
|
||||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -x /usr/bin/update-mime-database ]; then
|
|
||||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|
||||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
/usr/bin/gtk-update-icon-cache -f usr/share/icons/Moka >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for moka-icon-theme.
|
# Slackware build script for moka-icon-theme.
|
||||||
#
|
#
|
||||||
# Copyright 2015-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
# Copyright 2015-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||||
|
# Copyright 2020 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -49,8 +50,13 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
meson --prefix $PKG/usr build
|
meson \
|
||||||
ninja -C build install
|
--prefix=/usr \
|
||||||
|
--datadir=/usr/share \
|
||||||
|
build
|
||||||
|
|
||||||
|
ninja -C build
|
||||||
|
DESTDIR=$PKG ninja -C build install
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp AUTHORS COPYING LICENSE* README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
cp AUTHORS COPYING LICENSE* README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="moka-icon-theme"
|
PRGNAM="moka-icon-theme"
|
||||||
VERSION="5.4.0"
|
VERSION="5.4.0"
|
||||||
HOMEPAGE="https://github.com/snwh/moka-icon-theme/"
|
HOMEPAGE="https://github.com/snwh/moka-icon-theme"
|
||||||
DOWNLOAD="https://github.com/snwh/moka-icon-theme/archive/v5.4.0/moka-icon-theme-5.4.0.tar.gz"
|
DOWNLOAD="https://github.com/snwh/moka-icon-theme/archive/v5.4.0/moka-icon-theme-5.4.0.tar.gz"
|
||||||
MD5SUM="27d2e54bf33bcb428ece6ff2a97e2b67"
|
MD5SUM="27d2e54bf33bcb428ece6ff2a97e2b67"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="meson faba-icon-theme"
|
REQUIRES="faba-icon-theme"
|
||||||
MAINTAINER="Aaditya Bagga"
|
MAINTAINER="Aaditya Bagga"
|
||||||
EMAIL="aaditya_gnulinux@zoho.com"
|
EMAIL="aaditya_gnulinux@zoho.com"
|
||||||
|
|
|
@ -8,12 +8,11 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
moka-icon-theme: moka-icon-theme (gnome icon theme)
|
moka-icon-theme: moka-icon-theme (gnome icon theme)
|
||||||
moka-icon-theme:
|
moka-icon-theme:
|
||||||
moka-icon-theme: Moka is a stylized Linux desktop icon set, and the titular icon theme
|
moka-icon-theme: Moka is a stylized FreeDesktop icon set. It uses simple geometry
|
||||||
moka-icon-theme: of the Moka Project. They are designed to be clear, simple and
|
moka-icon-theme: and bright colours, and has been designed and optimized
|
||||||
moka-icon-theme: consistent.
|
moka-icon-theme: to achieve a pixel-perfect look for the desktop.
|
||||||
moka-icon-theme:
|
moka-icon-theme: Moka is only a set of application icons, it relies on its companion
|
||||||
moka-icon-theme: Home Page: https://github.com/snwh/moka-icon-theme/
|
moka-icon-theme: icon set "Faba Icon Theme".
|
||||||
moka-icon-theme:
|
|
||||||
moka-icon-theme:
|
|
||||||
moka-icon-theme:
|
moka-icon-theme:
|
||||||
|
moka-icon-theme: Homepage: https://github.com/snwh/moka-icon-theme
|
||||||
moka-icon-theme:
|
moka-icon-theme:
|
||||||
|
|
Loading…
Reference in New Issue