mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
remmina: update to 1.2.31.3. (#1953)
This commit is contained in:
parent
f362a3976c
commit
056a5f6bbb
2 changed files with 3 additions and 23 deletions
|
@ -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)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'remmina'
|
# Template file for 'remmina'
|
||||||
pkgname=remmina
|
pkgname=remmina
|
||||||
version=1.2.31.2
|
version=1.2.31.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Remmina-${version}"
|
wrksrc="Remmina-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_APPINDICATOR=OFF -DCMAKE_USE_PTHREADS_INIT=ON"
|
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"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.remmina.org/wp/"
|
homepage="http://www.remmina.org/wp/"
|
||||||
distfiles="https://github.com/FreeRDP/Remmina/archive/v${version}.tar.gz"
|
distfiles="https://github.com/FreeRDP/Remmina/archive/v${version}.tar.gz"
|
||||||
checksum=26307915297d1c7731902d46e90a4a4ab26d7f9ad5d700477c32b2f47f3092be
|
checksum=4e66739e3eb296971fd438324c7ccb05c8d06550e9436ef5876c37ca182a0a0d
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" libexecinfo-devel" ;;
|
*-musl) makedepends+=" libexecinfo-devel" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue