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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 07:41:51 UTC 2013


    Date: Tuesday, February 26, 2013 @ 08:41:50
  Author: andrea
Revision: 178686

upgpkg: lyx 2.0.5.1-2

qt4 rebuild

Modified:
  lyx/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 07:36:33 UTC (rev 178685)
+++ PKGBUILD	2013-02-26 07:41:50 UTC (rev 178686)
@@ -4,11 +4,11 @@
 
 pkgname=lyx
 pkgver=2.0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org"
-depends=('qt' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes')
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes')
 makedepends=('boost')
 optdepends=('rcs: built-in version control system'
             'texlive-latexextra: float wrap support')
@@ -23,6 +23,8 @@
           '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   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




More information about the arch-commits mailing list