mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/tigervnc to 1.7.0-1
This commit is contained in:
parent
c60f37cb3a
commit
45ed1074a6
1 changed files with 6 additions and 6 deletions
|
@ -5,9 +5,9 @@
|
|||
# - use -fPIC for v7
|
||||
|
||||
pkgname=tigervnc
|
||||
pkgver=1.6.0
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
_xorgver=1.18.0
|
||||
_xorgver=1.18.4
|
||||
pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.tigervnc.org"
|
||||
|
@ -28,9 +28,9 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v$
|
|||
vncviewer.desktop
|
||||
gethomedir.patch
|
||||
xorg118.patch)
|
||||
md5sums=('78b736445781d86c48e942465a391ccc'
|
||||
'3c1c1057d3ad27380d8dd87ffcc182cd'
|
||||
'1aad8f06504b3e29a24ccfbaab617973'
|
||||
md5sums=('0930edf4f339283d856ce7027db40308'
|
||||
'd4842dfe3bd9a9d062f2fa1df9104a46'
|
||||
'a8a20685c23a50f86a13c33ce96a7ba7'
|
||||
'b200d83c60e80c6f9693ea19a2d9f5b0'
|
||||
'22f1523a0eca56ad79cfabd0db6e2cf6'
|
||||
'2fd32181679077eb7f7ca06cf25f443f')
|
||||
|
@ -38,7 +38,7 @@ md5sums=('78b736445781d86c48e942465a391ccc'
|
|||
prepare() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
||||
patch -Np1 -i ${srcdir}/xorg118.patch
|
||||
# patch -Np1 -i ${srcdir}/xorg118.patch
|
||||
patch -Np1 -i ${srcdir}/gethomedir.patch
|
||||
sed -i 's/iconic/nowin/' unix/vncserver
|
||||
|
||||
|
|
Loading…
Reference in a new issue