diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-04 06:01:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-05 01:16:17 +0700 |
commit | 1daad87462e799f8efd656dbe39730990e63a769 (patch) | |
tree | 28854099eaf245219a6955152ae4c7c2594c5221 /desktop | |
parent | 68c68b2ba1b3994ddd414e6d1b2524c67ea76c4f (diff) | |
download | slackbuilds-1daad87462e799f8efd656dbe39730990e63a769.tar.gz |
desktop/cryptkeeper: Removed (Abandoned upstream).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/cryptkeeper/README | 1 | ||||
-rw-r--r-- | desktop/cryptkeeper/cryptkeeper.SlackBuild | 105 | ||||
-rw-r--r-- | desktop/cryptkeeper/cryptkeeper.info | 10 | ||||
-rw-r--r-- | desktop/cryptkeeper/doinst.sh | 13 | ||||
-rw-r--r-- | desktop/cryptkeeper/gcc47.patch | 11 | ||||
-rw-r--r-- | desktop/cryptkeeper/slack-desc | 19 |
6 files changed, 0 insertions, 159 deletions
diff --git a/desktop/cryptkeeper/README b/desktop/cryptkeeper/README deleted file mode 100644 index 22e474ff1f..0000000000 --- a/desktop/cryptkeeper/README +++ /dev/null @@ -1 +0,0 @@ -Cryptkeeper is a Linux system tray applet that manages EncFS encrypted folders. diff --git a/desktop/cryptkeeper/cryptkeeper.SlackBuild b/desktop/cryptkeeper/cryptkeeper.SlackBuild deleted file mode 100644 index fc71b13bbe..0000000000 --- a/desktop/cryptkeeper/cryptkeeper.SlackBuild +++ /dev/null @@ -1,105 +0,0 @@ -#!/bin/sh - -# Slackware Package Build Script for cryptkeeper -# Home Page http://tom.noflag.org.uk/cryptkeeper.html - -# Copyright (c) 2010-2011, Nishant Limbachia, Hoffman Estates, IL, USA -# <nishant _AT_ mnspace _DOT_ net> -# All rights reserved. - -# Redistribution and use of this script, with or without modification, is -# permitted pr1ovided that the following conditions are met: - -# 1. Redistributions of script must retain the above copyright notice, -# this list of conditions and the following disclaimer. - -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "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 COPYRIGHT OWNER OR -# CONTRIBUTORS 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="cryptkeeper" -VERSION=${VERSION:-0.9.5} -BUILD=${BUILD:-2} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -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 -fr $TMP/$PRGNAM-$VERSION $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -cd $TMP/$PRGNAM-$VERSION - -chown -R root.root . -find -L . \ -\( -perm 664 -o -perm 666 -o -perm 600 -o -perm 440 -o -perm 444 -o -perm 400 \) \ --exec chmod 644 {} \; -find -L . \ -\( -perm 777 -o -perm 755 -o -perm 711 -o -perm 700 -o -perm 555 -o -perm 511 -o -perm 500 \) \ --exec chmod 755 {} \; - -# Patch for gcc-4.7.x -patch -p1 < $CWD/gcc47.patch - -LDFLAGS="-lX11" \ -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure --prefix=/usr \ ---exec-prefix=/usr \ ---libdir=/usr/lib${LIBDIRSUFFIX} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---mandir=/usr/man \ ---infodir=/usr/info \ ---build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -# copying essential doc files -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS COPYING TODO $PKG/usr/doc/$PRGNAM-$VERSION - -# putting slack-desc and doinst.sh in place -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -# building package -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/cryptkeeper/cryptkeeper.info b/desktop/cryptkeeper/cryptkeeper.info deleted file mode 100644 index d0c74c7b77..0000000000 --- a/desktop/cryptkeeper/cryptkeeper.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="cryptkeeper" -VERSION="0.9.5" -HOMEPAGE="http://tom.noflag.org.uk/cryptkeeper.html" -DOWNLOAD="http://tom.noflag.org.uk/cryptkeeper/cryptkeeper-0.9.5.tar.gz" -MD5SUM="d02918b2058854177d2f59b837c2743f" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="encfs" -MAINTAINER="Nishant Limbachia" -EMAIL="nishant@mnspace.net" diff --git a/desktop/cryptkeeper/doinst.sh b/desktop/cryptkeeper/doinst.sh deleted file mode 100644 index aea0f894eb..0000000000 --- a/desktop/cryptkeeper/doinst.sh +++ /dev/null @@ -1,13 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi diff --git a/desktop/cryptkeeper/gcc47.patch b/desktop/cryptkeeper/gcc47.patch deleted file mode 100644 index 816712f30f..0000000000 --- a/desktop/cryptkeeper/gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur cryptkeeper-0.9.5.orig/src/lsof.cpp cryptkeeper-0.9.5/src/lsof.cpp ---- cryptkeeper-0.9.5.orig/src/lsof.cpp 2009-10-18 13:47:13.000000000 +0200 -+++ cryptkeeper-0.9.5/src/lsof.cpp 2012-09-16 23:00:05.465985217 +0200 -@@ -17,6 +17,7 @@ - */ - #include <stdlib.h> - #include <stdio.h> -+#include <unistd.h> - #include <string> - #include <vector> - #include <assert.h> diff --git a/desktop/cryptkeeper/slack-desc b/desktop/cryptkeeper/slack-desc deleted file mode 100644 index 24a6116431..0000000000 --- a/desktop/cryptkeeper/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------------------------------------------------------| -cryptkeeper: cryptkeeper (system tray applet for encfs) -cryptkeeper: -cryptkeeper: Cryptkeeper is a Linux system tray applet that manages EncFS -cryptkeeper: encrypted folders. -cryptkeeper: -cryptkeeper: -cryptkeeper: -cryptkeeper: -cryptkeeper: Home Page: http://tom.noflag.org.uk/cryptkeeper.html -cryptkeeper: Packaged by: Nishant Limbachia <nishant@mnspace.net> -cryptkeeper: |