graphics/gwenview-i18n: Initial import

This commit is contained in:
Michael Wagner 2010-05-11 14:55:17 +02:00 committed by Michiel van Wessem
parent 08b60b4d77
commit da8470f58e
4 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Gwenview-i18n (Internationalization files for Gwenview)
Gwenview is an image viewer for KDE. This package contains the
internationalization files. For Details on Gwenview, see the
gwenview package, which is also available from slackbuilds.org.

View File

@ -0,0 +1,69 @@
#!/bin/sh
#
# Slackware build script for gwenview-i18n
# All rights reserved (C) 2007 Michael Wagner <lapinours@web.de>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of the <organization> nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY Michael Wagfner ``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 Michael Wagner 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=gwenview-i18n
VERSION=1.4.1
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/opt/kde \
--sysconfdir=/etc \
--localstatedir=/var
|| exit 1
make || exit 1
make install DESTDIR=$PKG || exit 1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/*
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

View File

@ -0,0 +1,8 @@
PRGNAM="gwenview-i18n"
VERSION="1.4.1"
HOMEPAGE="http://gwenview.sourceforge.net"
DOWNLOAD="http://prdownloads.sourceforge.net/gwenview/gwenview-i18n-1.4.1.tar.bz2"
MD5SUM="9a38efa209d7357b3baec1189d366928"
MAINTAINER="Michael Wagner"
EMAIL="lapinours@web.de"
APPROVED="BP{k}"

View File

@ -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 ':'.
|-----handy-ruler------------------------------------------------------|
gwenview-i18n: Gwenview-i18n (Internationalization files for Gwenview)
gwenview-i18n:
gwenview-i18n: Gwenview is an image viewer for KDE. This package contains the
gwenview-i18n: internationalization files. For Details on Gwenview, see the
gwenview-i18n: gwenview package.
gwenview-i18n:
gwenview-i18n: Homepage: http://gwenview.sourceforge.net
gwenview-i18n:
gwenview-i18n:
gwenview-i18n:
gwenview-i18n: