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

2017-09-10 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 21:13:08
  Author: anatolik
Revision: 256827

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   25 +
 community-staging-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: pulseview/repos/community-staging-i686/PKGBUILD (from rev 256826, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 21:13:08 UTC (rev 256827)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6df7718faf02715fc5e0dad0136793cd4db6418b')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 256826, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 21:13:08 UTC (rev 256827)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6df7718faf02715fc5e0dad0136793cd4db6418b')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 02:58:41
  Author: anatolik
Revision: 237851

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pulseview/repos/community-i686/PKGBUILD
(from rev 237850, pulseview/trunk/PKGBUILD)
  pulseview/repos/community-x86_64/PKGBUILD
(from rev 237850, pulseview/trunk/PKGBUILD)
Deleted:
  pulseview/repos/community-i686/PKGBUILD
  pulseview/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-17 02:57:54 UTC (rev 237850)
+++ community-i686/PKGBUILD 2017-06-17 02:58:41 UTC (rev 237851)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=pulseview
-pkgver=0.3.0
-pkgrel=6
-pkgdesc='A Qt based logic analyzer GUI for sigrok'
-arch=(i686 x86_64)
-url='http://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)
-sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
-
-build() {
-  cd pulseview-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
-  make
-}
-
-package() {
-  cd pulseview-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
-  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
-}

Copied: pulseview/repos/community-i686/PKGBUILD (from rev 237850, 
pulseview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-17 02:58:41 UTC (rev 237851)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6df7718faf02715fc5e0dad0136793cd4db6418b')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+#  install -Dm644 contrib/org.sigrok.PulseView.desktop 
"$pkgdir/usr/share/applications/org.sigrok.PulseView.desktop"
+#  install -Dm644 icons/pulseview.svg "$pkgdir/usr/share/pixmaps/pulseview.svg"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-17 02:57:54 UTC (rev 237850)
+++ community-x86_64/PKGBUILD   2017-06-17 02:58:41 UTC (rev 237851)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=pulseview
-pkgver=0.3.0
-pkgrel=6
-pkgdesc='A Qt based logic analyzer GUI for sigrok'
-arch=(i686 x86_64)
-url='http://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)
-sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
-
-build() {
-  cd pulseview-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
-  make
-}
-
-package() {
-  cd pulseview-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
-  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
-}

Copied: pulseview/repos/community-x86_64/PKGBUILD (from rev 237850, 
pulseview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-17 02:58:41 UTC (rev 237851)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://sigrok.org/wiki/Main_Page'
+license=(GPL3)
+depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)

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

2017-05-21 Thread Antonio Rojas
Date: Sunday, May 21, 2017 @ 19:44:24
  Author: arojas
Revision: 228939

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: pulseview/repos/community-staging-i686/PKGBUILD (from rev 228938, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-21 19:44:24 UTC (rev 228939)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=6
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}

Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 228938, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-21 19:44:24 UTC (rev 228939)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=6
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}


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

2017-01-02 Thread Bartłomiej Piotrowski
Date: Monday, January 2, 2017 @ 09:44:52
  Author: bpiotrowski
Revision: 204235

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: pulseview/repos/community-staging-i686/PKGBUILD (from rev 204234, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-02 09:44:52 UTC (rev 204235)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=5
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}

Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 204234, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-02 09:44:52 UTC (rev 204235)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=5
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}


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

2016-10-07 Thread Bartłomiej Piotrowski
Date: Friday, October 7, 2016 @ 20:10:18
  Author: bpiotrowski
Revision: 191602

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: pulseview/repos/community-staging-i686/PKGBUILD (from rev 191601, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-07 20:10:18 UTC (rev 191602)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=4
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}

Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 191601, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-07 20:10:18 UTC (rev 191602)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=4
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}


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

2016-09-10 Thread Anatol Pomozov
Date: Saturday, September 10, 2016 @ 16:51:43
  Author: anatolik
Revision: 189150

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  pulseview/repos/community-testing-i686/
  pulseview/repos/community-testing-i686/PKGBUILD
(from rev 189146, pulseview/trunk/PKGBUILD)
  pulseview/repos/community-testing-x86_64/
  pulseview/repos/community-testing-x86_64/PKGBUILD
(from rev 189148, pulseview/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   27 +++
 community-testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: pulseview/repos/community-testing-i686/PKGBUILD (from rev 189146, 
pulseview/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-10 16:51:43 UTC (rev 189150)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=3
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}

Copied: pulseview/repos/community-testing-x86_64/PKGBUILD (from rev 189148, 
pulseview/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-10 16:51:43 UTC (rev 189150)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=3
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}


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

2016-08-25 Thread Anatol Pomozov
Date: Thursday, August 25, 2016 @ 16:24:40
  Author: anatolik
Revision: 187537

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pulseview/repos/community-i686/
  pulseview/repos/community-i686/PKGBUILD
(from rev 187536, pulseview/trunk/PKGBUILD)
  pulseview/repos/community-x86_64/
  pulseview/repos/community-x86_64/PKGBUILD
(from rev 187536, pulseview/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: pulseview/repos/community-i686/PKGBUILD (from rev 187536, 
pulseview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-25 16:24:40 UTC (rev 187537)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}

Copied: pulseview/repos/community-x86_64/PKGBUILD (from rev 187536, 
pulseview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-25 16:24:40 UTC (rev 187537)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://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)
+sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
+  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+}