wok rev 21936

updated spectrwm (2.7.2 -> 3.2.0)
author Hans-G?nter Theisgen
date Sun Oct 06 17:37:55 2019 +0100 (2019-10-06)
parents 6542c854008f
children 0a375ada0633
files spectrwm/receipt
line diff
     1.1 --- a/spectrwm/receipt	Sun Oct 06 18:10:58 2019 +0200
     1.2 +++ b/spectrwm/receipt	Sun Oct 06 17:37:55 2019 +0100
     1.3 @@ -1,27 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="spectrwm"
     1.7 -VERSION="2.7.2"
     1.8 +VERSION="3.2.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Small dynamic tiling window manager for X11"
    1.11 +TAGS="tile window-manager"
    1.12 +SHORT_DESC="Small dynamic tiling window manager for X11."
    1.13  MAINTAINER="al.bobylev@gmail.com"
    1.14  LICENSE="ISC MIT"
    1.15  WEB_SITE="https://github.com/conformal/spectrwm"
    1.16 -TARBALL="$PACKAGE-$VERSION.tgz"
    1.17 -WGET_URL="https://opensource.conformal.com/snapshots/spectrwm/$TARBALL"
    1.18 -CONFIG_FILES="/etc/spectrwm.conf"
    1.19 -TAGS="tile window-manager"
    1.20 +
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.22 +WGET_URL="$WEB_SITE/archive/SPECTRWM_${VERSION//./_}.tar.gz"
    1.23  
    1.24  DEPENDS="xcb-util xcb-util-keysyms xcb-util-wm xorg-libXcursor xorg-libXft"
    1.25 -BUILD_DEPENDS="wget cacerts xorg-libX11-dev xorg-libXrandr-dev \
    1.26 -xorg-libXcursor-dev xorg-libXft-dev xcb-util-dev xcb-util-wm-dev \
    1.27 -xcb-util-keysyms-dev xorg-libXt-dev"
    1.28 +BUILD_DEPENDS="cacerts xorg-libX11-dev xorg-libXrandr-dev \
    1.29 +	xorg-libXcursor-dev xorg-libXft-dev xcb-util-dev xcb-util-wm-dev \
    1.30 +	xcb-util-keysyms-dev xorg-libXt-dev"
    1.31 +
    1.32 +CONFIG_FILES="/etc/spectrwm.conf"
    1.33  
    1.34  # Rules to configure and make the package.
    1.35  compile_rules()
    1.36  {
    1.37  	cd linux
    1.38 -	PREFIX=/usr make && PREFIX=/usr DESTDIR=$install make install
    1.39 +	make PREFIX=/usr &&
    1.40 +	make install PREFIX=/usr DESTDIR=$install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44 @@ -29,8 +32,10 @@
    1.45  {
    1.46  	cp -a $install/* $fs
    1.47  	mkdir -p $fs/etc
    1.48 +
    1.49  	# copy conf files (few more exists in $src)
    1.50  	cp $src/spectrwm.conf $src/spectrwm_us.conf $fs/etc
    1.51 +
    1.52  	# "switch on" keyboard mapping
    1.53  	sed -i 's|# keyboard_mapping.*|keyboard_mapping = /etc/spectrwm_us.conf|' \
    1.54  		$fs/etc/spectrwm.conf