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

Ionut Biru ibiru at archlinux.org
Wed May 25 15:39:01 UTC 2011


    Date: Wednesday, May 25, 2011 @ 11:39:01
  Author: ibiru
Revision: 124982

upgpkg: lyx 1.6.10-1
boost 1.46.1 rebuild

Modified:
  lyx/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-25 14:53:25 UTC (rev 124981)
+++ PKGBUILD	2011-05-25 15:39:01 UTC (rev 124982)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=lyx
-pkgver=1.6.9
-pkgrel=2
+pkgver=1.6.10
+pkgrel=1
 pkgdesc="An advanced open-source document processor."
 arch=('i686' 'x86_64')
 url="http://www.lyx.org"
@@ -12,14 +12,15 @@
 makedepends=('boost')
 license=('GPL')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$pkgname-$pkgver.tar.bz2 \
-	lyx.desktop)
-sha1sums=('a1acacc8a26546542e32977ae222e811c98b1ca4'
+        lyx.desktop)
+sha1sums=('344e14897ea7d004bf181eac39355f1b08f0af83'
           'e207a0b14d58aeb7b83f8fc47ab2e668cbc66844')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
   sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
   ./configure --prefix=/usr \
     --with-frontend=qt4 --without-included-boost
   make




More information about the arch-commits mailing list