From 9fadc18804c76031978859d3b563bc474acee216 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sun, 6 Nov 2011 10:41:08 -0200 Subject: graphics/fotowall: New maintainer. Signed-off-by: Niels Horn --- graphics/fotowall/fotowall.SlackBuild | 10 ++++------ graphics/fotowall/fotowall.info | 6 +++--- graphics/fotowall/slack-desc | 4 ++-- 3 files changed, 9 insertions(+), 11 deletions(-) (limited to 'graphics') diff --git a/graphics/fotowall/fotowall.SlackBuild b/graphics/fotowall/fotowall.SlackBuild index 1dd1fa1bc9..387eccea94 100644 --- a/graphics/fotowall/fotowall.SlackBuild +++ b/graphics/fotowall/fotowall.SlackBuild @@ -1,8 +1,10 @@ #!/bin/sh # Slackware build script for fotowall +# Home Page http://www.enricoros.com/opensource/fotowall/ # Written by Larry Hajali +# New Maintainer - Nishant Limbachia - 11/04/2011 SRCNAM=Fotowall PRGNAM=fotowall @@ -10,12 +12,10 @@ VERSION=${VERSION:-0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -66,10 +66,8 @@ make install INSTALL_ROOT=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( 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 -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/graphics/fotowall/fotowall.info b/graphics/fotowall/fotowall.info index 5acf87f0c2..8980f2d37c 100644 --- a/graphics/fotowall/fotowall.info +++ b/graphics/fotowall/fotowall.info @@ -5,6 +5,6 @@ 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" +MAINTAINER="Nishant Limbachia" +EMAIL="nishant@mnspace.net" +APPROVED="Niels Horn" diff --git a/graphics/fotowall/slack-desc b/graphics/fotowall/slack-desc index 21348d5edf..d9f3047023 100644 --- a/graphics/fotowall/slack-desc +++ b/graphics/fotowall/slack-desc @@ -7,12 +7,12 @@ |-----handy-ruler------------------------------------------------------| fotowall: fotowall (creative tool that allows you to layout your photos) -fotowall: +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: fotowall: Homepage: http://www.enricoros.com/opensource/fotowall/ fotowall: fotowall: -- cgit v1.2.3-80-g2a13