[arch-commits] Commit in libqtxdg/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jan 29 21:30:45 UTC 2019
Date: Tuesday, January 29, 2019 @ 21:30:43
Author: felixonmars
Revision: 428458
archrelease: copy trunk to community-testing-x86_64
Added:
libqtxdg/repos/community-testing-x86_64/
libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 428457, libqtxdg/trunk/PKGBUILD)
libqtxdg/repos/community-testing-x86_64/rebuild.list
(from rev 428457, libqtxdg/trunk/rebuild.list)
--------------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
rebuild.list | 1 +
2 files changed, 37 insertions(+)
Copied: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 428457, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2019-01-29 21:30:43 UTC (rev 428458)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: libqtxdg/repos/community-testing-x86_64/rebuild.list (from rev 428457, libqtxdg/trunk/rebuild.list)
===================================================================
--- community-testing-x86_64/rebuild.list (rev 0)
+++ community-testing-x86_64/rebuild.list 2019-01-29 21:30:43 UTC (rev 428458)
@@ -0,0 +1 @@
+deepin-qt5integration
More information about the arch-commits
mailing list