wok-next diff gdk-pixbuf/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents 75632eca5b07
children 491cf445e961
line diff
     1.1 --- a/gdk-pixbuf/receipt	Mon Dec 24 02:07:02 2018 +0200
     1.2 +++ b/gdk-pixbuf/receipt	Thu Jun 25 10:33:28 2020 +0100
     1.3 @@ -11,12 +11,19 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.6  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.7 +TARBALL_SHA1="6e6bef71a1f06ecd1cd282d074ae068f89867144"
     1.8  
     1.9  BUILD_DEPENDS="meson ninja glib-dev shared-mime-info-dev libpng-dev \
    1.10 -libjpeg-turbo-dev tiff-dev gobject-introspection-dev libx11-dev \
    1.11 -gettext-dev libxslt docbook-xsl libxml2-tools"
    1.12 +libjpeg-turbo-dev tiff-dev gobject-introspection-dev libx11-dev gettext-dev \
    1.13 +libxslt docbook-xsl libxml2-tools"
    1.14  SPLIT="$PACKAGE-dev $PACKAGE"
    1.15  
    1.16 +COPY_dev="@dev gdk-pixbuf-csource libgdk_pixbuf-2.0.so libgdk_pixbuf_xlib-2.0.so"
    1.17 +
    1.18 +DEPENDS_std="glib libjpeg-turbo libpng libtiff libx11"
    1.19 +DEPENDS_dev="$PACKAGE glib-dev shared-mime-info-dev libx11-dev"
    1.20 +# gdk-pixbuf-csource use shared-mime-info to detect the image file format
    1.21 +
    1.22  compile_rules() {
    1.23  	mkdir build
    1.24  	cd    build
    1.25 @@ -30,20 +37,6 @@
    1.26  	touch $install/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
    1.27  }
    1.28  
    1.29 -genpkg_rules() {
    1.30 -	case $PACKAGE in
    1.31 -		*-dev)
    1.32 -			copy @dev gdk-pixbuf-csource
    1.33 -			DEPENDS="gdk-pixbuf glib-dev shared-mime-info-dev libx11-dev"
    1.34 -			# gdk-pixbuf-csource use shared-mime-info to detect the image file format
    1.35 -			;;
    1.36 -		*)
    1.37 -			copy @std @rm
    1.38 -			DEPENDS="glib libjpeg-turbo libpng libtiff libx11"
    1.39 -			;;
    1.40 -	esac
    1.41 -}
    1.42 -
    1.43  # Updating gdk pixbuf loaders cache file...
    1.44  post_install_gdk_pixbuf() {
    1.45  	chroot "$1/" /usr/bin/gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache