summaryrefslogtreecommitdiffstats
path: root/desktop/LX-Colors-themes
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/LX-Colors-themes')
-rw-r--r--desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild63
-rw-r--r--desktop/LX-Colors-themes/LX-Colors-themes.info12
-rw-r--r--desktop/LX-Colors-themes/README33
-rw-r--r--desktop/LX-Colors-themes/doinst.sh9
-rw-r--r--desktop/LX-Colors-themes/slack-desc19
5 files changed, 0 insertions, 136 deletions
diff --git a/desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild b/desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild
deleted file mode 100644
index af8cf562a8..0000000000
--- a/desktop/LX-Colors-themes/LX-Colors-themes.SlackBuild
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh
-#
-# Slackware build script for LX-Colors-themes.
-#
-# Copyright 2015-2020 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:-3}
-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
-for file in $CWD/*.tar.bz2; do tar xvf $file -C $PRGNAM-$VERSION; done
-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
deleted file mode 100644
index d27d5f4824..0000000000
--- a/desktop/LX-Colors-themes/LX-Colors-themes.info
+++ /dev/null
@@ -1,12 +0,0 @@
-PRGNAM="LX-Colors-themes"
-VERSION="20150908"
-HOMEPAGE="https://www.box-look.org/p/1107240/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/desktop/LX-Colors-themes/LX-Colors-by-color.tar.bz2 \
- http://slackware.uk/sbosrcarch/by-name/desktop/LX-Colors-themes/LX-Colors-by-style.tar.bz2"
-MD5SUM="4f6f2f9124f7d346d5f9eab5727662c7 \
- a750352fc79bc01bd3a2dc8ea8b58da9"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="orphaned - no maintainer"
-EMAIL="nobody@nowhere"
diff --git a/desktop/LX-Colors-themes/README b/desktop/LX-Colors-themes/README
deleted file mode 100644
index 310a0efe9b..0000000000
--- a/desktop/LX-Colors-themes/README
+++ /dev/null
@@ -1,33 +0,0 @@
-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.
diff --git a/desktop/LX-Colors-themes/doinst.sh b/desktop/LX-Colors-themes/doinst.sh
deleted file mode 100644
index 65c7e2eeb9..0000000000
--- a/desktop/LX-Colors-themes/doinst.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-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 -f 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
deleted file mode 100644
index a5564c251b..0000000000
--- a/desktop/LX-Colors-themes/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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: https://www.box-look.org/p/1107240/
-LX-Colors-themes:
-LX-Colors-themes:
-LX-Colors-themes:
-LX-Colors-themes: