[arch-commits] Commit in pulseview/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Fri Sep 13 09:43:05 UTC 2019
Date: Friday, September 13, 2019 @ 09:43:05
Author: foutrelis
Revision: 510097
archrelease: copy trunk to community-staging-x86_64
Added:
pulseview/repos/community-staging-x86_64/
pulseview/repos/community-staging-x86_64/PKGBUILD
(from rev 510096, pulseview/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 510096, pulseview/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-09-13 09:43:05 UTC (rev 510097)
@@ -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=3
+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=("https://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