From 1fef6baa5eeaad1bffd965d8074a8a3022da0dda Mon Sep 17 00:00:00 2001 From: Wayne Cuddy Date: Fri, 14 Oct 2022 04:45:13 +0100 Subject: graphics/draw.io: Removed (renamed drawio). Signed-off-by: Willy Sudiarto Raharjo --- graphics/draw.io/README | 4 -- graphics/draw.io/draw.io.SlackBuild | 79 ------------------------------------- graphics/draw.io/draw.io.info | 10 ----- graphics/draw.io/slack-desc | 19 --------- 4 files changed, 112 deletions(-) delete mode 100644 graphics/draw.io/README delete mode 100644 graphics/draw.io/draw.io.SlackBuild delete mode 100644 graphics/draw.io/draw.io.info delete mode 100644 graphics/draw.io/slack-desc diff --git a/graphics/draw.io/README b/graphics/draw.io/README deleted file mode 100644 index b752fd5a7604..000000000000 --- a/graphics/draw.io/README +++ /dev/null @@ -1,4 +0,0 @@ -High quality drawing, flowchart and presentation editor. - -This script builds a Slackware package from the prebuilt draw.io RPM -package. diff --git a/graphics/draw.io/draw.io.SlackBuild b/graphics/draw.io/draw.io.SlackBuild deleted file mode 100644 index 71d5e72fa757..000000000000 --- a/graphics/draw.io/draw.io.SlackBuild +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/bash - -# Slackware build script for draw.io - -# Copyright 2018 Wayne Cuddy, Virginia, USA -# 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. - -# -# 2019/12/22 - Updated to upstream V12.4.2 -# 2019/09/08 - Updated to upstream V11.2.5 -# - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=draw.io -VERSION=${VERSION:-12.4.2} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -# 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} -ARCH=x86_64 - -case "$(uname -m)" in - $ARCH) ;; - *) - echo "$PRGNAM package only supported on the x86_64 architecture" >&2 - exit 1 - ;; -esac - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $PKG - -rpm2cpio $CWD/$PRGNAM-$ARCH-$VERSION.rpm | cpio -vdium - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cp opt/draw.io/LICENSES.chromium.html $PKG/usr/doc/$PRGNAM-$VERSION -cp opt/draw.io/LICENSE.electron.txt $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 diff --git a/graphics/draw.io/draw.io.info b/graphics/draw.io/draw.io.info deleted file mode 100644 index a81d7980c837..000000000000 --- a/graphics/draw.io/draw.io.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="draw.io" -VERSION="12.4.2" -HOMEPAGE="https://www.draw.io" -DOWNLOAD="UNSUPPORTED" -MD5SUM="" -DOWNLOAD_x86_64="https://github.com/jgraph/drawio-desktop/releases/download/v12.4.2/draw.io-x86_64-12.4.2.rpm" -MD5SUM_x86_64="5fc8ed1133e38e4179ee2ad3442e9659" -REQUIRES="" -MAINTAINER="Wayne Cuddy" -EMAIL="wcuddy@gmail.com" diff --git a/graphics/draw.io/slack-desc b/graphics/draw.io/slack-desc deleted file mode 100644 index e7f9df28df1f..000000000000 --- a/graphics/draw.io/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------------------------------------------------------| -draw.io: draw.io (powerful diagram editor) -draw.io: -draw.io: Easy to use diagram editor that can create flowcharts, process -draw.io: diagrams, org charts, UML, ER diagrams, network diagrams and much -draw.io: more. -draw.io: -draw.io: Supports on-line integration with Google Drive, GitHub, Dropbox, -draw.io: OneDrive and Trello. Supports exporting diagrams to several popular -draw.io: formats. Can be used online at https://www.draw.io or offline using -draw.io: this package. -draw.io: -- cgit v1.2.3