Date: Friday, February 1, 2019 @ 23:29:00
  Author: arojas
Revision: 429143

archrelease: copy trunk to community-staging-x86_64

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

--------------+
 PKGBUILD     |   36 ++++++++++++++++++++++++++++++++++++
 rebuild.list |    1 +
 2 files changed, 37 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 429142, 
libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-01 23:29:00 UTC (rev 429143)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=libqtxdg
+pkgver=3.3.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=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+            '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 429142, 
libqtxdg/trunk/rebuild.list)
===================================================================
--- community-staging-x86_64/rebuild.list                               (rev 0)
+++ community-staging-x86_64/rebuild.list       2019-02-01 23:29:00 UTC (rev 
429143)
@@ -0,0 +1 @@
+deepin-qt5integration

Reply via email to