From 77f9a2b318947fde60adb0b3029f09255038f7f6 Mon Sep 17 00:00:00 2001 From: Neophytos Date: Tue, 3 Jul 2012 17:00:08 +0000 Subject: [PATCH] lyx update --- lyx/PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lyx/PKGBUILD b/lyx/PKGBUILD index e99aa21eb..ec21860ac 100644 --- a/lyx/PKGBUILD +++ b/lyx/PKGBUILD @@ -1,14 +1,10 @@ # # Apps Packages for Chakra, part of chakra-project.org # -# maintainer (i686): Phil Miller -# maintainer (x86_64): Manuel Tortosa - -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf +# maintainer: Neophytos Kolokotronis pkgname=lyx -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 pkgdesc="An advanced open-source document processor." arch=('i686' 'x86_64') @@ -20,7 +16,8 @@ categories=('office') license=('GPL') source=(ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz \ lyx.desktop) -md5sums=('10b94117d95e33e0628204b56185ed2d' +screenshot=('http://www.lyx.org/images/about/main_window.png') +md5sums=('3c0a5216270d6ac8637c667ff59ca12b' '0a7a76d3d9682f8d18ef0ed002b6d6e8') build() { @@ -28,7 +25,7 @@ build() { ./configure --prefix=/usr \ --with-frontend=qt4 --without-included-boost - make + make } package() {