wok rev 23048

atk-dev: add /usr/lib/libatk-1.0.la
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 12:31:17 2020 +0100 (2020-03-06)
parents 994ebb2d66ec
children c77075eb1142
files GConf-dev/receipt GConf/receipt atk-dev/receipt
line diff
     1.1 --- a/GConf-dev/receipt	Thu Mar 05 22:11:28 2020 -0500
     1.2 +++ b/GConf-dev/receipt	Fri Mar 06 12:31:17 2020 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GConf development files."
     1.5  MAINTAINER="rcx@zoominternet.net"
     1.6  LICENSE="LGPL2"
     1.7 -WEB_SITE="https://wwww.gnome.org/"
     1.8 +WEB_SITE="https://www.gnome.org/"
     1.9  
    1.10  DEPENDS="GConf ORBit2-dev pkg-config"
    1.11  WANTED="GConf"
     2.1 --- a/GConf/receipt	Thu Mar 05 22:11:28 2020 -0500
     2.2 +++ b/GConf/receipt	Fri Mar 06 12:31:17 2020 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="A configuration database system."
     2.5  MAINTAINER="rcx@zoominternet.net"
     2.6  LICENSE="LGPL2"
     2.7 -WEB_SITE="https://wwww.gnome.org/"
     2.8 +WEB_SITE="https://www.gnome.org/"
     2.9  
    2.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     3.1 --- a/atk-dev/receipt	Thu Mar 05 22:11:28 2020 -0500
     3.2 +++ b/atk-dev/receipt	Fri Mar 06 12:31:17 2020 +0100
     3.3 @@ -24,4 +24,23 @@
     3.4  	cp -a $install/usr/lib/girepository-1.0	$fs/usr/lib
     3.5  	cp -a $install/usr/share/gir-1.0	$fs/usr/share
     3.6  	cp -a $install/usr/include		$fs/usr
     3.7 +	version="$(ls $install/usr/lib/libatk-*.so.*.*.* | \
     3.8 +		sed 's|.*so.||;s|\.| |g')"
     3.9 +	cat > $fs/usr/lib/libatk-1.0.la <<EOT
    3.10 +# Generated by libtool (make libtool happy)
    3.11 +dlname='$(cd $install/usr/lib; ls libatk-*.so.?)'
    3.12 +library_names='$(cd $install/usr/lib; ls -r libatk-*.so* | xargs)'
    3.13 +old_library='libatk.a'
    3.14 +#inherited_linker_flags=' -lglib -lgobject -lpcre -lpthread -lrt -lffi'
    3.15 +inherited_linker_flags=' -lpcre -lpthread -lrt -lffi'
    3.16 +weak_library_names=''
    3.17 +current=$(set -- $version ; echo $1)
    3.18 +age=$(set -- $version ; echo $2)
    3.19 +revision=$(set -- $version ; echo $3)
    3.20 +installed=yes
    3.21 +shouldnotlink=no
    3.22 +dlopen=''
    3.23 +dlpreopen=''
    3.24 +libdir='/usr/lib'
    3.25 +EOT
    3.26  }