wok diff xorg-xkbutils/receipt @ rev 23572
updated python-unidecode (0.04.17 -> 1.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 10:55:18 2020 +0100 (2020-04-07) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xkbutils/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xkbutils/receipt Tue Apr 07 10:55:18 2020 +0100 1.3 @@ -1,28 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xkbutils" 1.7 -VERSION="1.0.3" 1.8 +VERSION="1.0.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg keyboard utility." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="xkbutils" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.x.org/" 1.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.19 1.20 DEPENDS="xorg-libXaw xorg-xkeyboard-config" 1.21 -BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libXaw-dev" 1.22 +BUILD_DEPENDS="xorg-libXaw-dev xorg-libxkbfile-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.29 - --mandir=/usr/share/man --localstatedir=/var \ 1.30 - $CONFIGURE_ARGS && 1.31 - make && 1.32 - make DESTDIR=$DESTDIR install 1.33 + ./configure \ 1.34 + --prefix=/usr \ 1.35 + --sysconfdir=/etc \ 1.36 + --mandir=/usr/share/man \ 1.37 + --localstatedir=/var \ 1.38 + $CONFIGURE_ARGS && 1.39 + make && 1.40 + make DESTDIR=$DESTDIR install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg.