Date: Tuesday, September 18, 2018 @ 20:25:12
  Author: arojas
Revision: 383300

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 383299, 
libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 20:25:12 UTC (rev 383300)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=libqtxdg
+pkgver=3.2.0
+pkgrel=4
+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=(
+       "949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+)
+
+
+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 383299, 
libqtxdg/trunk/rebuild.list)
===================================================================
--- community-staging-x86_64/rebuild.list                               (rev 0)
+++ community-staging-x86_64/rebuild.list       2018-09-18 20:25:12 UTC (rev 
383300)
@@ -0,0 +1 @@
+deepin-qt5integration

Reply via email to