mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/tigervnc fix
This commit is contained in:
parent
c1b82e96e8
commit
3a7515b7ac
2 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v$
|
|||
md5sums=('2177ee42fa1a3902b6feeaa7747f1c2a'
|
||||
'5986510d59e394a50126a8e2833e79d3'
|
||||
'1aad8f06504b3e29a24ccfbaab617973'
|
||||
'71cac0fb9701b0a041430f0fddfe00c8'
|
||||
'b200d83c60e80c6f9693ea19a2d9f5b0'
|
||||
'22f1523a0eca56ad79cfabd0db6e2cf6'
|
||||
'e056a2502dfe0cb3b02e08cab689482f'
|
||||
'b08aa7418317a8b7a196052d99230f1e'
|
||||
|
@ -51,6 +51,7 @@ prepare() {
|
|||
|
||||
cd unix/xserver
|
||||
cp -r ${srcdir}/xorg-server-${_xorgver}/* .
|
||||
patch -Np1 -i ../xserver116.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=TigerVNC viewer
|
||||
Comment=TigerVNC viewer
|
||||
Name=TigerVNC Viewer
|
||||
Comment=VNC client
|
||||
Exec=/usr/bin/vncviewer
|
||||
Icon=tigervnc.png
|
||||
Icon=tigervnc
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Application; Network;
|
||||
Categories=Network;RemoteAccess;
|
||||
|
|
Loading…
Reference in a new issue