wok diff lyx/receipt @ rev 24315

updated lyx packages (2.3.4.4 -> 2.3.6.1)
author Hans-G?nter Theisgen
date Tue Jan 25 09:28:05 2022 +0100 (2022-01-25)
parents 9d241cbf5701
children 7cfc423aaa00
line diff
     1.1 --- a/lyx/receipt	Fri Nov 06 17:28:17 2020 +0000
     1.2 +++ b/lyx/receipt	Tue Jan 25 09:28:05 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lyx"
     1.7 -VERSION="2.3.4.4"
     1.8 +VERSION="2.3.6.1"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="An advanced WYSIWYM document processor & LaTeX front-end"
    1.11 +SHORT_DESC="An advanced WYSIWYM document processor and LaTeX front-end."
    1.12  MAINTAINER="gokhlayeh@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="https://www.lyx.org"
    1.15 +WEB_SITE="https://www.lyx.org/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/${VERSION%.*.*}.x/$TARBALL"
    1.19 @@ -20,12 +20,12 @@
    1.20  {
    1.21  	# 2.3.4.4 unrecognised:
    1.22  	# --with-frontend=qt4
    1.23 -	./configure		\
    1.24 -		CC=gcc-83	\
    1.25 -		CXX=g++-83	\
    1.26 +	./configure			\
    1.27 +		CC=gcc-83		\
    1.28 +		CXX=g++-83		\
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31 -	make -j1 install
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.