From d4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 22 Apr 2014 03:45:42 +0000 Subject: Tue Apr 22 03:41:19 UTC 2014 --- extra/lyx/PKGBUILD | 10 +++++----- extra/lyx/lyx.install | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/lyx') diff --git a/extra/lyx/PKGBUILD b/extra/lyx/PKGBUILD index 7cb70b628..cde86bda9 100644 --- a/extra/lyx/PKGBUILD +++ b/extra/lyx/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 208768 2014-03-26 20:31:50Z ronald $ +# $Id: PKGBUILD 211617 2014-04-21 17:02:48Z ronald $ # Maintainer: Ronald van Haren # Contributor: Jason Chu pkgname=lyx -pkgver=2.0.7.1 +pkgver=2.1.0 pkgrel=1 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" arch=('i686' 'x86_64') url="http://www.lyx.org" -depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes') -makedepends=('boost') +depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes' 'file') +makedepends=('boost' 'bc') optdepends=('rcs: built-in version control system' 'texlive-latexextra: float wrap support') license=('GPL') @@ -18,7 +18,7 @@ install=lyx.install options=('emptydirs') source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz lyx.desktop lyxrc.dist) -sha1sums=('fd24172f3b5daf42ad8d3ab3dbaafe2cefaf1c18' +sha1sums=('8e31c4bb34db0424128ff5d35849805835010b31' 'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad' '56416642cc3da2a13b87b84e6b87c1a239f3d09a') diff --git a/extra/lyx/lyx.install b/extra/lyx/lyx.install index c15c17b3a..179b075bd 100644 --- a/extra/lyx/lyx.install +++ b/extra/lyx/lyx.install @@ -1,5 +1,6 @@ post_install() { update-desktop-database -q + xdg-icon-resource forceupdate --theme hicolor &> /dev/null } post_upgrade() { -- cgit v1.2.3-54-g00ecf