From 1b35ee705d970f7f65a8c67a1bbede55fc781546 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Thu, 13 May 2010 00:58:17 +0200 Subject: graphics/fotowall: Added to 13.0 repository --- graphics/fotowall/README | 4 ++ graphics/fotowall/doinst.sh | 4 ++ graphics/fotowall/fotowall.SlackBuild | 77 +++++++++++++++++++++++++++++++++++ graphics/fotowall/fotowall.info | 10 +++++ graphics/fotowall/slack-desc | 19 +++++++++ 5 files changed, 114 insertions(+) create mode 100644 graphics/fotowall/README create mode 100644 graphics/fotowall/doinst.sh create mode 100644 graphics/fotowall/fotowall.SlackBuild create mode 100644 graphics/fotowall/fotowall.info create mode 100644 graphics/fotowall/slack-desc (limited to 'graphics') diff --git a/graphics/fotowall/README b/graphics/fotowall/README new file mode 100644 index 0000000000..0f3a4db396 --- /dev/null +++ b/graphics/fotowall/README @@ -0,0 +1,4 @@ +FotoWall is a creative tool that allows you to layout your photos or +pictures in a personal way. You can add pictures, then resize, move, +change colors, text, shadows, etc. to create your composition or collage. +The focus of this application is on simplicity. diff --git a/graphics/fotowall/doinst.sh b/graphics/fotowall/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/graphics/fotowall/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + diff --git a/graphics/fotowall/fotowall.SlackBuild b/graphics/fotowall/fotowall.SlackBuild new file mode 100644 index 0000000000..890ec20b6f --- /dev/null +++ b/graphics/fotowall/fotowall.SlackBuild @@ -0,0 +1,77 @@ +#!/bin/sh + +# Slackware build script for fotowall + +# Written by Larry Hajali + +SRCNAM=Fotowall +PRGNAM=fotowall +VERSION=${VERSION:-0.9} +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 +cd $SRCNAM-$VERSION +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -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 {} \; + +# Fix man page location. +sed -i 's|share/man|man|' $PRGNAM.pro + +qmake -unix -o Makefile $PRGNAM.pro +make \ + CFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)" \ + CXXFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)" +make install INSTALL_ROOT=$PKG + +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null +) + +( cd $PKG/usr/man + find . -type f -exec gzip -9 {} \; + for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + GPL_V2 README.markdown \ + $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/fotowall/fotowall.info b/graphics/fotowall/fotowall.info new file mode 100644 index 0000000000..5acf87f0c2 --- /dev/null +++ b/graphics/fotowall/fotowall.info @@ -0,0 +1,10 @@ +PRGNAM="fotowall" +VERSION="0.9" +HOMEPAGE="http://www.enricoros.com/opensource/fotowall/" +DOWNLOAD="http://fotowall.googlecode.com/files/Fotowall-0.9.tar.bz2" +MD5SUM="142ef697332e0777c6d22c5bc96cc438" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Larry Hajali" +EMAIL="larryhaja[at]gmail[dot]com" +APPROVED="dsomero" diff --git a/graphics/fotowall/slack-desc b/graphics/fotowall/slack-desc new file mode 100644 index 0000000000..21348d5edf --- /dev/null +++ b/graphics/fotowall/slack-desc @@ -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------------------------------------------------------| +fotowall: fotowall (creative tool that allows you to layout your photos) +fotowall: +fotowall: FotoWall is a creative tool that allows you to layout your photos or +fotowall: pictures in a personal way. You can add pictues, then resize, move, +fotowall: change colors, text, shadows, etc. to create your composition or +fotowall: collage. The focus of this application is on simplicity. +fotowall: +fotowall: Homepage: http://www.enricoros.com/opensource/fotowall/ +fotowall: +fotowall: +fotowall: -- cgit v1.2.3