wok-current rev 22197
updated xorg-libSM and xorg-libSM-dev (1.2.1 -> 1.2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 10:19:40 2019 +0100 (2019-11-11) |
parents | 50d11c0bce96 |
children | 2d4bdef5c3b9 |
files | xorg-libSM-dev/receipt xorg-libSM/receipt |
line diff
1.1 --- a/xorg-libSM-dev/receipt Mon Nov 11 10:12:02 2019 +0100 1.2 +++ b/xorg-libSM-dev/receipt Mon Nov 11 10:19:40 2019 +0100 1.3 @@ -1,26 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libSM-dev" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.2.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Development files for libSM" 1.11 +SHORT_DESC="Development files for libSM." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="other" 1.14 -WEB_SITE="https://www.x.org/" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 +DEPENDS="pkg-config xorg-libICE-dev xorg-libSM" 1.18 +WANTED="xorg-libSM" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -WANTED="xorg-libSM" 1.23 -DEPENDS="xorg-libSM xorg-libICE-dev pkg-config" 1.24 - 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p \ 1.29 - $fs/usr/share/licenses \ 1.30 - $fs/usr/lib 1.31 - cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt 1.32 + mkdir -p $fs/usr/share/licenses 1.33 + mkdir -p $fs/usr/lib 1.34 1.35 - cp -a $install/usr/include $fs/usr 1.36 + cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt 1.37 + cp -a $install/usr/include $fs/usr 1.38 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.39 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.40 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.41 }
2.1 --- a/xorg-libSM/receipt Mon Nov 11 10:12:02 2019 +0100 2.2 +++ b/xorg-libSM/receipt Mon Nov 11 10:19:40 2019 +0100 2.3 @@ -1,27 +1,29 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libSM" 2.7 -VERSION="1.2.1" 2.8 +VERSION="1.2.3" 2.9 CATEGORY="x-window" 2.10 -SHORT_DESC="X Session Management Library" 2.11 +SHORT_DESC="X Session Management Library." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="other" 2.14 -WEB_SITE="https://www.x.org/" 2.15 +WEB_SITE="https://www.x.org/wiki/" 2.16 + 2.17 SOURCE="libSM" 2.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 2.20 -HOST_ARCH="i486 arm" 2.21 2.22 DEPENDS="util-linux-uuid xorg-libICE" 2.23 -BUILD_DEPENDS="xorg-libICE-dev xorg-xtrans util-linux-uuid-dev" 2.24 +BUILD_DEPENDS="util-linux-uuid-dev xorg-libICE-dev xorg-xtrans" 2.25 + 2.26 +HOST_ARCH="i486 arm" 2.27 2.28 # Rules to configure and make the package. 2.29 compile_rules() 2.30 { 2.31 - ./configure \ 2.32 - --sysconfdir=/etc \ 2.33 - --localstatedir=/var \ 2.34 - --disable-static \ 2.35 + ./configure \ 2.36 + --sysconfdir=/etc \ 2.37 + --localstatedir=/var \ 2.38 + --disable-static \ 2.39 $CONFIGURE_ARGS && 2.40 make && 2.41 make install