From 2633db3b3bda1d7b8cdd154f7e563472c27a1e61 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Sun, 20 Sep 2015 15:41:17 +0700 Subject: desktop/LX-Colors-themes: Added (GTK2/GTK3/Openbox themes). Signed-off-by: Willy Sudiarto Raharjo --- .../LX-Colors-themes/LX-Colors-themes.SlackBuild | 64 ++++++++++++++++++++++ desktop/LX-Colors-themes/LX-Colors-themes.info | 12 ++++ desktop/LX-Colors-themes/README | 32 +++++++++++ desktop/LX-Colors-themes/doinst.sh | 9 +++ desktop/LX-Colors-themes/slack-desc | 19 +++++++ 5 files changed, 136 insertions(+) create mode 100644 desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild create mode 100644 desktop/LX-Colors-themes/LX-Colors-themes.info create mode 100644 desktop/LX-Colors-themes/README create mode 100644 desktop/LX-Colors-themes/doinst.sh create mode 100644 desktop/LX-Colors-themes/slack-desc (limited to 'desktop') diff --git a/desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild b/desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild new file mode 100644 index 0000000000..354817ecae --- /dev/null +++ b/desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild @@ -0,0 +1,64 @@ +#!/bin/sh +# +# Slackware build script for LX-Colors-themes. +# +# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# 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=LX-Colors-themes +VERSION=${VERSION:-20150908} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +ARCH=noarch + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +THEME1="LX-Colors-by-color" +THEME2="LX-Colors-by-style" + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +mkdir $PRGNAM-$VERSION +tar xvf $CWD/$THEME1.tar.bz2 -C $PRGNAM-$VERSION +tar xvf $CWD/$THEME2.tar.bz2 -C $PRGNAM-$VERSION +cd $PRGNAM-$VERSION +chown -R root:root . + +mkdir -p $PKG/usr/share/themes +mv $THEME1/* $PKG/usr/share/themes +mv $THEME2/* $PKG/usr/share/themes + +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/LX-Colors-themes/LX-Colors-themes.info b/desktop/LX-Colors-themes/LX-Colors-themes.info new file mode 100644 index 0000000000..d79ee56abb --- /dev/null +++ b/desktop/LX-Colors-themes/LX-Colors-themes.info @@ -0,0 +1,12 @@ +PRGNAM="LX-Colors-themes" +VERSION="20150908" +HOMEPAGE="http://box-look.org/content/show.php/LX-Colors?content=171307" +DOWNLOAD="https://copy.com/499YK3JYHbcxzNL3/LX-Colors-by-color.tar.bz2 \ + https://copy.com/2I7HKHcfokaf0Rp8/LX-Colors-by-style.tar.bz2" +MD5SUM="4f6f2f9124f7d346d5f9eab5727662c7 \ + a750352fc79bc01bd3a2dc8ea8b58da9" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Edinaldo P. Silva" +EMAIL="edps.mundognu@gmail.com" diff --git a/desktop/LX-Colors-themes/README b/desktop/LX-Colors-themes/README new file mode 100644 index 0000000000..7bf4d095fb --- /dev/null +++ b/desktop/LX-Colors-themes/README @@ -0,0 +1,32 @@ +LX-Colors-themes (GTK2/GTK3/Openbox themes) + +This is a series of GTK2/GTK3/Openbox themes not only in each of the +official seven Shiki-Colors color schemes, but there are also five +different styles available as well: + + * Light: Kinda like Elementary (just use Elementary or something similar +as your Metacity/Unity/Cinnamon/etc. theme) + + * Mixed: Like the light version, except with dark menus. + + * NeoShiki: A GTK2/3 Shiki-Colors remake. For this style as well as the +two after it, I have also posted a link to the original Shiki-Colors +themes so that you can download the Metacity themes, which I have +designed these themes to seamlessly integrate with. + + * Obsidian: Dark, but with a white base and black text for compatibility +with some websites, plus its also the basis for some of the other color +variations I have in mind that Ill be creating later. + + * PitchDark: A true dark variation. + +In other words, there are 35 themes in all! Moreover, they are available +either sorted by color scheme or by style. The names will be reversed so +that they show up in order by your choice of color or style, but all the +contents are identical. + +As an added bonus, there are some other color variations I have in mind +with these themes, which will be periodically released on here, along +with matching GNOME-Colors-styled icon themes, so stay tuned! + +Optional dependencies: gtk-engines, murrine, gnome-colors. diff --git a/desktop/LX-Colors-themes/doinst.sh b/desktop/LX-Colors-themes/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/desktop/LX-Colors-themes/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/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/LX-Colors-themes/slack-desc b/desktop/LX-Colors-themes/slack-desc new file mode 100644 index 0000000000..dc5ed3ce51 --- /dev/null +++ b/desktop/LX-Colors-themes/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------------------------------------------------------| +LX-Colors-themes: LX-Colors-themes (GTK2/GTK3/Openbox themes) +LX-Colors-themes: +LX-Colors-themes: This is a series of GTK2/GTK3/Openbox themes not only in each of the +LX-Colors-themes: official seven Shiki-Colors color schemes, but there are also five +LX-Colors-themes: different styles available as well. +LX-Colors-themes: +LX-Colors-themes: Home page: http://goo.gl/F2Y7jb +LX-Colors-themes: +LX-Colors-themes: +LX-Colors-themes: +LX-Colors-themes: -- cgit v1.2.3