wok-next diff glib-networking/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/glib-networking/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/glib-networking/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="glib-networking"
     1.7 -VERSION="2.56.1"
     1.8 +VERSION="2.58.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="TLS support for glib"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -15,21 +15,19 @@
    1.13  BUILD_DEPENDS="meson ninja intltool gnutls-dev gsettings-desktop-schemas-dev \
    1.14  glib-dev"
    1.15  
    1.16 +DEPENDS_std="glib libgnutls libp11-kit"
    1.17 +CONFIG_FILES_std="/etc/profile.d/gio.sh"
    1.18 +
    1.19  compile_rules() {
    1.20  	mkdir build
    1.21  	cd    build
    1.22  
    1.23  	meson-wrapper \
    1.24  		-Dlibproxy_support=false \
    1.25 -		-Dca_certificates_path=/etc/ssl/ca-bundle.crt &&
    1.26 +		-Dpkcs11_support=true \
    1.27 +		&&
    1.28  	ninja &&
    1.29  	ninja install || return 1
    1.30  
    1.31  	install -Dm644 $stuff/gio.sh $install/etc/profile.d/gio.sh
    1.32  }
    1.33 -
    1.34 -genpkg_rules() {
    1.35 -	copy @std
    1.36 -	DEPENDS="glib libgnutls libp11-kit"
    1.37 -	CONFIG_FILES="/etc/profile.d/gio.sh"
    1.38 -}