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

Ionut Biru ibiru at archlinux.org
Sat Jun 19 22:40:53 UTC 2010


    Date: Saturday, June 19, 2010 @ 18:40:53
  Author: ibiru
Revision: 82956

upgpkg: lyx 1.6.6.1-1
update to 1.6.6.1, boost 1.43 rebuild

Modified:
  lyx/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-19 22:10:21 UTC (rev 82955)
+++ PKGBUILD	2010-06-19 22:40:53 UTC (rev 82956)
@@ -3,17 +3,18 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=lyx
-pkgver=1.6.5
-pkgrel=3
+pkgver=1.6.6.1
+pkgrel=1
 pkgdesc="An advanced open-source document processor."
 arch=('i686' 'x86_64')
 url="http://www.lyx.org"
-depends=('qt' 'texlive-core' 'python' 'perl' 'imagemagick' 'aspell' 'aiksaurus' 'boost>=1.41.0')
+depends=('qt' 'texlive-core' 'python' 'perl' 'imagemagick' 'aspell' 'aiksaurus' 'boost-libs')
+makedepends=('boost')
 optdepends=('texlive-latex3: pdf export')
 license=('GPL')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$pkgname-$pkgver.tar.bz2 \
 	lyx.desktop)
-md5sums=('35a10d8cb8e4bdd296092d9d981330c9'
+md5sums=('a17e4c37f7def9f18052e03634d42ca5'
          'c11db315dc99254a4118827f98922623')
 
 build() {
@@ -22,6 +23,11 @@
   ./configure --prefix=/usr \
     --with-frontend=qt4 --without-included-boost
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install || return 1
 
   # install desktop entry




More information about the arch-commits mailing list