[arch-commits] Commit in lyx/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Sep 17 12:43:38 UTC 2018


    Date: Monday, September 17, 2018 @ 12:43:37
  Author: ronald
Revision: 334685

upgpkg: lyx 2.3.1-1

update to 2.3.1; scripts now all support python3 -> change depends

Modified:
  lyx/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 12:21:07 UTC (rev 334684)
+++ PKGBUILD	2018-09-17 12:43:37 UTC (rev 334685)
@@ -2,13 +2,14 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=lyx
-pkgver=2.3.0
+pkgver=2.3.1
+_pkgver='2.3.1-2'
 pkgrel=1
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('x86_64')
 url="http://www.lyx.org"
-depends=('qt5-svg' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes' 'file'
-         'hicolor-icon-theme')
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
+         'libmythes' 'file' 'hicolor-icon-theme')
 makedepends=('boost' 'bc')
 optdepends=('rcs: built-in version control system'
             'texlive-latexextra: float wrap support'
@@ -16,19 +17,15 @@
 license=('GPL')
 backup=('etc/lyx/lyxrc.dist')
 options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$pkgver.tar.xz{,.sig}
-        lyxrc.dist lyx-enchant2.patch)
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
+        lyxrc.dist)
 validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release Manager
-sha512sums=('77366d365f600069564b6d508ba2169744bbc7bc4dc9cb7e9d5f44941796dd7a027ca9ad08f5a67fd6863cbd1f6308ce5233b6e8685ebc6cf78ed19eef84ccb5'
-            'SKIP'           
-            'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3'
-            '4c3ac4d6b01cb8072179718d9401e61634ce3ac0f324e1d4955d7026889183734d04d9760cc850bce6308917060584eab41d389812e0ddafdf80386c21e04d49')
+sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
+            'SKIP'
+            '7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
 
-
 prepare() {
   cd $pkgname-$pkgver
-  patch -p1 -i ../lyx-enchant2.patch # Fix build with Enchant 2.x
-  sed -e 's|\[enchant\]|\[enchant-2\]|g' -i config/spell.m4
   autoreconf -vi
 }
 



More information about the arch-commits mailing list