summaryrefslogtreecommitdiffstats
path: root/graphics/comix
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:07:44 +0200
committer Heinz Wiesinger2010-05-13 00:07:44 +0200
commitb504de9ef0d6d2d5b62e21652dbca8bf7d33261f (patch)
tree7fddf501aa77b7c72fdf556887d82e8497d5c5d7 /graphics/comix
parent508395000873b07e20738d1c65476aea7825d6a2 (diff)
downloadslackbuilds-b504de9ef0d6d2d5b62e21652dbca8bf7d33261f.tar.gz
graphics/comix: Removed from 13.0 repository
Diffstat (limited to 'graphics/comix')
-rw-r--r--graphics/comix/README9
-rw-r--r--graphics/comix/comix.SlackBuild38
-rw-r--r--graphics/comix/comix.info8
-rw-r--r--graphics/comix/slack-desc19
4 files changed, 0 insertions, 74 deletions
diff --git a/graphics/comix/README b/graphics/comix/README
deleted file mode 100644
index 09d3af8f62..0000000000
--- a/graphics/comix/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Comix - GTK Comic Book Viewer
-
-Comix is a user-friendly, customizable image viewer. It is
-specifically designed to handle comic books, but also serves as a
-generic viewer. It reads images in ZIP, RAR or tar archives (also
-gzip or bzip2 compressed) as well as plain image files. It is written
-in Python and uses GTK+ through the PyGTK bindings.
-
-This requires pil, and unrar is an optional dependency.
diff --git a/graphics/comix/comix.SlackBuild b/graphics/comix/comix.SlackBuild
deleted file mode 100644
index fa8544996b..0000000000
--- a/graphics/comix/comix.SlackBuild
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for comix
-# Written by Brian Reichert <rignes@pobox.com>
-
-PRGNAM=comix
-VERSION=3.6.4
-ARCH=noarch
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-rm -rf $PKG
-mkdir -p $TMP $PKG/usr $OUTPUT
-cd $TMP || exit 1
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
-cd $PRGNAM-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-python install.py install --installdir $PKG/usr --no-mime --no-balloon || exit 1
-
-# Correct manpage location
-mv $PKG/usr/share/man $PKG/usr
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING ChangeLog 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
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/graphics/comix/comix.info b/graphics/comix/comix.info
deleted file mode 100644
index 3401bc7849..0000000000
--- a/graphics/comix/comix.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="comix"
-VERSION="3.6.4"
-HOMEPAGE="http://comix.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/comix/comix-3.6.4.tar.gz"
-MD5SUM="1ece2cde0057abf5913b0f2933d839ab"
-MAINTAINER="Brian Reichert"
-EMAIL="rignes@pobox.com"
-APPROVED="rworkman"
diff --git a/graphics/comix/slack-desc b/graphics/comix/slack-desc
deleted file mode 100644
index e8a3952a42..0000000000
--- a/graphics/comix/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 ':'.
-
- |-----handy-ruler------------------------------------------------------|
-comix: Comix (GTK Comic Book Viewer)
-comix:
-comix: Comix is a user-friendly, customizable image viewer. It is
-comix: specifically designed to handle comic books, but also serves as a
-comix: generic viewer. It reads images in ZIP, RAR or tar archives (also
-comix: gzip or bzip2 compressed) as well as plain image files. It is
-comix: written in Python and uses GTK+ through the PyGTK bindings.
-comix:
-comix: Homepage: http://comix.sourceforge.net
-comix:
-comix: