dino: update to 0.4.1.

Adopted.
This commit is contained in:
Leah Neukirchen 2023-03-03 17:38:42 +01:00
parent 83d06e5666
commit d16127c3c4

View file

@ -1,6 +1,6 @@
# Template file for 'dino' # Template file for 'dino'
pkgname=dino pkgname=dino
version=0.4.0 version=0.4.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON -DUSE_SOUP3=ON" configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON -DUSE_SOUP3=ON"
@ -10,11 +10,11 @@ makedepends="glib-devel qrencode-devel gtk4-devel gpgme-devel libgee-devel
libcanberra-devel gspell-devel libsrtp-devel libnice-devel gnutls-devel libcanberra-devel gspell-devel libsrtp-devel libnice-devel gnutls-devel
gst-plugins-base1-devel libadwaita-devel" gst-plugins-base1-devel libadwaita-devel"
short_desc='Modern XMPP ("Jabber") Chat Client using GTK+/Vala' short_desc='Modern XMPP ("Jabber") Chat Client using GTK+/Vala'
maintainer="Anjandev Momi <anjan@momi.ca>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/dino/dino" homepage="https://github.com/dino/dino"
distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz" distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz"
checksum=ee201f4f58b4da269c18594b0960f66fa07519e0ead4a5951189ff3396f3976c checksum=eeebb08f556fa6f5e04058cda02a59a4313fc4235ca2098febf366095515f31f
if [ "${XBPS_CHECK_PKGS}" ]; then if [ "${XBPS_CHECK_PKGS}" ]; then
configure_args+=" -DBUILD_TESTS=ON" configure_args+=" -DBUILD_TESTS=ON"