diff --git a/srcpkgs/dino/patches/fix-minimal-libsignal-version.patch b/srcpkgs/dino/patches/fix-minimal-libsignal-version.patch new file mode 100644 index 0000000000..0f6465437e --- /dev/null +++ b/srcpkgs/dino/patches/fix-minimal-libsignal-version.patch @@ -0,0 +1,13 @@ +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) diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template index e80f36a978..2b51a06331 100644 --- a/srcpkgs/dino/template +++ b/srcpkgs/dino/template @@ -1,7 +1,7 @@ # Template file for 'dino' pkgname=dino version=0.1.0 -revision=1 +revision=2 build_style=cmake configure_args="-GNinja -DDINO_PLUGIN_ENABLED_notification-sound=ON" make_cmd=ninja