mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
graphics/fotowall: New maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
0abc8ee394
commit
9fadc18804
3 changed files with 9 additions and 11 deletions
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for fotowall
|
# Slackware build script for fotowall
|
||||||
|
# Home Page http://www.enricoros.com/opensource/fotowall/
|
||||||
|
|
||||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||||
|
# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011
|
||||||
|
|
||||||
SRCNAM=Fotowall
|
SRCNAM=Fotowall
|
||||||
PRGNAM=fotowall
|
PRGNAM=fotowall
|
||||||
|
@ -10,12 +12,10 @@ VERSION=${VERSION:-0.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -66,10 +66,8 @@ make install INSTALL_ROOT=$PKG
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
( cd $PKG/usr/man
|
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
find . -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
|
||||||
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
|
||||||
)
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a \
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://fotowall.googlecode.com/files/Fotowall-0.9.tar.bz2"
|
||||||
MD5SUM="142ef697332e0777c6d22c5bc96cc438"
|
MD5SUM="142ef697332e0777c6d22c5bc96cc438"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Larry Hajali"
|
MAINTAINER="Nishant Limbachia"
|
||||||
EMAIL="larryhaja[at]gmail[dot]com"
|
EMAIL="nishant@mnspace.net"
|
||||||
APPROVED="dsomero"
|
APPROVED="Niels Horn"
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
fotowall: fotowall (creative tool that allows you to layout your photos)
|
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: 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: pictures in a personal way. You can add pictues, then resize, move,
|
||||||
fotowall: change colors, text, shadows, etc. to create your composition or
|
fotowall: change colors, text, shadows, etc. to create your composition or
|
||||||
fotowall: collage. The focus of this application is on simplicity.
|
fotowall: collage. The focus of this application is on simplicity.
|
||||||
fotowall:
|
fotowall:
|
||||||
fotowall: Homepage: http://www.enricoros.com/opensource/fotowall/
|
fotowall: Homepage: http://www.enricoros.com/opensource/fotowall/
|
||||||
fotowall:
|
fotowall:
|
||||||
fotowall:
|
fotowall:
|
||||||
|
|
Loading…
Reference in a new issue