summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/comix/README6
-rw-r--r--graphics/comix/comix.SlackBuild48
-rw-r--r--graphics/comix/comix.info10
-rw-r--r--graphics/comix/doinst.sh9
-rw-r--r--graphics/comix/slack-desc19
5 files changed, 0 insertions, 92 deletions
diff --git a/graphics/comix/README b/graphics/comix/README
deleted file mode 100644
index 2ea1e356f3..0000000000
--- a/graphics/comix/README
+++ /dev/null
@@ -1,6 +0,0 @@
-comix (Viewer for archived images)
-
-Cartoons are, most of the time, archived. comix opens an archive file
-and displays images in it, removing the need to decompress comicbook
-files. It reads images in zip, rar, or tar(gzip or bzip2) archives.
-It is written in Python and uses GTK+ through the PyGTK bindings.
diff --git a/graphics/comix/comix.SlackBuild b/graphics/comix/comix.SlackBuild
deleted file mode 100644
index c274e37930..0000000000
--- a/graphics/comix/comix.SlackBuild
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for comix
-
-# Written by crocket (crockabiscuit@gmail.com)
-
-PRGNAM=comix
-VERSION=${VERSION:-4.0.4}
-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 -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 {} \;
-
-mkdir -p $PKG/usr
-python install.py install --dir=$PKG/usr --no-mime
-
-mv $PKG/usr/share/man $PKG/usr
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING README ChangeLog $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/graphics/comix/comix.info b/graphics/comix/comix.info
deleted file mode 100644
index 628d599540..0000000000
--- a/graphics/comix/comix.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="comix"
-VERSION="4.0.4"
-HOMEPAGE="http://comix.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/comix/comix-4.0.4.tar.gz"
-MD5SUM="029227a77b122f7080ee0280d41bee78"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="unrar"
-MAINTAINER="Ozan Türkyılmaz"
-EMAIL="ozan.turkyilmaz@gmail.com"
diff --git a/graphics/comix/doinst.sh b/graphics/comix/doinst.sh
deleted file mode 100644
index 3e5691a052..0000000000
--- a/graphics/comix/doinst.sh
+++ /dev/null
@@ -1,9 +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 [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
diff --git a/graphics/comix/slack-desc b/graphics/comix/slack-desc
deleted file mode 100644
index d81debbdf7..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 ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-comix: comix (Viewer for archived images)
-comix:
-comix: Cartoons are, most of the time, archived.
-comix: comix opens an archive file and displays images in it, removing
-comix: the need to decompress comicbook files.
-comix: It reads images in zip, rar, or tar(gzip or bzip2) archives.
-comix: It is written in Python and uses GTK+ through the PyGTK bindings.
-comix:
-comix: Website : http://comix.sourceforge.net/
-comix:
-comix: