wok-6.x rev 22287
updated xorg-xinit (1.3.4 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:07:56 2019 +0100 (2019-11-13) |
parents | 0ebeba6a0f6c |
children | 664d83fb04f9 7d538eb73a24 |
files | xorg-xinit/receipt |
line diff
1.1 --- a/xorg-xinit/receipt Wed Nov 13 14:56:58 2019 +0100 1.2 +++ b/xorg-xinit/receipt Wed Nov 13 15:07:56 2019 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xinit" 1.7 -VERSION="1.3.4" 1.8 +VERSION="1.4.1" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="X.org initialization program" 1.11 +TAGS="utility xorg" 1.12 +SHORT_DESC="X.org initialization program." 1.13 MAINTAINER="jozee@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 SOURCE="xinit" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 -WEB_SITE="http://xorg.freedesktop.org/" 1.20 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.21 -TAGS="utility xorg" 1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.23 1.24 DEPENDS="xorg-xauth" 1.25 BUILD_DEPENDS="xorg-libXmu-dev" 1.26 @@ -18,11 +19,11 @@ 1.27 # Rules to configure and make the package.ls sr 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 patch -Np1 -i $stuff/06_move_serverauthfile_into_tmp.diff 1.32 - ./configure \ 1.33 - --prefix=/usr \ 1.34 - --mandir=/usr/share/man \ 1.35 + 1.36 + ./configure \ 1.37 + --prefix=/usr \ 1.38 + --mandir=/usr/share/man \ 1.39 $CONFIGURE_ARGS && 1.40 make XINITDIR=/etc/X11/xinit && 1.41 make XINITDIR=/etc/X11/xinit DESTDIR=$DESTDIR install 1.42 @@ -31,12 +32,14 @@ 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - mkdir -p $fs/usr $fs/etc/X11/xinit 1.47 - cp -a $install/usr/bin $fs/usr 1.48 - cp -a $stuff/xserverrc $fs/etc/X11/xinit/xserverrc 1.49 + mkdir -p $fs/usr 1.50 + mkdir -p $fs/etc/X11/xinit 1.51 + 1.52 + cp -a $install/usr/bin $fs/usr 1.53 + cp -a $stuff/xserverrc $fs/etc/X11/xinit/xserverrc 1.54 } 1.55 1.56 pre_install() 1.57 { 1.58 - cp -a /usr/bin/startx /usr/bin/startx.bak 1.59 + cp -a /usr/bin/startx /usr/bin/startx.bak 1.60 }