wok diff lyx/receipt @ rev 23158

updated lyx, lyx-doc lyx-examples and lyx-locales (2.0.5.1 -> 2.3.4.4)
author Hans-G?nter Theisgen
date Tue Mar 17 13:34:46 2020 +0100 (2020-03-17)
parents 16df76e1fc6a
children 7b490147fcec
line diff
     1.1 --- a/lyx/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/lyx/receipt	Tue Mar 17 13:34:46 2020 +0100
     1.3 @@ -1,22 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lyx"
     1.7 -VERSION="2.0.5.1"
     1.8 +VERSION="2.3.4.4"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="An advanced WYSIWYM document processor & LaTeX front-end"
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.lyx.org"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 -WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$TARBALL"
    1.16 +WEB_SITE="https://www.lyx.org"
    1.17  
    1.18 -DEPENDS="aiksaurus aspell bzlib libQtGui python"
    1.19 -BUILD_DEPENDS="python Qt4-dev bison aspell-dev xorg-libX11-dev aiksaurus-dev"
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.21 +WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/${VERSION%.*.*}.x/$TARBALL"
    1.22 +
    1.23 +DEPENDS="aiksaurus aspell bzlib gcc83-lib-base libQtGui python"
    1.24 +BUILD_DEPENDS="aiksaurus-devaspell-dev bison gcc83 python Qt4-dev 
    1.25 +	xorg-libX11-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure --with-frontend=qt4 $CONFIGURE_ARGS &&
    1.31 +	# 2.3.4.4 unrecognised:
    1.32 +	# --with-frontend=qt4
    1.33 +	./configure
    1.34 +		CC=gcc-83	\
    1.35 +		CXX=g++-83	\
    1.36 +		$CONFIGURE_ARGS &&
    1.37  	make &&
    1.38  	make -j1 install
    1.39  }
    1.40 @@ -25,8 +32,11 @@
    1.41  genpkg_rules()
    1.42  {
    1.43  	mkdir -p $fs/usr/share
    1.44 -	cp -a $install/usr/bin $fs/usr
    1.45 -	cp -a $install/usr/share/lyx $fs/usr/share
    1.46 -	rm -r $fs/usr/share/lyx/doc $fs/usr/share/lyx/examples
    1.47 +
    1.48 +	cp -a $install/usr/bin		$fs/usr
    1.49 +	cp -a $install/usr/share/lyx	$fs/usr/share
    1.50 +
    1.51 +	rm -r				$fs/usr/share/lyx/doc
    1.52 +	rm -r				$fs/usr/share/lyx/examples
    1.53  }
    1.54