[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon May 20 13:52:03 UTC 2019


    Date: Monday, May 20, 2019 @ 13:52:03
  Author: ffy00
Revision: 468087

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
    (from rev 468086, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 13:51:41 UTC (rev 468086)
+++ PKGBUILD	2019-05-20 13:52:03 UTC (rev 468087)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinuc.org>
-# Contributor: Johannes Pohl <johannes.pohl90 at gmail.com>
-
-pkgname=urh
-pkgver=2.5.7
-pkgrel=1
-pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
-arch=('x86_64')
-url='https://github.com/jopohl/urh'
-license=('GPL3')
-depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'python-pyzmq' 'cython')
-makedepends=('gcc' 'python-setuptools'
-             'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-            'cython: for recompiling native backends right from inside URH'
-            'hackrf: for native hackrf backend'
-            'libuhd: for native USRP backend'
-            'limesuite: for native LimeSDR backend'
-            'rtl-sdr: for native RTL-SDR backend'
-            'rfcat-hg: for rfcat plugin'
-            'gnuradio: for USRP gnuradio backend'
-            'gnuradio-osmosdr: for more gnuradio device backends'
-            'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz")
-sha512sums=('69f1d38e6465794b3a226b397486afc63254e2aa5a6781bbec1d192a2b250a66324bb2644c98d474a5ce0bdb92dba99976514ca14fd17c769408cbdac7a6ae98')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop "$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 468086, urh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-20 13:52:03 UTC (rev 468087)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinuc.org>
+# Contributor: Johannes Pohl <johannes.pohl90 at gmail.com>
+
+pkgname=urh
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'python-pyzmq' 'cython')
+makedepends=('gcc' 'python-setuptools'
+             'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+            'cython: compiling native modules inside URH'
+            'hackrf: HackRF backend'
+            'libuhd: USRP backend'
+            'limesuite: LimeSDR backend'
+            'rtl-sdr: RTL-SDR backend'
+            'gnuradio: GNURadio backend'
+            'gnuradio-osmosdr: OsmoSDR backend (via GNURadio)'
+            'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz")
+sha512sums=('daa183690f1e2c097fa3bf27f320076e062b9f04daf6028d295da7f1f64ab184275299748d0b8f9d6cd4bdf2613839c5008439d3cf17512e0764488ccdd1b1ea')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop "$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+



More information about the arch-commits mailing list