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

Anatol Pomozov anatolik at archlinux.org
Sat Jun 17 02:37:32 UTC 2017


    Date: Saturday, June 17, 2017 @ 02:37:31
  Author: anatolik
Revision: 237837

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-17 02:36:44 UTC (rev 237836)
+++ community-i686/PKGBUILD	2017-06-17 02:37:31 UTC (rev 237837)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug <t.krug at elektronenpumpe.de>
-# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
-
-pkgname=libsigrok
-pkgver=0.4.0
-pkgrel=4
-pkgdesc='Client software that supports various hardware logic analyzers, core library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(swig python pygobject-devel python-numpy python-setuptools
-             cmake python2) # for doxygen-1.8.12
-optdepends=('python')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz
-        https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.src.tar.gz)
-sha1sums=('6d57bea676ce60b6591162c45854ede6f9d8ceb9'
-          'eacf83859a5bd7f3f71b46f34759cefe1a05babc')
-
-# libsigrok fail to build with doxygen-1.8.13 (segfault)
-prepare() {
-  cd "$srcdir/doxygen-1.8.12"
-  rm -rf build && mkdir build && cd build
-  cmake ../ \
-    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-    -DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
-    -Dbuild_doc:BOOL=OFF \
-    -Dbuild_wizard:BOOL=OFF
-  make
-  make DESTDIR="$srcdir" install
-}
-
-build() {
-  cd libsigrok-$pkgver
-  # our doxygen executable
-  export PATH=$PATH:"$srcdir"/usr/bin
- ./configure --prefix=/usr --disable-ruby --disable-java
-  make
-}
-
-package() {
-  cd libsigrok-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: libsigrok/repos/community-i686/PKGBUILD (from rev 237836, libsigrok/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-17 02:37:31 UTC (rev 237837)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Thomas Krug <t.krug at elektronenpumpe.de>
+# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
+
+pkgname=libsigrok
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, core library'
+arch=(i686 x86_64)
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=(GPL3)
+depends=(libftdi libserialport glibmm libzip libieee1284)
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
+
+build() {
+  cd libsigrok-$pkgver
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrok-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-17 02:36:44 UTC (rev 237836)
+++ community-x86_64/PKGBUILD	2017-06-17 02:37:31 UTC (rev 237837)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug <t.krug at elektronenpumpe.de>
-# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
-
-pkgname=libsigrok
-pkgver=0.4.0
-pkgrel=4
-pkgdesc='Client software that supports various hardware logic analyzers, core library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(swig python pygobject-devel python-numpy python-setuptools
-             cmake python2) # for doxygen-1.8.12
-optdepends=('python')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz
-        https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.src.tar.gz)
-sha1sums=('6d57bea676ce60b6591162c45854ede6f9d8ceb9'
-          'eacf83859a5bd7f3f71b46f34759cefe1a05babc')
-
-# libsigrok fail to build with doxygen-1.8.13 (segfault)
-prepare() {
-  cd "$srcdir/doxygen-1.8.12"
-  rm -rf build && mkdir build && cd build
-  cmake ../ \
-    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-    -DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
-    -Dbuild_doc:BOOL=OFF \
-    -Dbuild_wizard:BOOL=OFF
-  make
-  make DESTDIR="$srcdir" install
-}
-
-build() {
-  cd libsigrok-$pkgver
-  # our doxygen executable
-  export PATH=$PATH:"$srcdir"/usr/bin
- ./configure --prefix=/usr --disable-ruby --disable-java
-  make
-}
-
-package() {
-  cd libsigrok-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: libsigrok/repos/community-x86_64/PKGBUILD (from rev 237836, libsigrok/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-17 02:37:31 UTC (rev 237837)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Thomas Krug <t.krug at elektronenpumpe.de>
+# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
+
+pkgname=libsigrok
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, core library'
+arch=(i686 x86_64)
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=(GPL3)
+depends=(libftdi libserialport glibmm libzip libieee1284)
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
+
+build() {
+  cd libsigrok-$pkgver
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrok-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}



More information about the arch-commits mailing list