diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-06 15:44:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:38:01 +0700 |
commit | cc8b3ecc927ab32f537332c500d814b357554d65 (patch) | |
tree | 709e2fee671a671a59163e5a6b67277fca1abe52 /graphics | |
parent | 68976e2a499b66a9cefae45fbaccdea6ba57b4fd (diff) | |
download | slackbuilds-cc8b3ecc927ab32f537332c500d814b357554d65.tar.gz |
graphics/yesplz: Removed (No longer maintained).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yesplz/README | 31 | ||||
-rw-r--r-- | graphics/yesplz/slack-desc | 19 | ||||
-rw-r--r-- | graphics/yesplz/yesplz.SlackBuild | 89 | ||||
-rw-r--r-- | graphics/yesplz/yesplz.info | 10 |
4 files changed, 0 insertions, 149 deletions
diff --git a/graphics/yesplz/README b/graphics/yesplz/README deleted file mode 100644 index 6a469515aa..0000000000 --- a/graphics/yesplz/README +++ /dev/null @@ -1,31 +0,0 @@ -WELCOME to the yesplz SlackBuild README file! Here is some ascii pr0n: - - - .======================. - || || - || $ unixp0rn?? || - || $ __yesplz!!! || - |! !| - `----o------------o----' - / +++++++++++++++++++ // - / +++++++++++++++++++ // - / +++++++++++++++++++ // - [=======================] - - "unixporn.github.io is not porn, it's unix!" - - -It's a site to post gratuitous screenshots of your desktop so you can -become popular among your friends, or have a place to gawk at cool Linux -desktops when you're stuck at work staring at $OTHER OS. yesplz is a -command line utility written by sigFLUP that will take a screenshot, tag -your photo, log into unixporn.github.io, post the picture to your photo album, -and return an ascii bunny on success. - -In order for it to work, you must have an account at unixporn.github.io but -that is free and you can enter nothing but fake information into it. - -Then simply run yesplz --help to see the possible tags and instructions -for yesplz. - -Enjoy! diff --git a/graphics/yesplz/slack-desc b/graphics/yesplz/slack-desc deleted file mode 100644 index 022ba22ee7..0000000000 --- a/graphics/yesplz/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------------------------------------------------------| -yesplz: yesplz (screenshot and upload tool) -yesplz: -yesplz: yesplz is sigFLUP's unixporn cli screenshot and upload tool. -yesplz: If you have an account on unixporn.github.io you can use yesplz to -yesplz: take, tag, and upload a screenshot of your desktop and add it to an -yesplz: album on unixporn.github.io, a website for gratuitous *nix desktop -yesplz: screenshots. -yesplz: -yesplz: -yesplz: -yesplz: diff --git a/graphics/yesplz/yesplz.SlackBuild b/graphics/yesplz/yesplz.SlackBuild deleted file mode 100644 index b1c4dc32fc..0000000000 --- a/graphics/yesplz/yesplz.SlackBuild +++ /dev/null @@ -1,89 +0,0 @@ -#!/bin/bash - -# Slackware build script for sigFLUP's yesplz -# -# this SlackBuild maintained by Klaatu at member.fsf.org -# -# but hey lets face it, rworkman and the slackbuilds posse are -# the people who really make this stuff happen - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=yesplz -VERSION=${VERSION:-06112016} -COMMITVER=7342e1c686e6674e6ad9f7d21f01bae27c240b71 -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" - elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" - else - SLKCFLAGS="-02" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$COMMITVER -unzip $CWD/$PRGNAM-$COMMITVER.zip -cd $PRGNAM-$COMMITVER -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --program-prefix="" \ - --build=$ARCH-slackware-linux - -## make install is broken and installs the file to the build system. -make yesplz - -install -D -m0755 -s $PRGNAM $PKG/usr/bin/$PRGNAM - -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 diff --git a/graphics/yesplz/yesplz.info b/graphics/yesplz/yesplz.info deleted file mode 100644 index 338ad62a28..0000000000 --- a/graphics/yesplz/yesplz.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="yesplz" -VERSION="06112016" -HOMEPAGE="https://github.com/sigflup/yesplz" -DOWNLOAD="https://github.com/sigflup/yesplz/archive/7342e1c686e6674e6ad9f7d21f01bae27c240b71/yesplz-7342e1c686e6674e6ad9f7d21f01bae27c240b71.zip" -MD5SUM="ac15fc81efc8569413d86822c0b67b5f" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Klaatu" -EMAIL="klaatu@member.fsf.org" |