Date: Wednesday, November 22, 2017 @ 18:29:45
  Author: arojas
Revision: 268085

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
    (from rev 268084, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
    (from rev 268084, libqtxdg/trunk/rebuild.list)

--------------+
 PKGBUILD     |   39 +++++++++++++++++++++++++++++++++++++++
 rebuild.list |    1 +
 2 files changed, 40 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 268084, 
libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:29:45 UTC (rev 268085)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=2
+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 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@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 268084, 
libqtxdg/trunk/rebuild.list)
===================================================================
--- community-staging-x86_64/rebuild.list                               (rev 0)
+++ community-staging-x86_64/rebuild.list       2017-11-22 18:29:45 UTC (rev 
268085)
@@ -0,0 +1 @@
+deepin-qt5integration

Reply via email to