mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/moka-themes: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
199af56d68
commit
0179f326a2
3 changed files with 13 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
|||
moka-themes (GTK themes).
|
||||
moka-themes (GTK themes)
|
||||
|
||||
GTK-2.0 Themes for Openbox, XFCE and Emerald.
|
||||
Moka is an elegant and minimalistic theme suite for your GNU/Linux desktop.
|
||||
|
||||
The archive contains a GTK, an Emerald and an Openbox theme.
|
||||
|
||||
* Extras for Conky and Tint2 found at /etc/xdg.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for moka-themes.
|
||||
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -22,9 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="moka-themes"
|
||||
SRCNAM="Moka_by_rent0n86"
|
||||
VERSION=${VERSION:-0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
@ -36,6 +36,8 @@ CWD=$(pwd)
|
|||
|
||||
set -e
|
||||
|
||||
SRCNAM="Moka_by_rent0n86"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
|
@ -47,9 +49,9 @@ chown -R root:root .
|
|||
|
||||
mkdir -p $PKG/usr/share/themes/$PRGNAM
|
||||
mkdir -p $PKG/etc/xdg/{conky,tint2}
|
||||
cp .conkyrc $PKG/etc/xdg/conky
|
||||
cp .conkyrc $PKG/etc/xdg/conky/conkyrc
|
||||
cp tint2rc $PKG/etc/xdg/tint2
|
||||
rm *.jpg
|
||||
rm Screenshot.jpg
|
||||
cp -a gtk-2.0 openbox-3 xfce-notify-4.0 Moka.emerald $PKG/usr/share/themes/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
moka-themes: moka-themes (GTK themes)
|
||||
moka-themes:
|
||||
moka-themes: GTK-2.0 Themes for Openbox, XFCE and Emerald.
|
||||
moka-themes: Moka is an elegant and minimalistic theme suite for your GNU/Linux
|
||||
moka-themes: desktop.
|
||||
moka-themes:
|
||||
moka-themes: Home page: http://rent0n86.deviantart.com/art/Moka-136909912/
|
||||
moka-themes:
|
||||
|
@ -16,4 +17,3 @@ moka-themes:
|
|||
moka-themes:
|
||||
moka-themes:
|
||||
moka-themes:
|
||||
moka-themes:
|
||||
|
|
Loading…
Reference in a new issue