Merge pull request #1680 from awiouy/tigervnc-9

tigervnc: update to 1.8.0
This commit is contained in:
Christian Hewitt 2017-06-16 11:17:56 +04:00 committed by GitHub
commit f1299d8dff
3 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,8 @@
102
- Update to 1.8.0
101 101
- update to TigerVNC 1.7.1 - update to 1.7.1
100 100
- Initial addon - Initial addon

View File

@ -17,13 +17,13 @@
################################################################################ ################################################################################
PKG_NAME="tigervnc" PKG_NAME="tigervnc"
PKG_VERSION="1.7.1" PKG_VERSION="1.8.0"
PKG_REV="102" PKG_REV="103"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="GPLv2" PKG_LICENSE="GPLv2"
PKG_SITE="http://www.tigervnc.org" PKG_SITE="http://www.tigervnc.org"
PKG_URL="https://github.com/TigerVNC/tigervnc/archive/v$PKG_VERSION.tar.gz" PKG_URL="https://github.com/TigerVNC/tigervnc/archive/v$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain cmake:host libX11 libXext libXtst zlib libjpeg-turbo" PKG_DEPENDS_TARGET="toolchain cmake:host libX11 libXdamage libXext libXtst zlib libjpeg-turbo"
PKG_SECTION="service" PKG_SECTION="service"
PKG_SHORTDESC="$PKG_ADDON_NAME server" PKG_SHORTDESC="$PKG_ADDON_NAME server"
PKG_LONGDESC="$PKG_ADDON_NAME ($PKG_VERSION) is a high-performance, platform-neutral implementation of Virtual Network Computing, a client/server application that allows users to launch and interact with graphical applications on remote machines" PKG_LONGDESC="$PKG_ADDON_NAME ($PKG_VERSION) is a high-performance, platform-neutral implementation of Virtual Network Computing, a client/server application that allows users to launch and interact with graphical applications on remote machines"
@ -32,7 +32,7 @@ PKG_IS_ADDON="yes"
PKG_ADDON_NAME="TigerVNC" PKG_ADDON_NAME="TigerVNC"
PKG_ADDON_TYPE="xbmc.service" PKG_ADDON_TYPE="xbmc.service"
PKG_CMAKE_OPTS_TARGET="-DBUILD_VIEWER=off" PKG_CMAKE_OPTS_TARGET="-DBUILD_VIEWER=off -Wno-dev"
makeinstall_target() { makeinstall_target() {
: # nothing to do : # nothing to do

View File

@ -0,0 +1,10 @@
--- a/CMakeLists.txt 2017-06-12 12:08:55.347685243 +0000
+++ b/CMakeLists.txt 2017-06-12 12:09:01.337595834 +0000
@@ -300,7 +300,6 @@
add_subdirectory(media)
endif()
-add_subdirectory(tests)
include(cmake/BuildPackages.cmake)