summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Michael Pratt <hi@michael-pratt.com>2016-08-24 06:40:16 +0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:40 +0100
commite81d618c0cc2749ecd1353173dc0a0266704c820 (patch)
treeacabfd197e366d93bcda8d95f21ff0e540646905 /desktop
parentb2e40478811ca6dc9bcc9f2f11fa8438c0cf0052 (diff)
downloadslackbuilds-e81d618c0cc2749ecd1353173dc0a0266704c820.tar.gz
slackbuilds-e81d618c0cc2749ecd1353173dc0a0266704c820.tar.xz
desktop/ambiance-radiance-flat-colors-gtk-theme: Added (gtk theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/ambiance-radiance-flat-colors-gtk-theme/README4
-rw-r--r--desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.SlackBuild61
-rw-r--r--desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.info11
-rw-r--r--desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh13
-rw-r--r--desktop/ambiance-radiance-flat-colors-gtk-theme/slack-desc19
5 files changed, 108 insertions, 0 deletions
diff --git a/desktop/ambiance-radiance-flat-colors-gtk-theme/README b/desktop/ambiance-radiance-flat-colors-gtk-theme/README
new file mode 100644
index 0000000000..c9d7d4a8b4
--- /dev/null
+++ b/desktop/ambiance-radiance-flat-colors-gtk-theme/README
@@ -0,0 +1,4 @@
+Ambiance & Radiance Flat is a Modern, Beautiful and Vivid Re-imagination of
+the Ambiance & Radiance Color GTK 2/3 Themes. It features a Modern, Clean And "Flat"
+look in your choice of 13 vibrant colors. Despite it's name it is a completely new theme.
+Not just a simple mod of Ambiance. (We wish it was that easy. But we redesigned lots of things.)
diff --git a/desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.SlackBuild b/desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.SlackBuild
new file mode 100644
index 0000000000..e82e873a58
--- /dev/null
+++ b/desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.SlackBuild
@@ -0,0 +1,61 @@
+#!/bin/sh
+# Slackware build script for Ambiance Radiance Flat Colors GTK Theme
+# Written by Michael Pratt <me@michael-pratt.com>
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+PRGNAM=ambiance-radiance-flat-colors-gtk-theme
+PRGNAMTAR=Ambiance&Radiance-Flat-Colors-16-04-1-LTS-GTK-3-18Theme.tar.gz
+PRGNAMGOOGLE=0B7iDWdwgu9QATV96bTVUSktlXzQ
+VERSION=${VERSION:-16.04.1}
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
+ARCH=noarch
+
+CWD=$(pwd)
+TMP=${TMP:-/tmp/SBo}
+PKG=$TMP/package-$PRGNAM
+OUTPUT=${OUTPUT:-/tmp}
+
+rm -rf $PKG
+[ -f "$CWD/$PRGNAMTAR" ] && mv "$CWD/$PRGNAMTAR" "$CWD/$PRGNAM-$VERSION.tar.gz"
+[ -f "$CWD/$PRGNAMGOOGLE" ] && mv "$CWD/$PRGNAMGOOGLE" "$CWD/$PRGNAM-$VERSION.tar.gz"
+mkdir -p $TMP $PKG $OUTPUT $TMP/$PRGNAM-$VERSION
+cd $TMP/$PRGNAM-$VERSION
+tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz
+chown -R root:root .
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
+mkdir -p $PKG/usr/share/themes
+cp -r * $PKG/usr/share/themes
+rm -rf $PKG/usr/share/themes/README-Manual.txt
+
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
+
+cd $PKG
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.info b/desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.info
new file mode 100644
index 0000000000..bd169e3c1a
--- /dev/null
+++ b/desktop/ambiance-radiance-flat-colors-gtk-theme/ambiance-radiance-flat-colors-gtk-theme.info
@@ -0,0 +1,11 @@
+PRGNAM="ambiance-radiance-flat-colors-gtk-theme"
+VERSION="16.04.1"
+HOMEPAGE="http://www.ravefinity.com/p/download-ambiance-radiance-flat-colors.html"
+DOWNLOAD="https://googledrive.com/host/0B7iDWdwgu9QATV96bTVUSktlXzQ"
+DOWNLOAD_ORIGINAL="https://drive.google.com/file/d/0B7iDWdwgu9QATV96bTVUSktlXzQ/"
+MD5SUM="ae8a4c0212f3b186ba190406bc2bdb3a"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES="murrine"
+MAINTAINER="Michael Pratt"
+EMAIL="hi@michael-pratt.com"
diff --git a/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh b/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh
@@ -0,0 +1,13 @@
+if [ -x /usr/bin/update-desktop-database ]; 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
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
diff --git a/desktop/ambiance-radiance-flat-colors-gtk-theme/slack-desc b/desktop/ambiance-radiance-flat-colors-gtk-theme/slack-desc
new file mode 100644
index 0000000000..3b3b120c7f
--- /dev/null
+++ b/desktop/ambiance-radiance-flat-colors-gtk-theme/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+ambiance-radiance-flat-colors-gtk-theme: ambiance-radiance-flat-colors-gtk-theme (gtk theme)
+ambiance-radiance-flat-colors-gtk-theme:
+ambiance-radiance-flat-colors-gtk-theme: Ambiance & Radiance Flat is a Modern, Beautiful re-imagination of
+ambiance-radiance-flat-colors-gtk-theme: the Ambiance & Radiance Color GTK 2/3 Themes. It features a Modern,
+ambiance-radiance-flat-colors-gtk-theme: Clean And "Flat" look in your choice of 13 vibrant colors.
+ambiance-radiance-flat-colors-gtk-theme:
+ambiance-radiance-flat-colors-gtk-theme:
+ambiance-radiance-flat-colors-gtk-theme:
+ambiance-radiance-flat-colors-gtk-theme: http://ravefinity.com/p/download-ambiance-radiance-flat-colors.html
+ambiance-radiance-flat-colors-gtk-theme:
+ambiance-radiance-flat-colors-gtk-theme: