summaryrefslogtreecommitdiff
path: root/qtkeychain
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-11-07 13:54:33 +0100
committerTim Biermann <tbier@posteo.de>2021-11-07 13:54:33 +0100
commite34b422fb6234a5b74d71155c807059279173ad0 (patch)
tree4a8f87dd91d2a816055b42dca798a077a50408e2 /qtkeychain
parent71595c465e668412bc5e4b89019349d831e7629e (diff)
downloadcontrib-e34b422fb6234a5b74d71155c807059279173ad0.tar.gz
contrib-e34b422fb6234a5b74d71155c807059279173ad0.tar.xz
qtkeychain: updated footprint, explicitly set to build qt5
Diffstat (limited to 'qtkeychain')
-rw-r--r--qtkeychain/.footprint6
-rw-r--r--qtkeychain/.signature6
-rw-r--r--qtkeychain/Pkgfile2
3 files changed, 8 insertions, 6 deletions
diff --git a/qtkeychain/.footprint b/qtkeychain/.footprint
index d8240637e..1c67d868f 100644
--- a/qtkeychain/.footprint
+++ b/qtkeychain/.footprint
@@ -8,11 +8,11 @@ drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/Qt5Keychain/
-rw-r--r-- root/root usr/lib/cmake/Qt5Keychain/Qt5KeychainConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/Qt5Keychain/Qt5KeychainConfigVersion.cmake
--rw-r--r-- root/root usr/lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends-release.cmake
-rw-r--r-- root/root usr/lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends.cmake
+-rw-r--r-- root/root usr/lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends-release.cmake
+-rwxr-xr-x root/root usr/lib/libqt5keychain.so.0.13.0
+lrwxrwxrwx root/root usr/lib/libqt5keychain.so.1 -> libqt5keychain.so.0.13.0
lrwxrwxrwx root/root usr/lib/libqt5keychain.so -> libqt5keychain.so.1
--rwxr-xr-x root/root usr/lib/libqt5keychain.so.0.12.0
-lrwxrwxrwx root/root usr/lib/libqt5keychain.so.1 -> libqt5keychain.so.0.12.0
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/modules/
diff --git a/qtkeychain/.signature b/qtkeychain/.signature
index 2265c10f6..705efb949 100644
--- a/qtkeychain/.signature
+++ b/qtkeychain/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32CSHpXl5fAOiK1qtkT91Dka6bdnPeMVMo7BaCNNrAFFITtEIP4/S8Fu6Ijy7LEQOx1G8eoqziXa33u2EOPvggs=
-SHA256 (Pkgfile) = 87eadc99d730c547d0f49b1b6777675bb999163eb00d4c5d82ac424ef20ff786
-SHA256 (.footprint) = c98c42f12dd6bcfa91f88972c1ac5f00d6d6067b18949509b14e1625715a0fc9
+RWSagIOpLGJF3+HwRsPekHPDiLYF77M2XvCPUsHjr/ZTkNUjw5b3xB7Kgp4cYAXuECPQuPj/5oTsANNfacI29q40bgShxeVa+Ac=
+SHA256 (Pkgfile) = ad2ece0dbd1ee95df6552dbbb3f37e584d7ba39dc0a71beffb3631856d923e58
+SHA256 (.footprint) = dfaa415e2b99ddbcce2c84406fee699352f362229211df52b277041fdb8746f7
SHA256 (qtkeychain-0.13.0.tar.gz) = 5c04ad1c2f1142197544ddbce249c73b45c724bd683e6dc89bdefbc8e6be36e7
diff --git a/qtkeychain/Pkgfile b/qtkeychain/Pkgfile
index 8aada4c2b..77a42b5da 100644
--- a/qtkeychain/Pkgfile
+++ b/qtkeychain/Pkgfile
@@ -16,6 +16,8 @@ build() {
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
+ -D BUILD_WITH_QT6=OFF \
+ -D BUILD_WITH_QT5=ON \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit