[arch-commits] Commit in pulseview/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jan 15 08:50:53 UTC 2019


    Date: Tuesday, January 15, 2019 @ 08:50:52
  Author: felixonmars
Revision: 423212

archrelease: copy trunk to community-staging-x86_64

Added:
  pulseview/repos/community-staging-x86_64/
  pulseview/repos/community-staging-x86_64/PKGBUILD
    (from rev 423211, pulseview/trunk/PKGBUILD)

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

Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 423211, pulseview/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-01-15 08:50:52 UTC (rev 423212)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
+
+pkgname=pulseview
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=('x86_64')
+url='https://sigrok.org/wiki/Main_Page'
+license=('GPL3')
+depends=('libsigrok' 'libsigrokdecode' 'qt5-base' 'qt5-svg' 'boost-libs')
+makedepends=('cmake' 'boost')
+source=("http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz")
+sha512sums=('0bae4357be312bf6e997885270887a5bcc0a8dfb6914e63bb0d5abb35389b6681748e0e4667556ad432c5432c861185bcdd8da7815fb570fc8a2fbbf5eed3801')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . \
+  	-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  	-DCMAKE_CXX_FLAGS=-fext-numeric-literals \
+  	-DDISABLE_WERROR=ON -DENABLE_TESTS=OFF
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list