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
|
# - use -fPIC for v7
|
||||||
|
|
||||||
pkgname=tigervnc
|
pkgname=tigervnc
|
||||||
pkgver=1.6.0
|
pkgver=1.7.0
|
||||||
pkgrel=1
|
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."
|
pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.tigervnc.org"
|
url="http://www.tigervnc.org"
|
||||||
|
@ -28,9 +28,9 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v$
|
||||||
vncviewer.desktop
|
vncviewer.desktop
|
||||||
gethomedir.patch
|
gethomedir.patch
|
||||||
xorg118.patch)
|
xorg118.patch)
|
||||||
md5sums=('78b736445781d86c48e942465a391ccc'
|
md5sums=('0930edf4f339283d856ce7027db40308'
|
||||||
'3c1c1057d3ad27380d8dd87ffcc182cd'
|
'd4842dfe3bd9a9d062f2fa1df9104a46'
|
||||||
'1aad8f06504b3e29a24ccfbaab617973'
|
'a8a20685c23a50f86a13c33ce96a7ba7'
|
||||||
'b200d83c60e80c6f9693ea19a2d9f5b0'
|
'b200d83c60e80c6f9693ea19a2d9f5b0'
|
||||||
'22f1523a0eca56ad79cfabd0db6e2cf6'
|
'22f1523a0eca56ad79cfabd0db6e2cf6'
|
||||||
'2fd32181679077eb7f7ca06cf25f443f')
|
'2fd32181679077eb7f7ca06cf25f443f')
|
||||||
|
@ -38,7 +38,7 @@ md5sums=('78b736445781d86c48e942465a391ccc'
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
|
|
||||||
patch -Np1 -i ${srcdir}/xorg118.patch
|
# patch -Np1 -i ${srcdir}/xorg118.patch
|
||||||
patch -Np1 -i ${srcdir}/gethomedir.patch
|
patch -Np1 -i ${srcdir}/gethomedir.patch
|
||||||
sed -i 's/iconic/nowin/' unix/vncserver
|
sed -i 's/iconic/nowin/' unix/vncserver
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue