[arch-commits] Commit in tightvnc/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sat Nov 8 22:51:49 UTC 2008
Date: Saturday, November 8, 2008 @ 17:51:48
Author: jgc
Revision: 18749
upgpkg: tightvnc 1.3.9-5
Rebuild for libxaw
Modified:
tightvnc/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-08 22:48:50 UTC (rev 18748)
+++ PKGBUILD 2008-11-08 22:51:48 UTC (rev 18749)
@@ -2,19 +2,19 @@
# Maintainer: Paul Mattal <paul at archlinux.org>
pkgname=tightvnc
pkgver=1.3.9
-pkgrel=4
+pkgrel=5
pkgdesc="VNC Unix server && viewer"
arch=(i686 x86_64)
license=('GPL')
url="http://www.tightvnc.com"
-depends=('libjpeg' 'zlib' 'libxaw')
+depends=('libjpeg' 'zlib' 'libxaw' 'libxp')
makedepends=('imake')
conflicts=('vnc')
-source=(http://dl.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2 tightvnc-fontpath-xcolors.patch)
+options=(!makeflags)
+source=(http://downloads.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2 tightvnc-fontpath-xcolors.patch)
md5sums=('49a0748ea52793f2e3069e05af28f716' 'd8402ee60190fa4a4c301df48dae6762')
build() {
- export MAKEFLAGS="-j1"
cd $startdir/src/vnc_unixsrc || return 1
patch -Np1 -i ../tightvnc-fontpath-xcolors.patch || return 1
sed -i 's|/usr/local/|/usr/share/|' vncserver || return 1
More information about the arch-commits
mailing list