wok-next diff libgsf/receipt @ rev 20447

libxcb is obsolete -> xorg-libxcb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 13:56:24 2018 +0200 (2018-02-28)
parents 8f22b3b666d1
children 25deb7c6df08
line diff
     1.1 --- a/libgsf/receipt	Tue Aug 01 00:49:30 2017 +0300
     1.2 +++ b/libgsf/receipt	Wed Feb 28 13:56:24 2018 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://developer.gnome.org/gsf/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libgsf.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -15,19 +16,14 @@
    1.12  gdk-pixbuf-dev gobject-introspection-dev"
    1.13  SPLIT="libgsf-dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/general/libgsf.html
    1.19 +compile_rules() {
    1.20  	./configure \
    1.21  		--enable-introspection \
    1.22  		$CONFIGURE_ARGS &&
    1.23  	make && make install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	case $PACKAGE in
    1.31  		libgsf)
    1.32  			copy @std