[arch-commits] Commit in libqtxdg/repos (3 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Apr 24 19:14:55 UTC 2020
Date: Friday, April 24, 2020 @ 19:14:54
Author: yan12125
Revision: 619521
archrelease: copy trunk to community-staging-x86_64
Added:
libqtxdg/repos/community-staging-x86_64/
libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 619520, libqtxdg/trunk/PKGBUILD)
libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 619520, libqtxdg/trunk/rebuild.list)
--------------+
PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
rebuild.list | 1 +
2 files changed, 49 insertions(+)
Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 619520, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-24 19:14:54 UTC (rev 619521)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12125 at gmail.com>
+
+pkgname=libqtxdg
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org"
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake" "lxqt-build-tools")
+checkdepends=("xorg-server-xvfb")
+provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
+source=(
+ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+
+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-staging-x86_64/rebuild.list (from rev 619520, libqtxdg/trunk/rebuild.list)
===================================================================
--- community-staging-x86_64/rebuild.list (rev 0)
+++ community-staging-x86_64/rebuild.list 2020-04-24 19:14:54 UTC (rev 619521)
@@ -0,0 +1 @@
+deepin-qt5integration
More information about the arch-commits
mailing list