Date: Tuesday, June 9, 2020 @ 16:57:36 Author: arojas Revision: 388678
archrelease: copy trunk to extra-x86_64 Added: lyx/repos/extra-x86_64/PKGBUILD (from rev 388677, lyx/trunk/PKGBUILD) lyx/repos/extra-x86_64/lyxrc.dist (from rev 388677, lyx/trunk/lyxrc.dist) Deleted: lyx/repos/extra-x86_64/PKGBUILD lyx/repos/extra-x86_64/lyx-enchant2.patch lyx/repos/extra-x86_64/lyxrc.dist --------------------+ PKGBUILD | 80 +++++++++++++++++++++++++-------------------------- lyx-enchant2.patch | 37 ----------------------- lyxrc.dist | 28 ++++++++--------- 3 files changed, 54 insertions(+), 91 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-06-09 16:57:22 UTC (rev 388677) +++ PKGBUILD 2020-06-09 16:57:36 UTC (rev 388678) @@ -1,40 +0,0 @@ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Jason Chu <ja...@archlinux.org> - -pkgname=lyx -pkgver=2.3.5.1 -pkgrel=1 -pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" -arch=('x86_64') -url="https://www.lyx.org" -depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' - 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('boost') -optdepends=('rcs: built-in version control system' - 'texlive-latexextra: float wrap support' - 'python: support for python scripts') -license=('GPL') -backup=('etc/lyx/lyxrc.dist') -options=('emptydirs') -source=(https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-$pkgver.tar.gz{,.sig} - lyxrc.dist) -validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D') # LyX Release Manager -sha512sums=('9c673ea0deb550934f04370c297aaa30b38631eebba772636b8689aa6abf6c412a70a3d41da2abdd62f58c00b0e8886e8b3a4a03df0744570f2a99cc53e663b1' - 'SKIP' - 'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3') - -build() { - cd "${pkgname}-${pkgver/.1/-1}" - ./configure --prefix=/usr \ - --enable-qt5 --without-included-boost \ - --without-included-mythes - make -} - -package() { - cd "${pkgname}-${pkgver/.1/-1}" - make DESTDIR="${pkgdir}" install - # install default config file - install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist" - ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist" -} Copied: lyx/repos/extra-x86_64/PKGBUILD (from rev 388677, lyx/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-06-09 16:57:36 UTC (rev 388678) @@ -0,0 +1,40 @@ +# Maintainer: Ronald van Haren <ronald.archlinux.org> +# Contributor: Jason Chu <ja...@archlinux.org> + +pkgname=lyx +pkgver=2.3.5.1 +pkgrel=2 +pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" +arch=('x86_64') +url="https://www.lyx.org" +depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'hunspell' + 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils') +makedepends=('boost') +optdepends=('rcs: built-in version control system' + 'texlive-latexextra: float wrap support' + 'python: support for python scripts') +license=('GPL') +backup=('etc/lyx/lyxrc.dist') +options=('emptydirs') +source=(https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-$pkgver.tar.gz{,.sig} + lyxrc.dist) +validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D') # LyX Release Manager +sha512sums=('9c673ea0deb550934f04370c297aaa30b38631eebba772636b8689aa6abf6c412a70a3d41da2abdd62f58c00b0e8886e8b3a4a03df0744570f2a99cc53e663b1' + 'SKIP' + 'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3') + +build() { + cd "${pkgname}-${pkgver/.1/-1}" + ./configure --prefix=/usr \ + --enable-qt5 --without-included-boost \ + --without-included-mythes + make +} + +package() { + cd "${pkgname}-${pkgver/.1/-1}" + make DESTDIR="${pkgdir}" install + # install default config file + install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist" + ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist" +} Deleted: lyx-enchant2.patch =================================================================== --- lyx-enchant2.patch 2020-06-09 16:57:22 UTC (rev 388677) +++ lyx-enchant2.patch 2020-06-09 16:57:36 UTC (rev 388678) @@ -1,37 +0,0 @@ -diff --git a/lyx-2.2.3/src/EnchantChecker.cpp.orig b/lyx-2.2.3/src/EnchantChecker.cpp -index 7be361a..70d9914 100644 ---- lyx-2.2.3/src/EnchantChecker.cpp.orig -+++ lyx-2.2.3/src/EnchantChecker.cpp -@@ -53,6 +53,8 @@ struct EnchantChecker::Private - - /// the spellers - Spellers spellers_; -+ -+ enchant::Broker instance; - }; - - -@@ -68,12 +70,11 @@ EnchantChecker::Private::~Private() - - enchant::Dict * EnchantChecker::Private::addSpeller(string const & lang) - { -- enchant::Broker * instance = enchant::Broker::instance(); - Speller m; - - try { - LYXERR(Debug::FILES, "request enchant speller for language " << lang); -- m.speller = instance->request_dict(lang); -+ m.speller = instance.request_dict(lang); - } - catch (enchant::Exception & e) { - // FIXME error handling? -@@ -186,8 +187,7 @@ bool EnchantChecker::hasDictionary(Language const * lang) const - { - if (!lang) - return false; -- enchant::Broker * instance = enchant::Broker::instance(); -- return (instance->dict_exists(lang->code())); -+ return (d->instance.dict_exists(lang->code())); - } - - Deleted: lyxrc.dist =================================================================== --- lyxrc.dist 2020-06-09 16:57:22 UTC (rev 388677) +++ lyxrc.dist 2020-06-09 16:57:36 UTC (rev 388678) @@ -1,14 +0,0 @@ -### This file is part of -### ======================================================== -### LyX, The Document Processor -### -### Copyright 1995 Matthias Ettrich -### Copyright 1995-2011 The LyX Team. -### -### ======================================================== - -# The file lyxrc.dist gives initial global options for all LyX users. -# Almost all settings here can be overridden through the preferences in LyX. - -\thesaurusdir_path "/usr/share/mythes" -\hunspelldir_path "/usr/share/myspell" Copied: lyx/repos/extra-x86_64/lyxrc.dist (from rev 388677, lyx/trunk/lyxrc.dist) =================================================================== --- lyxrc.dist (rev 0) +++ lyxrc.dist 2020-06-09 16:57:36 UTC (rev 388678) @@ -0,0 +1,14 @@ +### This file is part of +### ======================================================== +### LyX, The Document Processor +### +### Copyright 1995 Matthias Ettrich +### Copyright 1995-2011 The LyX Team. +### +### ======================================================== + +# The file lyxrc.dist gives initial global options for all LyX users. +# Almost all settings here can be overridden through the preferences in LyX. + +\thesaurusdir_path "/usr/share/mythes" +\hunspelldir_path "/usr/share/myspell"