From 3bb57f25f2ee1be297d6fa21dc005f0bb112966f Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Sun, 8 Apr 2012 11:05:18 -0400 Subject: desktop/thunar-sendto-clamtk: Added (A clamtk plugin for Thunar) Signed-off-by: dsomero --- desktop/thunar-sendto-clamtk/README | 3 + desktop/thunar-sendto-clamtk/doinst.sh | 3 + desktop/thunar-sendto-clamtk/slack-desc | 19 +++++++ .../thunar-sendto-clamtk.SlackBuild | 66 ++++++++++++++++++++++ .../thunar-sendto-clamtk/thunar-sendto-clamtk.info | 10 ++++ 5 files changed, 101 insertions(+) create mode 100644 desktop/thunar-sendto-clamtk/README create mode 100644 desktop/thunar-sendto-clamtk/doinst.sh create mode 100644 desktop/thunar-sendto-clamtk/slack-desc create mode 100644 desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild create mode 100644 desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info (limited to 'desktop/thunar-sendto-clamtk') diff --git a/desktop/thunar-sendto-clamtk/README b/desktop/thunar-sendto-clamtk/README new file mode 100644 index 0000000000..1c3573f85d --- /dev/null +++ b/desktop/thunar-sendto-clamtk/README @@ -0,0 +1,3 @@ +A simple plugin to allow right-click scanning with clamtk in Thunar. + +This requires clamtk. diff --git a/desktop/thunar-sendto-clamtk/doinst.sh b/desktop/thunar-sendto-clamtk/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/desktop/thunar-sendto-clamtk/doinst.sh @@ -0,0 +1,3 @@ +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/desktop/thunar-sendto-clamtk/slack-desc b/desktop/thunar-sendto-clamtk/slack-desc new file mode 100644 index 0000000000..3c56134b25 --- /dev/null +++ b/desktop/thunar-sendto-clamtk/slack-desc @@ -0,0 +1,19 @@ +# 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------------------------------------------------------| +thunar-sendto-clamtk: thunar-sendto-clamtk (A clamtk plugin for Thunar) +thunar-sendto-clamtk: +thunar-sendto-clamtk: A simple plugin to allow right-click scanning in Thunar. +thunar-sendto-clamtk: +thunar-sendto-clamtk: +thunar-sendto-clamtk: +thunar-sendto-clamtk: +thunar-sendto-clamtk: +thunar-sendto-clamtk: +thunar-sendto-clamtk: +thunar-sendto-clamtk: diff --git a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild new file mode 100644 index 0000000000..3cc151d2ea --- /dev/null +++ b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild @@ -0,0 +1,66 @@ +#!/bin/sh + +# Slackware build script for thunar-sendto-clamtk + +# Copyright 2012 Petar Petrov, ppetrov@paju.oulu.fi +# 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. + +PRGNAM=thunar-sendto-clamtk +VERSION=${VERSION:-0.02} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +ARCH=noarch + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -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 {} \; + +install -D -m644 $PRGNAM.desktop $PKG/usr/share/Thunar/sendto/$PRGNAM.desktop +install -D -m644 $PRGNAM.1.gz $PKG/usr/man/man1/$PRGNAM.1.gz + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + CHANGES DISCLAIMER LICENSE 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:-tgz} diff --git a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info new file mode 100644 index 0000000000..88a85d40c9 --- /dev/null +++ b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info @@ -0,0 +1,10 @@ +PRGNAM="thunar-sendto-clamtk" +VERSION="0.02" +HOMEPAGE="http://clamtk.sourceforge.net/" +DOWNLOAD="http://clamtk.sourceforge.net/thunar-sendto-clamtk/0.02/thunar-sendto-clamtk-0.02.tar.gz" +MD5SUM="28ccf088e01b1231f25be37154989b63" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Petar Petrov" +EMAIL="ppetrov@paju.oulu.fi" +APPROVED="dsomero" -- cgit v1.2.3