wok diff libxklavier/receipt @ rev 21345

updated libxklavier and libxklavier-dev (5.0 -> 5.4)
author Hans-G?nter Theisgen
date Sat Apr 20 15:43:51 2019 +0100 (2019-04-20)
parents 68d68791ced5
children 48177da02fe1
line diff
     1.1 --- a/libxklavier/receipt	Thu Apr 04 15:39:28 2013 +0000
     1.2 +++ b/libxklavier/receipt	Sat Apr 20 15:43:51 2019 +0100
     1.3 @@ -1,28 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxklavier"
     1.7 -VERSION="5.0"
     1.8 +VERSION="5.4"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Library providing high-level API for XKB"
    1.11 +SHORT_DESC="Library providing high-level API for XKB."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://freedesktop.org/wiki/Software/LibXklavier"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="$SF_MIRROR/gswitchit/libxklavier/$VERSION/$TARBALL"
    1.17 +WEB_SITE="https://freedesktop.org/wiki/Software/LibXklavier/"
    1.18 +
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.20 +WGET_URL="https://cgit.freedesktop.org/$PACKAGE/snapshot/$TARBALL"
    1.21  
    1.22  DEPENDS="glib xorg-libXi xorg-libxkbfile"
    1.23 -BUILD_DEPENDS="libxml2-dev glib-dev xorg-xkbcomp iso-codes"
    1.24 +BUILD_DEPENDS="automake glib-dev iso-codes libxml2-dev xorg-xkbcomp"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	./configure \
    1.30 -		--disable-static \
    1.31 -		--disable-gtk-doc \
    1.32 -		--enable-xkb-support \
    1.33 -		--enable-xmodmap-support \
    1.34 +	./autogen.sh &&
    1.35 +	./configure			\
    1.36 +		--disable-static	\
    1.37 +		--disable-gtk-doc	\
    1.38 +		--enable-xkb-support	\
    1.39 +		--enable-xmodmap-support\
    1.40  		$CONFIGURE_ARGS &&
    1.41 -	make &&
    1.42 +	make -j 1 &&
    1.43  	make install
    1.44  }
    1.45