wok-next diff magicpoint/receipt @ rev 19793

Up giflib, imlib2, libsndfile, xorg-cf-files; switch icewm and magicpoint from imlib to imlib2; remove imlib - no one need it anymore.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 23 12:00:00 2017 +0300 (2017-06-23)
parents af8a8f177c6c
children d5aab818505e
line diff
     1.1 --- a/magicpoint/receipt	Sat Sep 12 19:55:05 2015 +0200
     1.2 +++ b/magicpoint/receipt	Fri Jun 23 12:00:00 2017 +0300
     1.3 @@ -1,43 +1,37 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="magicpoint"
     1.8 -VERSION="1.13a"
     1.9 +VERSION="1.13a+upstream20090219"
    1.10  CATEGORY="x-window"
    1.11 -SHORT_DESC="An X11-based presentation tool."
    1.12 +SHORT_DESC="An X11-based presentation tool"
    1.13  MAINTAINER="rcx@zoominternet.net"
    1.14  LICENSE="BSD"
    1.15 +WEB_SITE="http://member.wide.ad.jp/wg/mgp/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://member.wide.ad.jp/wg/mgp/"
    1.19 -WGET_URL="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/$TARBALL"
    1.20 +#WGET_URL="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/$TARBALL"
    1.21 +# use Debian patches with Debian sources
    1.22 +WGET_URL="http://http.debian.net/debian/pool/main/m/mgp/mgp_$VERSION.orig.tar.gz"
    1.23  
    1.24 -DEPENDS="glibc-base expat zlib util-linux-uuid fontconfig freetype1 freetype \
    1.25 -giflib jpeg libpng tiff imlib xorg-libICE xorg-libSM xorg-libX11 \
    1.26 -xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXft xorg-libXmu \
    1.27 -xorg-libXrender xorg-libXt"
    1.28 -BUILD_DEPENDS="bison flex m4 gettext fontconfig-dev \
    1.29 -freetype1 freetype1-dev freetype-dev giflib-dev imlib-dev xorg-imake \
    1.30 -xorg-cf-files xorg-libX11-dev xorg-libXft-dev xorg-libXmu-dev \
    1.31 -xorg-libXrender-dev xorg-xproto xorg-xextproto"
    1.32 +BUILD_DEPENDS="perl xorg-libX11-dev xorg-libXft-dev fontconfig-dev xorg-imake \
    1.33 +xorg-cf-files imlib2-dev xorg-libXmu-dev"
    1.34  
    1.35  # Rules to configure and make the package.
    1.36  compile_rules()
    1.37  {
    1.38 -	./configure \
    1.39 -		--prefix=/usr \
    1.40 -		--infodir=/usr/share/info \
    1.41 -		--mandir=/usr/share/man \
    1.42 -		$CONFIGURE_ARGS &&
    1.43 +	./configure $CONFIGURE_ARGS &&
    1.44  	xmkmf &&
    1.45  	make -j1 Makefiles &&
    1.46  	make -j1 &&
    1.47 -	make -j1 DESTDIR=$DESTDIR install
    1.48 +	make -j1 DESTDIR=$DESTDIR install &&
    1.49 +
    1.50 +	chmod -R u+w $install/usr/lib/X11/mgp
    1.51  }
    1.52  
    1.53  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.54  genpkg_rules()
    1.55  {
    1.56 -	mkdir -p $fs/usr/lib/X11/mgp
    1.57 -	cp -f $install/usr/lib/X11/mgp/default.mgp $fs/usr/lib/X11/mgp
    1.58 -	
    1.59 -	cp -a $install/usr/bin $fs/usr
    1.60 -}
    1.61 \ No newline at end of file
    1.62 +	copy @std
    1.63 +	DEPENDS="giflib imlib2 libpng16 xorg-libSM xorg-libX11 xorg-libXext \
    1.64 +	xorg-libXft xorg-libXmu xorg-libXt"
    1.65 +}