diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-23 21:43:04 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-23 21:43:04 (GMT) |
commit | 88ea3bd15743e5ded7ac8f409b31c07f545b39ea (patch) | |
tree | bdbce3c55afaf40b86022251150fce19a607082b /abs | |
parent | 03a1a4555589eecf2f4c58e128f6b9f6760fa0fd (diff) | |
download | linhes_pkgbuild-88ea3bd15743e5ded7ac8f409b31c07f545b39ea.zip linhes_pkgbuild-88ea3bd15743e5ded7ac8f409b31c07f545b39ea.tar.gz linhes_pkgbuild-88ea3bd15743e5ded7ac8f409b31c07f545b39ea.tar.bz2 |
tightvnc recompile for newer libxp
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/tightvnc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/tightvnc/PKGBUILD b/abs/extra-testing/tightvnc/PKGBUILD index 29c20c9..1a277b6 100644 --- a/abs/extra-testing/tightvnc/PKGBUILD +++ b/abs/extra-testing/tightvnc/PKGBUILD @@ -1,12 +1,12 @@ pkgname=tightvnc pkgver=1.3.9 -pkgrel=300 +pkgrel=301 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://easynews.dl.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2 tightvnc-fontpath-xcolors.patch) |