diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-06-23 20:51:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:45:00 -0500 |
commit | 321afefc9745d28f2b90d9c24d2a6d88ac59ed2b (patch) | |
tree | 1d7fea3089a8337870a46cf2cf8fb663561418a6 | |
parent | eaf30b1679d43cd538910980df1f5f4fa7abb2f7 (diff) | |
download | slackbuilds-321afefc9745d28f2b90d9c24d2a6d88ac59ed2b.tar.gz |
desktop/neofetch: Removed (added to Slackware).
Thanks to sombragris on LQ!
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | desktop/neofetch/README | 8 | ||||
-rw-r--r-- | desktop/neofetch/neofetch.SlackBuild | 60 | ||||
-rw-r--r-- | desktop/neofetch/neofetch.info | 10 | ||||
-rw-r--r-- | desktop/neofetch/slack-desc | 19 |
4 files changed, 0 insertions, 97 deletions
diff --git a/desktop/neofetch/README b/desktop/neofetch/README deleted file mode 100644 index 7064e16d60..0000000000 --- a/desktop/neofetch/README +++ /dev/null @@ -1,8 +0,0 @@ -Neofetch is a CLI system information tool written in BASH. Neofetch -displays information about your system next to an image, your OS logo, -or any ascii file of your choice. The main purpose of neofetch is to be -used in screenshots to show other users what OS/Distro you're running, -what Theme/Icons you're using and etc. - -To see any optional dependencies that you might need, you can view it in -https://github.com/dylanaraps/neofetch/wiki/Dependencies diff --git a/desktop/neofetch/neofetch.SlackBuild b/desktop/neofetch/neofetch.SlackBuild deleted file mode 100644 index 812f0ff8b2..0000000000 --- a/desktop/neofetch/neofetch.SlackBuild +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh - -# Slackware build script for neofetch -# Copyright 2019 Muhammad Herdiansyah, Jakarta -# -# 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=neofetch -VERSION=${VERSION:-7.0.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -ARCH=noarch - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -DOCS="LICENSE.md README.md" - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -cd $PRGNAM-$VERSION -chmod 644 $DOCS - -DESTDIR=$PKG MANDIR=/usr/man make install || exit - -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION - -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/neofetch/neofetch.info b/desktop/neofetch/neofetch.info deleted file mode 100644 index 9e90148dbd..0000000000 --- a/desktop/neofetch/neofetch.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="neofetch" -VERSION="7.0.0" -HOMEPAGE="https://github.com/dylanaraps/neofetch" -DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/7.0.0/neofetch-7.0.0.tar.gz" -MD5SUM="b4e1231561d15be12f334de607c4327e" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Muhammad Herdiansyah" -EMAIL="herdiansyah@netc.eu" diff --git a/desktop/neofetch/slack-desc b/desktop/neofetch/slack-desc deleted file mode 100644 index d9504b847b..0000000000 --- a/desktop/neofetch/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------------------------------------------------------| -neofetch: neofetch (simple system information script) -neofetch: -neofetch: neofetch is a script similar to screenfetch. This script can be used -neofetch: to generate any information about your system, it will auto-detect -neofetch: your system and print it to the terminal next to an image, a distro -neofetch: logo or an ASCII art of your choice. -neofetch: -neofetch: Home page: https://github.com/dylanaraps/neofetch -neofetch: -neofetch: Bugs? Report to: https://github.com/dylanaraps/neofetch/issues -neofetch: |