Date: Sunday, April 9, 2023 @ 10:16:54
Author: arojas
Revision: 1443167
archrelease: copy trunk to community-testing-x86_64
Added:
libqtxdg/repos/community-testing-x86_64/
libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 1443166, libqtxdg/trunk/PKGBUILD)
libqtxdg/repos/community-testing-x86_64/keys/
libqtxdg/repos/community-testing-x86_64/rebuild.list
(from rev 1443166, libqtxdg/trunk/rebuild.list)
--------------+
PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
rebuild.list | 7 +++++++
2 files changed, 58 insertions(+)
Copied: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 1443166,
libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2023-04-09 10:16:54 UTC (rev 1443167)
@@ -0,0 +1,51 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+# Co-Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=libqtxdg
+pkgver=3.10.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname"
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake" "lxqt-build-tools")
+checkdepends=("xorg-server-xvfb")
+optdepends=(
+ 'xterm: the default terminal for running .desktop files'
+)
+provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
+source=(
+
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('3b3557bd4e37f7f63b6861f6aab6489b9236c82dcfd9fee6e4ca7ccb7a1dbfa2'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
<[email protected]>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida
<[email protected]>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang
<[email protected]>
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON
+ make
+}
+
+check() {
+ cd build
+
+ xvfb-run --auto-display make test
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+ install -Dm644
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+ -t "$pkgdir"/usr/share/licenses/$pkgname
+}
Copied: libqtxdg/repos/community-testing-x86_64/rebuild.list (from rev 1443166,
libqtxdg/trunk/rebuild.list)
===================================================================
--- community-testing-x86_64/rebuild.list (rev 0)
+++ community-testing-x86_64/rebuild.list 2023-04-09 10:16:54 UTC (rev
1443167)
@@ -0,0 +1,7 @@
+# Check with `sogrep --refresh && sogrep community libQt5XdgIconLoader.so`
+# https://github.com/cutefishos/qt-plugins/blob/0.5/platformtheme/main.cpp#L4
+cutefish-qt-plugins
+#
https://github.com/linuxdeepin/qt5integration/blob/5.5.24/iconengineplugins/xdgiconproxyengine/xdgiconproxyengine.h#L27
+deepin-qt5integration
+#
https://github.com/linuxdeepin/dtkgui/blob/5.6.1.1/src/util/private/xdgiconproxyengine_p.h#L29
+dtkgui