Merge pull request #1228 from CvH/tiger-8

backport of #1227
This commit is contained in:
Christian Hewitt 2017-01-29 14:28:43 +04:00 committed by GitHub
commit 88204b129e
2 changed files with 8 additions and 5 deletions

View File

@ -1,2 +1,5 @@
101
- update to TigerVNC 1.7.1
100 100
- Initial addon - Initial addon

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# This file is part of LibreELEC - http://www.libreelec.tv # This file is part of LibreELEC - http://www.libreelec.tv
# Copyright (C) 2016 Team LibreELEC # Copyright (C) 2016-2017 Team LibreELEC
# #
# LibreELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,20 +17,20 @@
################################################################################ ################################################################################
PKG_NAME="tigervnc" PKG_NAME="tigervnc"
PKG_VERSION="1.7.0" PKG_VERSION="1.7.1"
PKG_REV="100" PKG_REV="101"
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 libXext libXtst zlib libjpeg-turbo"
PKG_SECTION="service" PKG_SECTION="service"
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_IS_ADDON="yes" PKG_IS_ADDON="yes"
PKG_ADDON_NAME="TigerVNC" PKG_ADDON_NAME="TigerVNC"
PKG_ADDON_TYPE="xbmc.service" PKG_ADDON_TYPE="xbmc.service"
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_CMAKE_OPTS_TARGET="-DBUILD_VIEWER=off" PKG_CMAKE_OPTS_TARGET="-DBUILD_VIEWER=off"