mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/tigervnc to 1.6.0-1
This commit is contained in:
parent
8be270e57a
commit
60d3b71fdd
1 changed files with 5 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - use -fPIC for v7
|
||||
|
||||
pkgname=tigervnc
|
||||
pkgver=1.5.0
|
||||
pkgrel=3
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
_xorgver=1.18.0
|
||||
pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -28,7 +28,7 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v$
|
|||
vncviewer.desktop
|
||||
gethomedir.patch
|
||||
xorg118.patch)
|
||||
md5sums=('b11cc4c4d5249b9b8e355ee6f47ec4fe'
|
||||
md5sums=('78b736445781d86c48e942465a391ccc'
|
||||
'3c1c1057d3ad27380d8dd87ffcc182cd'
|
||||
'1aad8f06504b3e29a24ccfbaab617973'
|
||||
'b200d83c60e80c6f9693ea19a2d9f5b0'
|
||||
|
@ -72,6 +72,8 @@ package() {
|
|||
make DESTDIR=${pkgdir} install
|
||||
cd unix/xserver/hw/vnc
|
||||
make DESTDIR=${pkgdir} install
|
||||
install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/contrib/systemd/user/vncserver@.service \
|
||||
$pkgdir/usr/lib/systemd/user/vncserver@.service
|
||||
install -Dm0644 $srcdir/vncserver.service $pkgdir/usr/lib/systemd/system/vncserver.service
|
||||
install -Dm0644 $srcdir/vncviewer.desktop $pkgdir/usr/share/applications/vncviewer.desktop
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue