From 056a5f6bbbaae4c932e0bc13e785f6caf1cff7ad Mon Sep 17 00:00:00 2001 From: cr6git Date: Sun, 19 Aug 2018 19:29:46 +0200 Subject: [PATCH] remmina: update to 1.2.31.3. (#1953) --- .../patches/remove-libssh-threads.patch | 20 ------------------- srcpkgs/remmina/template | 6 +++--- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 srcpkgs/remmina/patches/remove-libssh-threads.patch diff --git a/srcpkgs/remmina/patches/remove-libssh-threads.patch b/srcpkgs/remmina/patches/remove-libssh-threads.patch deleted file mode 100644 index 0c14549e27..0000000000 --- a/srcpkgs/remmina/patches/remove-libssh-threads.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/remmina/template b/srcpkgs/remmina/template index 2f98753895..19d555343f 100644 --- a/srcpkgs/remmina/template +++ b/srcpkgs/remmina/template @@ -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 " 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" ;;