#Packager: Dimitris Tzemos pkgname=shotwell pkgver=0.22.0 pkgrel=1dj _basever=$(echo $pkgver | cut -f1-2 -d.) source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz") sourcetemplate=http://people.salixos.org/djemos/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://yorba.org/shotwell/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "shotwell (A digital photo organizer" "A digital photo organizer designed for the GNOME desktop environment" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --lib=lib${LIBDIRSUFFIX} \ --disable-desktop-update \ --disable-icon-update \ --enable-build-for-glade \ --install-headers \ --release \ --disable-schemas-compile make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg } # Doinst doinst() { if [ -x /usr/sbin/update-all ]; then /usr/sbin/update-all fi }