wok-next diff geeqie/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents b8ae7db2d287
children f48456621a9d
line diff
     1.1 --- a/geeqie/receipt	Fri Jul 25 15:54:20 2014 +0200
     1.2 +++ b/geeqie/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -1,34 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="geeqie"
     1.8 -VERSION="1.0"
     1.9 +VERSION="1.3"
    1.10  CATEGORY="utilities"
    1.11 -SHORT_DESC="Application designed to test GTK+ performance. based on gqview"
    1.12 +SHORT_DESC="A lightweight image browser and viewer"
    1.13  MAINTAINER="devl547@gmail.com"
    1.14  LICENSE="GPL2"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://geeqie.sourceforge.net/"
    1.17 -WGET_URL="https://gitorious.org/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
    1.18 +WEB_SITE="http://www.geeqie.org/"
    1.19  
    1.20 -DEPENDS="gtk+ lcms"
    1.21 -BUILD_DEPENDS="gettext intltool gtk+-dev lcms-dev wget automake"
    1.22 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.23 +WGET_URL="http://www.geeqie.org/$TARBALL"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	cd $src
    1.29 -	./autogen.sh
    1.30 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.31 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.32 -	make &&
    1.33 -	make install
    1.34 +BUILD_DEPENDS="automake gettext intltool lcms2-dev gtk+-dev"
    1.35 +
    1.36 +compile_rules() {
    1.37 +	./autogen.sh \
    1.38 +		$CONFIGURE_ARGS &&
    1.39 +	make && make install
    1.40  }
    1.41  
    1.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 -genpkg_rules()
    1.44 -{
    1.45 -	mkdir -p $fs/usr/
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 -	cp -a $install/usr/lib $fs/usr
    1.48 -	cp -a $install/usr/share/ $fs/usr
    1.49 +genpkg_rules() {
    1.50 +	copy @std
    1.51 +	DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ lcms2 \
    1.52 +	libjpeg-turbo pango tiff"
    1.53  }