Date: Thursday, February 28, 2019 @ 12:22:18
  Author: yan12125
Revision: 437027

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-notificationd/repos/community-testing-x86_64/
  lxqt-notificationd/repos/community-testing-x86_64/PKGBUILD
    (from rev 437026, lxqt-notificationd/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: lxqt-notificationd/repos/community-testing-x86_64/PKGBUILD (from rev 
437026, lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-02-28 12:22:18 UTC (rev 437027)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-notificationd
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="LXQt notification daemon and library."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base" "liblxqt" "kwindowsystem")
+makedepends=("cmake" "lxqt-build-tools")
+provides=("notification-daemon")
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha512sums=('dcd1892ff66d6beb5c8953c6731f798a59272365fb7439277732b145cc9e6479314415481d9e8aae9fd670d779011c3d7bb3874b05a67cfad2a722f467866795'
+            '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
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to