From 9e9ab642711f2424f828e21d14b98c45cdef2b29 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Dec 2011 23:14:46 +0000 Subject: Thu Dec 1 23:14:46 UTC 2011 --- extra/lesstif/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'extra/lesstif') diff --git a/extra/lesstif/PKGBUILD b/extra/lesstif/PKGBUILD index 8d14fbd97..5d0d91350 100644 --- a/extra/lesstif/PKGBUILD +++ b/extra/lesstif/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 137646 2011-09-10 10:03:09Z andrea $ +# $Id: PKGBUILD 143913 2011-11-30 20:33:57Z andrea $ # Maintainer: # Contributor: Eric Belanger # Contributor: John Proctor @@ -6,21 +6,24 @@ pkgname=lesstif pkgver=0.95.2 -pkgrel=3 +pkgrel=4 pkgdesc="LGPL'd re-implementation of Motif" arch=('i686' 'x86_64') url="http://www.lesstif.org/" license=('LGPL' 'MIT') depends=('freetype2' 'libxt' 'libxp') -options=('!libtool') +options=('!libtool' '!buildflags') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" - 'LICENSE' '040_fedora_XxxxProperty-64bit.diff') + 'LICENSE' + '040_fedora_XxxxProperty-64bit.diff') md5sums=('754187dbac09fcf5d18296437e72a32f' 'b1f320192a9154f72d83e9d3d5a25a2f' '30e2c0babc84696af089d55cb9cb2908') build() { cd "${srcdir}"/${pkgname}-${pkgver} + + # https://bugs.archlinux.org/task/17712 patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff ./configure --prefix=/usr \ @@ -52,6 +55,6 @@ package() { make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install make appdir=/usr/share/X11/app-defaults rootdir=/usr/share/LessTif \ - DESTDIR=${pkgdir} install + DESTDIR="${pkgdir}" install install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } -- cgit v1.2.3-54-g00ecf