libquotient: 0.8.1.2 -> 0.8.2

This commit is contained in:
Tim Biermann 2024-04-15 19:36:20 +02:00
parent 38ab4b9d7f
commit baca886507
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 11 additions and 25 deletions

View File

@ -102,6 +102,7 @@ drwxr-xr-x root/root usr/include/Quotient/csapi/definitions/wellknown/
-rw-r--r-- root/root usr/include/Quotient/csapi/whoami.h
-rw-r--r-- root/root usr/include/Quotient/database.h
drwxr-xr-x root/root usr/include/Quotient/e2ee/
-rw-r--r-- root/root usr/include/Quotient/e2ee/cryptoutils.h
-rw-r--r-- root/root usr/include/Quotient/e2ee/e2ee_common.h
-rw-r--r-- root/root usr/include/Quotient/e2ee/qolmaccount.h
-rw-r--r-- root/root usr/include/Quotient/e2ee/qolminboundsession.h
@ -109,6 +110,7 @@ drwxr-xr-x root/root usr/include/Quotient/e2ee/
-rw-r--r-- root/root usr/include/Quotient/e2ee/qolmoutboundsession.h
-rw-r--r-- root/root usr/include/Quotient/e2ee/qolmsession.h
-rw-r--r-- root/root usr/include/Quotient/e2ee/qolmutility.h
-rw-r--r-- root/root usr/include/Quotient/e2ee/sssshandler.h
-rw-r--r-- root/root usr/include/Quotient/eventitem.h
drwxr-xr-x root/root usr/include/Quotient/events/
-rw-r--r-- root/root usr/include/Quotient/events/accountdataevents.h
@ -162,6 +164,7 @@ drwxr-xr-x root/root usr/include/Quotient/jobs/
-rw-r--r-- root/root usr/include/Quotient/quotient_common.h
-rw-r--r-- root/root usr/include/Quotient/quotient_export.h
-rw-r--r-- root/root usr/include/Quotient/room.h
-rw-r--r-- root/root usr/include/Quotient/roommember.h
-rw-r--r-- root/root usr/include/Quotient/roomstateview.h
-rw-r--r-- root/root usr/include/Quotient/settings.h
-rw-r--r-- root/root usr/include/Quotient/ssosession.h
@ -178,8 +181,8 @@ drwxr-xr-x root/root usr/lib/cmake/QuotientQt6/
-rw-r--r-- root/root usr/lib/cmake/QuotientQt6/QuotientQt6Targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/QuotientQt6/QuotientQt6Targets.cmake
lrwxrwxrwx root/root usr/lib/libQuotientQt6.so -> libQuotientQt6.so.0.8
lrwxrwxrwx root/root usr/lib/libQuotientQt6.so.0.8 -> libQuotientQt6.so.0.8.1.2
-rwxr-xr-x root/root usr/lib/libQuotientQt6.so.0.8.1.2
lrwxrwxrwx root/root usr/lib/libQuotientQt6.so.0.8 -> libQuotientQt6.so.0.8.2
-rwxr-xr-x root/root usr/lib/libQuotientQt6.so.0.8.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/QuotientQt6.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3pB9JMEKukxlVJiUu7fwE0XXgHQ6sIw9D8Ex7WXWg35+CiEqiwXdYWA6hrWoyr6LoNAAfUo18FcY+ObI1ceAowY=
SHA256 (Pkgfile) = 85fcfcde52ec037bfff4d79fc626345c10318fccd5587d83d13b8623cf8d5228
SHA256 (.footprint) = fb1a0b56ece8f4f22a769a007aa5d58ffd29d238cd520cf3ae824a37f5a73bb1
SHA256 (libquotient-0.8.1.2.tar.gz) = 5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c
SHA256 (symbol-visibility.patch) = dd761aaeaaa6cefe2666859b9882d868cfba9e39a7fd6ec63344362706096a63
RWTGxEYrvi0p3rbPmyquMGY13l1+k75qYLggE2p9BexNEX8CdGMFlykntk4MqkkHPqNY4KNlDlMZ0cC76zBLYbOpH0nQxsbAKwY=
SHA256 (Pkgfile) = 8a14a09890ec459e3d5d791f3aa0b2e9430b0846b22e07f3a13f8f887c76cb85
SHA256 (.footprint) = 116fea9f5d98625b89425ca3ce7669881d10db8e285e103c568d61d6f34f6b6d
SHA256 (libquotient-0.8.2.tar.gz) = 12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9

View File

@ -4,14 +4,11 @@
# Depends on: libolm qtkeychain6
name=libquotient
version=0.8.1.2
version=0.8.2
release=1
source=(https://github.com/quotient-im/libQuotient/archive/$version/$name-$version.tar.gz
symbol-visibility.patch)
source=(https://github.com/quotient-im/libQuotient/archive/$version/$name-$version.tar.gz)
build() {
patch -Np1 -d libQuotient-$version -i $SRC/symbol-visibility.patch
cmake -S libQuotient-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \

View File

@ -1,13 +0,0 @@
diff --git a/Quotient/quotient_export.h b/Quotient/quotient_export.h
index 56767443..d301bf68 100644
--- a/Quotient/quotient_export.h
+++ b/Quotient/quotient_export.h
@@ -12,7 +12,7 @@
# ifndef QUOTIENT_API
# ifdef BUILDING_SHARED_QUOTIENT
/* We are building this library */
-# define QUOTIENT_API Q_DECL_EXPORT
+# define QUOTIENT_API __attribute__((visibility("default")))
# else
/* We are using this library */
# define QUOTIENT_API Q_DECL_IMPORT