diff options
-rw-r--r-- | network/kobby/README | 4 | ||||
-rw-r--r-- | network/kobby/doinst.sh | 4 | ||||
-rw-r--r-- | network/kobby/kobby.SlackBuild | 92 | ||||
-rw-r--r-- | network/kobby/kobby.info | 10 | ||||
-rw-r--r-- | network/kobby/slack-desc | 19 |
5 files changed, 0 insertions, 129 deletions
diff --git a/network/kobby/README b/network/kobby/README deleted file mode 100644 index 147678d93d689..0000000000000 --- a/network/kobby/README +++ /dev/null @@ -1,4 +0,0 @@ -kobby is a collaborative editor for KDE similar to gobby. - -Note: the "inifinoted" daemon, required for collaborative sessions, is -included with the libinfinity Slackbuild. diff --git a/network/kobby/doinst.sh b/network/kobby/doinst.sh deleted file mode 100644 index 4e8ba7071dea7..0000000000000 --- a/network/kobby/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - diff --git a/network/kobby/kobby.SlackBuild b/network/kobby/kobby.SlackBuild deleted file mode 100644 index 8304a02553fff..0000000000000 --- a/network/kobby/kobby.SlackBuild +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/bash - -# Slackware build script for kobby, GooseYArd@gmail.com - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=kobby -VERSION=${VERSION:-20110501_2f61f86} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - 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" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -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="-O2" - LIBDIRSUFFIX="" -fi - -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 -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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -# Fix for glib>=2.31 -sed -i "s|/gerror||" kobby/editor/documentbuilder.cpp kobby/editor/connection.h - -mkdir -p build -cd build - cmake \ - -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ - -DMAN_INSTALL_DIR=/usr/man \ - -DCMAKE_BUILD_TYPE=Release .. - make - make install DESTDIR=$PKG -cd .. - -find $PKG | xargs 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 -cp -a \ - AUTHORS COPYING INSTALL README \ - $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 -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/network/kobby/kobby.info b/network/kobby/kobby.info deleted file mode 100644 index f53f5dae2ab83..0000000000000 --- a/network/kobby/kobby.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="kobby" -VERSION="20110501_2f61f86" -HOMEPAGE="https://sites.google.com/site/kobbyeditor/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/kobby-20110501_2f61f86.tar.xz" -MD5SUM="303e67266a9426b59cef945698b3b9ea" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="libqinfinity" -MAINTAINER="Andy Bailey" -EMAIL="GooseYArd@gmail.com" diff --git a/network/kobby/slack-desc b/network/kobby/slack-desc deleted file mode 100644 index c6e6d6446dd8a..0000000000000 --- a/network/kobby/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------------------------------------------------------| -kobby: kobby (collaborative editor) -kobby: -kobby: kobby is a collaborative editor for KDE similar to gobby. -kobby: -kobby: Homepage: https://sites.google.com/site/kobbyeditor/ -kobby: -kobby: -kobby: -kobby: -kobby: -kobby: |