Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -2766,8 +2766,8 @@ leatherman_execution.so.1.12.4 leatherman-1.12.4_1
leatherman_ruby.so.1.12.4 leatherman-1.12.4_1
libfbclient.so.2 libfbclient3-3.0.4.33054_1
libipmiutil.so.1 ipmiutil-3.1.3_4
libQXmppQt6.so.8 qxmpp-1.14.0_1
libQXmppOmemoQt6.so.8 qxmpp-1.14.0_1
libQXmppQt6.so.9 qxmpp-1.15.0_1
libQXmppOmemoQt6.so.9 qxmpp-1.15.0_1
libunwind.so.1 llvm-libunwind-3.8.0_1
libc++abi.so.1 libcxxabi-3.8.0_1
libfastjson.so.4 libfastjson-0.99.3_1
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/qxmpp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'qxmpp'
pkgname=qxmpp
version=1.14.3
version=1.15.1
revision=1
build_style=cmake
configure_args="-DBUILD_EXAMPLES=false -DBUILD_OMEMO=true -DWITH_GSTREAMER=true -DBUILD_TESTS=false"
Expand All @@ -10,8 +10,9 @@ short_desc="Cross-platform C++ XMPP client and server library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/libraries/qxmpp"
changelog="https://invent.kde.org/libraries/qxmpp/-/raw/master/CHANGELOG.md"
distfiles="https://invent.kde.org/libraries/qxmpp/-/archive/v${version}/qxmpp-v${version}.tar.gz"
checksum=22dffcff941a449fedb531cd979e32ca22bf50b6aec4f86d255d173fcd10176b
checksum=f459664a9f0ac92266f7e0efab54aac51cc68695e5c3169b92d38668eefc4f8c

qxmpp-devel_package() {
short_desc+=" - development files"
Expand Down