dino: update to 0.2.0.
This commit is contained in:
parent
ed1fdb7e9e
commit
818f95ffbd
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git plugins/signal-protocol/CMakeLists.txt plugins/signal-protocol/CMakeLists.txt
|
||||
index 0ae8411..a687c79 100644
|
||||
--- plugins/signal-protocol/CMakeLists.txt
|
||||
+++ plugins/signal-protocol/CMakeLists.txt
|
||||
@@ -32,7 +32,7 @@ if(NOT BUILD_LIBSIGNAL_IN_TREE)
|
||||
# libsignal-protocol-c has a history of breaking compatibility on the patch level
|
||||
# we'll have to check compatibility for every new release
|
||||
# distro maintainers may update this dependency after compatibility tests
|
||||
- find_package(SignalProtocol 2.3.2 EXACT REQUIRED)
|
||||
+ find_package(SignalProtocol 2.3.2 REQUIRED)
|
||||
else()
|
||||
add_subdirectory(libsignal-protocol-c EXCLUDE_FROM_ALL)
|
||||
set_property(TARGET curve25519 PROPERTY POSITION_INDEPENDENT_CODE ON)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dino'
|
||||
pkgname=dino
|
||||
version=0.1.0
|
||||
revision=4
|
||||
version=0.2.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-GNinja -DDINO_PLUGIN_ENABLED_notification-sound=ON"
|
||||
make_cmd=ninja
|
||||
|
@ -14,7 +14,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/dino/dino"
|
||||
distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz"
|
||||
checksum="202b7db322d85389b0bebc3c38976e7f7beaceddd1fc46b8123e50c6c7c07b8d"
|
||||
checksum=51d139d62e90ef30b25e19dbe48322e2a35af3de38fd8094a0c89188947567f2
|
||||
|
||||
if [ "${XBPS_CHECK_PKGS}" ]; then
|
||||
configure_args+=" -DBUILD_TESTS=ON"
|
||||
|
|
Loading…
Reference in a new issue