graphics/comix: Removed (not compatible with python-pillow).

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-05-12 19:21:57 +02:00 committed by Willy Sudiarto Raharjo
parent 3637849e03
commit 19563a16d7
5 changed files with 0 additions and 92 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"

View file

@ -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

View file

@ -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: