#Maintainer: fushark pkgname=fotoxx pkgver=5.2 pkgrel=1 zenver=54 arch=i486 source=("http://kornelix.squarespace.com/storage/fotoxx/$pkgname-$pkgver.tar.gz") sourcetemplate=(http://users.zenwalk.org/user-accounts/fushark/fotoxx) docs=("readme" "copying" "changes" "userguide*") url=http://kornelix.squarespace.com/fotoxx extradepends=(xcb,xorg-libs,xdg-utils) doinst() { ( cd usr/bin ; rm -rf fotoxx ) ( cd usr/bin ; ln -sf ../share/fotoxx/fotoxx fotoxx ) ( cd usr/share/icons/hicolor/48x48/apps ; rm -rf fotoxx.png ) ( cd usr/share/icons/hicolor/48x48/apps ; ln -sf ../../../../fotoxx/icons/fotoxx.png fotoxx.png ) } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Fotox is a free open-source Linux program for improving image files" "made with a digital camera. It provides the following functions:" "image thumbnails, overexposed or underexposed adjustment, fog or haze" "reduction, HDR photography, photo stitching, image cropping, simple" "image alignement and brightness or color matching, image rotation," "image resizing, and red-eye removal" "" ) build() { cd $startdir/src/$pkgname sed -i "s_-O_-O2 -march=i486 -mtune=i686_g;s_doc/__g;;7a PREFIX=/usr" Makefile make PREFIX=/usr DOCDIR=/usr/doc/$pkgname-$pkgver #manual install mkdir -p $startdir/pkg/usr/{doc/$pkgname-$pkgver,bin,share/fotoxx/data} cp -R data/* $startdir/pkg/usr/share/fotoxx/data mv $startdir/pkg/usr/share/fotoxx/data/icons $startdir/pkg/usr/share/fotoxx/icons cp fotoxx $startdir/pkg/usr/share/fotoxx cp -Rf doc/images $startdir/pkg/usr/doc/$pkgname-$pkgver #create desktop icon directory and desktop file cd $startdir/pkg mkdir -p usr/share/{icons/hicolor/48x48/apps,applications} cat << "EOF" >$startdir/pkg/usr/share/applications/fotoxx.desktop [Desktop Entry] Version=1.0 Type=Application Encoding=UTF-8 Name=fotoxx Name[da]=fotoxx Name[de]=fotoxx Name[ja]=フォトックス Name[nn]=fotoxx Name[no]=fotoxx GenericName=Photo editor GenericName[da]=Foto editor GenericName[de]=Foto-Bearbeitung GenericName[nn]=Foto redigering GenericName[no]=Foto redigering Comment=fotox - a simple digital photo editor Comment[da]=fotox - en simpel digital photo editor Comment[de]=fotox - ein simpler Editor für digitale Fotos Comment[ja]=フォトックス - デジタル・フォト・エディタ Comment[nn]= Eit enkelt verktøy for redigering av digitale bildar Comment[no]= Et enkelt redigeringsverktøy for digitale bilder Icon=fotoxx Exec=fotoxx Terminal=false Categories=Graphics; EOF }