diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-22 03:45:42 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-22 03:45:42 +0000 |
commit | d4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 (patch) | |
tree | e33b9107bd1b9ee167a7d4ef8432070c31cfc48f /extra/lyx | |
parent | c925b627b01ec8ab7044dd26b245ac0b99992d0e (diff) |
Tue Apr 22 03:41:19 UTC 2014
Diffstat (limited to 'extra/lyx')
-rw-r--r-- | extra/lyx/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/lyx/lyx.install | 1 |
2 files changed, 6 insertions, 5 deletions
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 <ronald.archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> 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() { |