wok-next diff gconf/receipt @ rev 20974

Fix python-shapely build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:34:15 2018 +0300 (2018-09-23)
parents d2950281f122
children d5aab818505e
line diff
     1.1 --- a/gconf/receipt	Wed Sep 05 00:08:37 2018 +0300
     1.2 +++ b/gconf/receipt	Sun Sep 23 04:34:15 2018 +0300
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gconf"
     1.7 -VERSION="2.32.3"
     1.8 +VERSION="3.2.6"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A configuration database system"
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  LICENSE="LGPL2"
    1.13 -WEB_SITE="http://projects.gnome.org/gconf/"
    1.14 +WEB_SITE="https://projects-old.gnome.org/gconf/"
    1.15  
    1.16 -TARBALL="GConf-$VERSION.tar.bz2"
    1.17 +TARBALL="GConf-$VERSION.tar.xz"
    1.18  WGET_URL="$GNOME_MIRROR/GConf/${VERSION%.*}/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="intltool gettext openssl libcomerr3 gobject-introspection-dev \
    1.21 -orbit2-dev dbus-dev dbus-glib-dev polkit-dev libxml2-dev"
    1.22 -SPLIT="gconf-dev"
    1.23 +BUILD_DEPENDS="glib-dev libxml2-dev dbus-dev dbus-glib-dev orbit2-dev intltool \
    1.24 +gobject-introspection-dev"
    1.25 +SPLIT="$PACKAGE-dev"
    1.26  
    1.27  compile_rules() {
    1.28  	./configure \
    1.29 -		--libexecdir=/usr/lib/GConf \
    1.30 +		--disable-static \
    1.31  		$CONFIGURE_ARGS &&
    1.32  	fix libtool &&
    1.33  	make &&
    1.34 @@ -28,15 +28,11 @@
    1.35  	case $PACKAGE in
    1.36  		gconf)
    1.37  			copy @std
    1.38 -			DEPENDS="glibc-base glib dbus dbus-glib expat libxml2 zlib polkit \
    1.39 -			orbit2 atk cairo gtk+ fontconfig freetype pango xorg-pixman \
    1.40 -			libpng16 xorg-libX11 xorg-libXau xorg-libXcomposite \
    1.41 -			xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
    1.42 -			xorg-libXfixes xorg-libXinerama xorg-libXrender"
    1.43 +			DEPENDS="dbus dbus-glib glib libxml2 orbit2"
    1.44  			;;
    1.45  		*-dev)
    1.46  			copy @dev
    1.47 -			DEPENDS="gconf orbit2-dev"
    1.48 +			DEPENDS="gconf glib-dev orbit2-dev"
    1.49  			;;
    1.50  	esac
    1.51  }