wok 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 | 6a5f19243cc6 |
children | 4ad45787855e |
files | lyx-doc/receipt lyx-examples/receipt lyx-lang/receipt lyx/description.txt lyx/receipt |
line diff
1.1 --- a/lyx-doc/receipt Sat Jan 22 13:28:11 2022 +0100 1.2 +++ b/lyx-doc/receipt Tue Jan 25 09:28:05 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lyx-doc" 1.7 -VERSION="2.3.4.4" 1.8 +VERSION="2.3.6.1" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Documentation for LyX." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -14,6 +14,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/share/lyx 1.17 - cp -a $install/usr/share/lyx/doc $fs/usr/share/lyx 1.18 + cook_copy_folders doc 1.19 }
2.1 --- a/lyx-examples/receipt Sat Jan 22 13:28:11 2022 +0100 2.2 +++ b/lyx-examples/receipt Tue Jan 25 09:28:05 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lyx-examples" 2.7 -VERSION="2.3.4.4" 2.8 +VERSION="2.3.6.1" 2.9 CATEGORY="office" 2.10 SHORT_DESC="Examples for LyX." 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 @@ -14,6 +14,5 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr/share/lyx 2.17 - cp -a $install/usr/share/lyx/examples $fs/usr/share/lyx 2.18 + cook_copy_folders examples 2.19 }
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/lyx-lang/receipt Tue Jan 25 09:28:05 2022 +0100 3.3 @@ -0,0 +1,20 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="lyx-lang" 3.7 +VERSION="2.3.6.1" 3.8 +CATEGORY="localization" 3.9 +SHORT_DESC="LyX - localised messages." 3.10 +MAINTAINER="al.bobylev@gmail.com" 3.11 +LICENSE="GPL2" 3.12 +WEB_SITE="https://www.lyx.org" 3.13 + 3.14 +DEPENDS="lyx" 3.15 +WANTED="lyx" 3.16 + 3.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.18 +genpkg_rules() 3.19 +{ 3.20 +# mkdir -p $fs/usr/share 3.21 +# cp -a $install/usr/share/locale $fs/usr/share 3.22 + cook_copy_folders locale 3.23 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/lyx/description.txt Tue Jan 25 09:28:05 2022 +0100 4.3 @@ -0,0 +1,20 @@ 4.4 +LyX is a document processor that encourages an approach to writing 4.5 +based on the structure of your documents (WYSIWYM) and not simply 4.6 +their appearance (WYSIWYG). 4.7 + 4.8 +LyX combines the power and flexibility of TeX/LaTeX with the ease of use 4.9 +of a graphical interface. 4.10 +This results in world-class support for creation of mathematical content 4.11 +(via a fully integrated equation editor) and structured documents like 4.12 +academic articles, theses, and books. 4.13 +In addition, staples of scientific authoring such as reference list and 4.14 +index creation come standard. 4.15 +But you can also use LyX to create a letter or a novel or a theatre play 4.16 +or film script. 4.17 +A broad array of ready, well-designed document layouts are built in. 4.18 + 4.19 +LyX is for people who want their writing to look great, right out of the box. 4.20 +No more endless tinkering with formatting details, finger painting font 4.21 +attributes or futzing around with page boundaries. You just write. 4.22 +On screen, LyX looks like any word processor; its printed output - or richly 4.23 +cross-referenced PDF, just as readily produced - looks like nothing else.
5.1 --- a/lyx/receipt Sat Jan 22 13:28:11 2022 +0100 5.2 +++ b/lyx/receipt Tue Jan 25 09:28:05 2022 +0100 5.3 @@ -1,12 +1,12 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="lyx" 5.7 -VERSION="2.3.4.4" 5.8 +VERSION="2.3.6.1" 5.9 CATEGORY="office" 5.10 -SHORT_DESC="An advanced WYSIWYM document processor & LaTeX front-end" 5.11 +SHORT_DESC="An advanced WYSIWYM document processor and LaTeX front-end." 5.12 MAINTAINER="gokhlayeh@slitaz.org" 5.13 LICENSE="GPL2" 5.14 -WEB_SITE="https://www.lyx.org" 5.15 +WEB_SITE="https://www.lyx.org/" 5.16 5.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.18 WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/${VERSION%.*.*}.x/$TARBALL" 5.19 @@ -20,12 +20,12 @@ 5.20 { 5.21 # 2.3.4.4 unrecognised: 5.22 # --with-frontend=qt4 5.23 - ./configure \ 5.24 - CC=gcc-83 \ 5.25 - CXX=g++-83 \ 5.26 + ./configure \ 5.27 + CC=gcc-83 \ 5.28 + CXX=g++-83 \ 5.29 $CONFIGURE_ARGS && 5.30 make && 5.31 - make -j1 install 5.32 + make install 5.33 } 5.34 5.35 # Rules to gen a SliTaz package suitable for Tazpkg.