wok-current diff libsecret/receipt @ rev 25653

lzo needed from fsarchiver
author Hans-G?nter Theisgen
date Tue Feb 13 07:22:29 2024 +0100 (6 months ago)
parents 6831608a1b2a
children
line diff
     1.1 --- a/libsecret/receipt	Tue Sep 28 17:26:43 2021 +0000
     1.2 +++ b/libsecret/receipt	Tue Feb 13 07:22:29 2024 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsecret"
     1.7 -VERSION="0.18.5"
     1.8 +VERSION="0.20.4"
     1.9  SERIES="${VERSION%.*}"	# first two numbers from version
    1.10  SHORT_DESC="GObject based library for accessing the Secret Service API"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -25,6 +25,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	./configure \
    1.16 +		--enable-introspection \
    1.17  		--disable-manpages \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make && make install