wok-current rev 22542
updated blackbox (0.70.1 -> 0.75)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 17:12:56 2020 +0100 (2020-01-03) |
parents | 8a3a69c4b4d6 |
children | 725f9e142e30 f8fdb78e9a40 |
files | blackbox/receipt |
line diff
1.1 --- a/blackbox/receipt Fri Jan 03 16:37:44 2020 +0100 1.2 +++ b/blackbox/receipt Fri Jan 03 17:12:56 2020 +0100 1.3 @@ -1,18 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="blackbox" 1.7 -VERSION="0.70.1" 1.8 +VERSION="0.75" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="A small, fast, full-featured window manager for X" 1.11 +TAGS="window-manager" 1.12 +SHORT_DESC="A small, fast, full-featured window manager for X." 1.13 MAINTAINER="devl547@gmail.com" 1.14 LICENSE="MIT" 1.15 WEB_SITE="https://github.com/bbidulock/blackboxwm" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WGET_URL="$SF_MIRROR/blackboxwm/$TARBALL" 1.18 -TAGS="window-manager" 1.19 1.20 -DEPENDS="xorg-libXt xorg-libXft" 1.21 -BUILD_DEPENDS="xorg-libXt-dev xorg-libXft-dev xorg-xextproto libxml2-dev" 1.22 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.23 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.24 + 1.25 +DEPENDS="gcc83-lib-base xorg-libXft xorg-libXt" 1.26 +BUILD_DEPENDS="autoconf automake gcc83 libtool libxml2-dev 1.27 + xorg-libXft-dev xorg-libXt-dev xorg-xextproto" 1.28 1.29 # TODO: modify tazx for blackbox so it will creat a correct ~/.xinitrc 1.30 # to let user use the wm via slim/F1 or by default with 'tazx blackbox'. 1.31 @@ -20,15 +22,17 @@ 1.32 # Rules to configure and make the package. 1.33 compile_rules() 1.34 { 1.35 - patch -p1 < $stuff/blackbox-0.70.1-gcc-4.3.patch 1.36 - patch -p0 < $stuff/blackbox-0.70.1-asneeded.patch 1.37 - patch -p1 < $stuff/textpropertytostring-unconditional.patch 1.38 +# patch -p1 < $stuff/blackbox-0.70.1-gcc-4.3.patch 1.39 +# patch -p0 < $stuff/blackbox-0.70.1-asneeded.patch 1.40 +# patch -p1 < $stuff/textpropertytostring-unconditional.patch 1.41 1.42 - ./configure \ 1.43 - --sysconfdir=/etc \ 1.44 - --libexecdir=/usr/bin \ 1.45 - --mandir=/usr/share/man \ 1.46 - $CONFIGURE_ARGS && 1.47 + ./configure \ 1.48 + CC=gcc-83 \ 1.49 + CXX=g++-83 \ 1.50 + --sysconfdir=/etc \ 1.51 + --libexecdir=/usr/bin \ 1.52 + --mandir=/usr/share/man \ 1.53 + $CONFIGURE_ARGS && 1.54 make && 1.55 make DESTDIR=$DESTDIR install 1.56 } 1.57 @@ -37,6 +41,7 @@ 1.58 genpkg_rules() 1.59 { 1.60 mkdir -p $fs/usr/share 1.61 - cp -a $install/usr/bin $fs/usr 1.62 - cp -a $install/usr/share/blackbox $fs/usr/share 1.63 + 1.64 + cp -a $install/usr/bin $fs/usr 1.65 + cp -a $install/usr/share/blackbox $fs/usr/share 1.66 }