wok-next diff xterm/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents d5aab818505e
children 262dccc5e3ed
line diff
     1.1 --- a/xterm/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xterm/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -1,29 +1,40 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="xterm"
     1.7 -VERSION="330"
     1.8 +VERSION="340"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="X terminal emulator"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="http://invisible-island.net/xterm/"
    1.14 -COOKOPTS="!pixmaps"
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xterm.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tgz"
    1.18 -WGET_URL="ftp://ftp.invisible-island.net/xterm/$TARBALL"
    1.19 +WGET_URL="http://invisible-mirror.net/archives/xterm/$TARBALL"
    1.20 +TARBALL_SHA1="3b36f08e2af569695a2f04da59b50ddb14c9a895"
    1.21  
    1.22 -BUILD_DEPENDS="ncurses-dev xorg-libXpm-dev xorg-libXinerama-dev \
    1.23 -xorg-libXaw3d-dev xorg-libXcursor-dev freetype-dev expat-dev fontconfig-dev \
    1.24 -xorg-libXft-dev xorg-libXt-dev"
    1.25 +BUILD_DEPENDS="ncurses-dev libxpm-dev libxinerama-dev libxaw3d-dev \
    1.26 +libxcursor-dev freetype-dev expat-dev fontconfig-dev libxft-dev libxt-dev"
    1.27 +DEPENDS="fontconfig ncurses libice libx11 libxaw3d libxft libxinerama libxmu \
    1.28 +libxpm libxt"
    1.29 +
    1.30 +COPY="xterm resize XTerm XTerm-color *.png *.desktop"
    1.31 +TAGS="terminal"
    1.32 +
    1.33 +COOKOPTS="!pixmaps"
    1.34  
    1.35  compile_rules() {
    1.36  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.37 +	sed -i '/v0/{n;s/new:/new:kb=^?:/}' termcap
    1.38 +	printf '\tkbs=\\177,\n' >> terminfo
    1.39 +
    1.40 +	TERMINFO=/usr/share/terminfo \
    1.41  	./configure \
    1.42  		--with-icon-symlink \
    1.43  		--disable-desktop \
    1.44  		--with-x \
    1.45  		--with-Xaw3d \
    1.46 -		--with-app-defaults=/usr/share/X11/app-defaults \
    1.47 +		--with-app-defaults=/etc/X11/app-defaults \
    1.48  		--enable-wide-chars \
    1.49  		--enable-freetype \
    1.50  		--enable-doublechars \
    1.51 @@ -61,10 +72,3 @@
    1.52  testsuite() {
    1.53  	readelf -h $install/usr/bin/xterm
    1.54  }
    1.55 -
    1.56 -genpkg_rules() {
    1.57 -	copy xterm resize XTerm XTerm-color *.png
    1.58 -	TAGS="terminal"
    1.59 -	DEPENDS="fontconfig ncurses xorg-libICE xorg-libX11 xorg-libXaw3d \
    1.60 -	xorg-libXft xorg-libXinerama xorg-libXmu xorg-libXpm xorg-libXt"
    1.61 -}