summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-08 11:29:17 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:20:55 -0500
commit20cf8c5c2e94d5af120d2dde5c2929950ef130ce (patch)
tree4d3a5fc75724d256027c1c70528b0462bfc5728e /desktop
parentdf542eb7b9de4753dbb1937762fa4901e5c01793 (diff)
downloadslackbuilds-20cf8c5c2e94d5af120d2dde5c2929950ef130ce.tar.gz
desktop/elementary-xfce: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/elementary-xfce/README5
-rw-r--r--desktop/elementary-xfce/elementary-xfce.SlackBuild77
-rw-r--r--desktop/elementary-xfce/elementary-xfce.info10
-rw-r--r--desktop/elementary-xfce/slack-desc19
4 files changed, 0 insertions, 111 deletions
diff --git a/desktop/elementary-xfce/README b/desktop/elementary-xfce/README
deleted file mode 100644
index 83dd2c0866..0000000000
--- a/desktop/elementary-xfce/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Elementary-Xfce is an icon theme maintained with Xfce in mind, but it
-supports other desktops as well. It's a fork of the upstream Elementary
-project, which took place because the team decided to drop a lot of
-desktop-specific symlinks. This icon theme is supposed to keep
-everything working.
diff --git a/desktop/elementary-xfce/elementary-xfce.SlackBuild b/desktop/elementary-xfce/elementary-xfce.SlackBuild
deleted file mode 100644
index 09bd3ecf1a..0000000000
--- a/desktop/elementary-xfce/elementary-xfce.SlackBuild
+++ /dev/null
@@ -1,77 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for elementary-xfce
-
-# Written by Niki Kovacs <info@microlinux.fr>
-# Copyright 2018 Andrzej Telszewski, Szczecin
-# 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=elementary-xfce
-VERSION=${VERSION:-0.12}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-ARCH=noarch
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$PRGNAM-$VERSION
-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/icons
-cp -a elementary-xfce{,-dark,-darker,-darkest} $PKG/usr/share/icons
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce
-mv $PKG/usr/share/icons/elementary-xfce/{AUTHORS,CONTRIBUTORS,LICENSE} \
- $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce-dark
-mv $PKG/usr/share/icons/elementary-xfce-dark/{AUTHORS,CONTRIBUTORS,LICENSE} \
- $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce-dark
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce-darker
-mv $PKG/usr/share/icons/elementary-xfce-darker/{AUTHORS,CONTRIBUTORS,LICENSE} \
- $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce-darker
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce-darkest
-mv $PKG/usr/share/icons/elementary-xfce-darkest/{AUTHORS,CONTRIBUTORS,LICENSE} \
- $PKG/usr/doc/$PRGNAM-$VERSION/elementary-xfce-darkest
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.md $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
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/desktop/elementary-xfce/elementary-xfce.info b/desktop/elementary-xfce/elementary-xfce.info
deleted file mode 100644
index 3c933c227f..0000000000
--- a/desktop/elementary-xfce/elementary-xfce.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="elementary-xfce"
-VERSION="0.12"
-HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
-DOWNLOAD="https://github.com/shimmerproject/elementary-xfce/archive/elementary-xfce-0.12/elementary-xfce-elementary-xfce-0.12.tar.gz"
-MD5SUM="1e68d2e02584325419687e8c96b0231e"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Andrzej Telszewski"
-EMAIL="atelszewski@gmail.com"
diff --git a/desktop/elementary-xfce/slack-desc b/desktop/elementary-xfce/slack-desc
deleted file mode 100644
index 2c23b7733c..0000000000
--- a/desktop/elementary-xfce/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------------------------------------------------------|
-elementary-xfce: elementary-xfce (icon theme)
-elementary-xfce:
-elementary-xfce: Elementary-Xfce is an icon theme maintained with Xfce in mind, but it
-elementary-xfce: supports other desktops as well. It's a fork of the upstream
-elementary-xfce: Elementary project, which took place because the team decided to drop
-elementary-xfce: a lot of desktop-specific symlinks. This icon theme is supposed to
-elementary-xfce: keep everything working.
-elementary-xfce:
-elementary-xfce: Homepage: https://github.com/shimmerproject/elementary-xfce
-elementary-xfce:
-elementary-xfce: