summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:30 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:30 +0200
commit107809f21f2f451d71ac61a4bbcbe26277e11698 (patch)
tree3812dda1184af05ac8b5dc5f80b32979d8aab6fa /desktop
parent36042a3da6c516f3128aa3b84836dffe9cd36636 (diff)
downloadslackbuilds-107809f21f2f451d71ac61a4bbcbe26277e11698.tar.gz
slackbuilds-107809f21f2f451d71ac61a4bbcbe26277e11698.tar.xz
desktop/furiusisomount: Removed from 13.0 repository
Diffstat (limited to 'desktop')
-rw-r--r--desktop/furiusisomount/README4
-rw-r--r--desktop/furiusisomount/doinst.sh4
-rw-r--r--desktop/furiusisomount/furiusisomount.SlackBuild64
-rw-r--r--desktop/furiusisomount/furiusisomount.desktop10
-rw-r--r--desktop/furiusisomount/furiusisomount.info8
-rw-r--r--desktop/furiusisomount/slack-desc11
6 files changed, 0 insertions, 101 deletions
diff --git a/desktop/furiusisomount/README b/desktop/furiusisomount/README
deleted file mode 100644
index 243b59bd4b..0000000000
--- a/desktop/furiusisomount/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Furius ISO Mount is a simple Gtk+ Interface to Mount ISO, IMG,
-BIN, MDF and NRG Image files without burning to disk.
-
-Requires Mono and GTK-Sharp, available at SlackBuilds.org
diff --git a/desktop/furiusisomount/doinst.sh b/desktop/furiusisomount/doinst.sh
deleted file mode 100644
index 6002ab3e43..0000000000
--- a/desktop/furiusisomount/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database &> /dev/null
-fi
-
diff --git a/desktop/furiusisomount/furiusisomount.SlackBuild b/desktop/furiusisomount/furiusisomount.SlackBuild
deleted file mode 100644
index 75922dd6f1..0000000000
--- a/desktop/furiusisomount/furiusisomount.SlackBuild
+++ /dev/null
@@ -1,64 +0,0 @@
-#!/bin/sh -eu
-
-# Slackware build script for Furius ISO Mount
-# Written by Erik Hanson erik@slackbuilds.org
-
-PRGNAM=furiusisomount
-VERSION=0.9.0.2
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-L10N="de-DE cs-CZ es-ES pl-PL"
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --mandir=/usr/man \
- --disable-static
-
-make
-
-# Manual install
-mkdir -p $PKG/usr/{bin,lib/furiusisomount,share/applications}
-install -m 0755 FuriusIsoMount/bin/Debug/FuriusIsoMount.exe $PKG/usr/lib/furiusisomount/
-install -m 0755 FuriusIsoMount/bin/Debug/furiusisomount $PKG/usr/bin/
-install -m 0644 $CWD/furiusisomount.desktop $PKG/usr/share/applications/
-
-for lang in $L10N ; do
- mkdir -p $PKG/usr/lib/furiusisomount/$lang
- install -m 0644 FuriusIsoMount/$lang/FuriusIsoMount.resources.dll $PKG/usr/lib/furiusisomount/$lang/
-done
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a FuriusIsoMount/gpl.txt $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.tgz
diff --git a/desktop/furiusisomount/furiusisomount.desktop b/desktop/furiusisomount/furiusisomount.desktop
deleted file mode 100644
index 7c6e920682..0000000000
--- a/desktop/furiusisomount/furiusisomount.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=Furius ISO Mount
-Type=Application
-Exec=furiusisomount
-Terminal=false
-GenericName[en_GB]=
-Icon=gtk-cdrom
-Categories=System;
-GenericName=Furius ISO Mount
diff --git a/desktop/furiusisomount/furiusisomount.info b/desktop/furiusisomount/furiusisomount.info
deleted file mode 100644
index 4ca3873bdf..0000000000
--- a/desktop/furiusisomount/furiusisomount.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="furiusisomount"
-VERSION="0.9.0.2"
-HOMEPAGE="https://launchpad.net/furiusisomount/"
-DOWNLOAD="http://launchpad.net/furiusisomount/mono/0.9.0.2/+download/furiusisomount-0.9.0.2.tar.gz"
-MD5SUM="931d57650458e76f14e02307b32856e1"
-MAINTAINER="Erik Hanson"
-EMAIL="erik@slackbuilds.org"
-APPROVED="dsomero"
diff --git a/desktop/furiusisomount/slack-desc b/desktop/furiusisomount/slack-desc
deleted file mode 100644
index da0745c920..0000000000
--- a/desktop/furiusisomount/slack-desc
+++ /dev/null
@@ -1,11 +0,0 @@
-furiusisomount: Furius ISO Mount (Simple Gtk+ Interface to Mount ISO Images)
-furiusisomount:
-furiusisomount: Furius ISO Mount is a simple Gtk+ Interface to Mount ISO, IMG,
-furiusisomount: BIN, MDF and NRG Image files without burning to disk.
-furiusisomount:
-furiusisomount:
-furiusisomount:
-furiusisomount:
-furiusisomount:
-furiusisomount: https://launchpad.net/furiusisomount/
-furiusisomount: