[arch-commits] Commit in libqtxdg/repos (3 files)
Antonio Rojas
arojas at archlinux.org
Tue May 22 12:21:15 UTC 2018
Date: Tuesday, May 22, 2018 @ 12:21:14
Author: arojas
Revision: 327569
archrelease: copy trunk to community-staging-x86_64
Added:
libqtxdg/repos/community-staging-x86_64/
libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 327568, libqtxdg/trunk/PKGBUILD)
libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 327568, libqtxdg/trunk/rebuild.list)
--------------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
rebuild.list | 1 +
2 files changed, 40 insertions(+)
Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 327568, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-05-22 12:21:14 UTC (rev 327569)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=5
+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=(
+ "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+ "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-staging-x86_64/rebuild.list (from rev 327568, libqtxdg/trunk/rebuild.list)
===================================================================
--- community-staging-x86_64/rebuild.list (rev 0)
+++ community-staging-x86_64/rebuild.list 2018-05-22 12:21:14 UTC (rev 327569)
@@ -0,0 +1 @@
+deepin-qt5integration
More information about the arch-commits
mailing list