remmina: update to 1.2.31.3. (#1953)

This commit is contained in:
cr6git 2018-08-19 19:29:46 +02:00 committed by GitHub
parent f362a3976c
commit 056a5f6bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 23 deletions

View file

@ -1,20 +0,0 @@
--- cmake/FindLIBSSH.cmake 2018-07-31 14:53:53.000000000 +0200
+++ cmake/FindLIBSSH.cmake 2018-08-12 05:19:14.943145715 +0200
@@ -42,16 +42,11 @@
PATHS ${PC_LIBSSH_PKGCONF_LIBRARY_DIRS}
)
-find_library(LIBSSH_THREADS_LIBRARY
- NAMES ssh_threads
- PATHS ${PC_LIBSSH_LIBDIR} ${PC_LIBSSH_LIBRARY_DIRS}
-)
-
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LIBSSH DEFAULT_MSG LIBSSH_LIBRARY LIBSSH_INCLUDE_DIR)
-set(LIBSSH_LIBRARIES ${LIBSSH_LIBRARY} ${LIBSSH_THREADS_LIBRARY})
+set(LIBSSH_LIBRARIES ${LIBSSH_LIBRARY})
set(LIBSSH_INCLUDE_DIRS ${LIBSSH_INCLUDE_DIR})
mark_as_advanced(LIBSSH_INCLUDE_DIR LIBSSH_LIBRARY)

View file

@ -1,7 +1,7 @@
# Template file for 'remmina'
pkgname=remmina
version=1.2.31.2
revision=2
version=1.2.31.3
revision=1
wrksrc="Remmina-${version}"
build_style=cmake
configure_args="-DWITH_APPINDICATOR=OFF -DCMAKE_USE_PTHREADS_INIT=ON"
@ -16,7 +16,7 @@ maintainer="cr6git <quark6@protonmail.com>"
license="GPL-2.0-or-later"
homepage="http://www.remmina.org/wp/"
distfiles="https://github.com/FreeRDP/Remmina/archive/v${version}.tar.gz"
checksum=26307915297d1c7731902d46e90a4a4ab26d7f9ad5d700477c32b2f47f3092be
checksum=4e66739e3eb296971fd438324c7ccb05c8d06550e9436ef5876c37ca182a0a0d
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel" ;;