aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-21 21:07:11 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-21 21:07:11 -0500
commitb904c2e099bd3c371d983b5739304a0c9ff1b8cd (patch)
tree5e8ff4ba78c3587be8bac13688707b4765764af9 /desktop
parent4bf1ad1adcd707de7f0358d0f1242acf1d6134eb (diff)
desktop/faenza-icon-theme: Removed (no maintainer)
Diffstat (limited to 'desktop')
-rw-r--r--desktop/faenza-icon-theme/README8
-rw-r--r--desktop/faenza-icon-theme/doinst.sh13
-rw-r--r--desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild90
-rw-r--r--desktop/faenza-icon-theme/faenza-icon-theme.info10
-rw-r--r--desktop/faenza-icon-theme/slack-desc19
5 files changed, 0 insertions, 140 deletions
diff --git a/desktop/faenza-icon-theme/README b/desktop/faenza-icon-theme/README
deleted file mode 100644
index a6b2e85cfad0b..0000000000000
--- a/desktop/faenza-icon-theme/README
+++ /dev/null
@@ -1,8 +0,0 @@
-Repackaging for Slackware of Faenza icon theme for GNOME and
-XFCE desktop.
-
-Alternate home page for more information on the theme.
-http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-
-If you use emesene, you can choose to install emesene
-theme by invoking the script with EMESENE=yes.
diff --git a/desktop/faenza-icon-theme/doinst.sh b/desktop/faenza-icon-theme/doinst.sh
deleted file mode 100644
index aea0f894eb32b..0000000000000
--- a/desktop/faenza-icon-theme/doinst.sh
+++ /dev/null
@@ -1,13 +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 [ -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 -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
diff --git a/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild b/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
deleted file mode 100644
index 49c1d9b4e8ac8..0000000000000
--- a/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
+++ /dev/null
@@ -1,90 +0,0 @@
-#!/bin/sh
-
-# Slackware Package Build Script for Faenza icon theme
-# Home Page: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-
-# Copyright (c) 2011-2013, Nishant Limbachia, Hoffman Estates, IL, USA
-# <nishant _AT_ mnspace _DOT_ net>
-# 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 script must retain the above copyright notice,
-# this list of conditions and the following disclaimer.
-
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "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 COPYRIGHT OWNER OR
-# CONTRIBUTORS 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="faenza-icon-theme"
-VERSION=${VERSION:-1.3}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-ARCH=noarch ## hardcode ARCH
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-CWD=$(pwd)
-
-set -e
-
-# default is to not install emesene theme, if you need this
-# run the script with EMESENE=yes
-EMESENE=${EMESENE:-no}
-
-rm -fr $TMP/$PRGNAM-$VERSION $PKG
-mkdir -p $TMP $PKG $OUTPUT $TMP/$PRGNAM-$VERSION
-cd $TMP/$PRGNAM-$VERSION
-unzip $CWD/$PRGNAM\_$VERSION.zip
-TARBALLS="Faenza-Ambiance Faenza-Dark Faenza-Darker Faenza-Darkest Faenza-Radiance Faenza"
-
-for i in $TARBALLS; do
- tar -xvf $i.tar.gz
-done
-
-chown -R root:root .
-find . -type f -exec chmod 644 {} \;
-find . -type d -exec chmod 755 {} \;
-
-mkdir -p $PKG/usr/share/icons
-
-cp -a Faenza \
- Faenza-Dark \
- Faenza-Darker \
- Faenza-Darkest \
- Faenza-Ambiance \
- Faenza-Radiance \
- $PKG/usr/share/icons
-
-if [ "$EMESENE" = "yes" ]; then
- tar -xvf emesene-faenza-theme.tar.gz
- cp -a emesene $PKG/usr/share
-fi
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp AUTHORS COPYING ChangeLog README \
- INSTALL UNINSTALL $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
-# 20200407 bkw: decrease build time from 9:43 to 0:24 on my test system.
-find . -type l \
- -printf '( cd %h ; rm -rf %f )\n( cd %h ; ln -sf %l %f )\n' -delete | \
- sed 's,cd \./,cd ,' >> $PKG/install/doinst.sh
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/desktop/faenza-icon-theme/faenza-icon-theme.info b/desktop/faenza-icon-theme/faenza-icon-theme.info
deleted file mode 100644
index 16c713d38bf34..0000000000000
--- a/desktop/faenza-icon-theme/faenza-icon-theme.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="faenza-icon-theme"
-VERSION="1.3"
-HOMEPAGE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/faenza-icon-theme_1.3.zip"
-MD5SUM="e9bd6106d13017ce06d24b586259ae9c"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Nishant Limbachia"
-EMAIL="nishant@mnspace.net"
diff --git a/desktop/faenza-icon-theme/slack-desc b/desktop/faenza-icon-theme/slack-desc
deleted file mode 100644
index ecd59e329cfc5..0000000000000
--- a/desktop/faenza-icon-theme/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------------------------------------------------------|
-faenza-icon-theme: faenza-icon-theme (gnome icon theme)
-faenza-icon-theme:
-faenza-icon-theme: Repackaging of popular Faenza icon theme for Slackware.
-faenza-icon-theme:
-faenza-icon-theme: Home Page: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-faenza-icon-theme:
-faenza-icon-theme:
-faenza-icon-theme:
-faenza-icon-theme:
-faenza-icon-theme:
-faenza-icon-theme: