[arch-commits] Commit in gnuradio-fcdproplus/repos/community-staging-x86_64 (4 files)

Kyle Keen kkeen at archlinux.org
Thu Dec 31 09:51:02 UTC 2020


    Date: Thursday, December 31, 2020 @ 09:51:02
  Author: kkeen
Revision: 800368

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
    (from rev 800367, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
    (from rev 800367, gnuradio-fcdproplus/trunk/PKGBUILD)
Deleted:
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD

---------------------+
 88-fcdproplus.rules |   18 +++++-----
 PKGBUILD            |   86 +++++++++++++++++++++++++-------------------------
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: 88-fcdproplus.rules
===================================================================
--- 88-fcdproplus.rules	2020-12-31 09:50:50 UTC (rev 800367)
+++ 88-fcdproplus.rules	2020-12-31 09:51:02 UTC (rev 800368)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules (from rev 800367, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===================================================================
--- 88-fcdproplus.rules	                        (rev 0)
+++ 88-fcdproplus.rules	2020-12-31 09:51:02 UTC (rev 800368)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-31 09:50:50 UTC (rev 800367)
+++ PKGBUILD	2020-12-31 09:51:02 UTC (rev 800368)
@@ -1,43 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-pkgname=gnuradio-fcdproplus
-_pkgname=gr-fcdproplus
-pkgver=3.8.0
-pkgrel=8
-# they still haven't done a release, so fake it
-_commit=575fcafbb8f
-pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
-arch=('x86_64')
-url="https://github.com/dl1ksv/gr-fcdproplus"
-license=('GPL3')
-depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
-makedepends=('git' 'cmake' 'boost' 'swig' 'systemd' 'ninja')
-# systemd for FS#54735 (libudev.h)
-replaces=('gr-fcdproplus')
-#source=("gr-fcdpp-$pkgver.tgz::https://github.com/dl1ksv/gr-fcdproplus/archive/v$pkgver.tar.gz"
-source=("gr-fcdpp-$_commit.tgz::https://github.com/dl1ksv/gr-fcdproplus/archive/$_commit.tar.gz"
-        "88-fcdproplus.rules")
-md5sums=('bfd926db8b413e92687603d179e91d6b'
-         '465e12c454c6a22ebec9849181af7bdc')
-
-#prepare() {
-#  cd "$srcdir/$_pkgname-$pkgver"
-#}
-
-build() {
-  cd "$srcdir/$_pkgname-$_commit"*
-  mkdir -p build
-  cd build
-  cmake -G Ninja \
-    -DPYTHON_EXECUTABLE=$(which python3) \
-    -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python3*) \
-    -DPYTHON_LIBRARY=$(echo /usr/lib/libpython3.*.so) \
-    -DCMAKE_INSTALL_PREFIX=/usr ../
-  ninja
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$_commit"*/build/
-  DESTDIR="${pkgdir}" ninja install
-  install -Dm644 "$srcdir/88-fcdproplus.rules" "$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
-}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 800367, gnuradio-fcdproplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-31 09:51:02 UTC (rev 800368)
@@ -0,0 +1,43 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.8.0
+pkgrel=9
+# they still haven't done a release, so fake it
+_commit=575fcafbb8f
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus"
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs' 'hidapi')
+makedepends=('git' 'cmake' 'boost' 'swig' 'systemd' 'ninja')
+# systemd for FS#54735 (libudev.h)
+replaces=('gr-fcdproplus')
+#source=("gr-fcdpp-$pkgver.tgz::https://github.com/dl1ksv/gr-fcdproplus/archive/v$pkgver.tar.gz"
+source=("gr-fcdpp-$_commit.tgz::https://github.com/dl1ksv/gr-fcdproplus/archive/$_commit.tar.gz"
+        "88-fcdproplus.rules")
+md5sums=('bfd926db8b413e92687603d179e91d6b'
+         '465e12c454c6a22ebec9849181af7bdc')
+
+#prepare() {
+#  cd "$srcdir/$_pkgname-$pkgver"
+#}
+
+build() {
+  cd "$srcdir/$_pkgname-$_commit"*
+  mkdir -p build
+  cd build
+  cmake -G Ninja \
+    -DPYTHON_EXECUTABLE=$(which python3) \
+    -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python3*) \
+    -DPYTHON_LIBRARY=$(echo /usr/lib/libpython3.*.so) \
+    -DCMAKE_INSTALL_PREFIX=/usr ../
+  ninja
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$_commit"*/build/
+  DESTDIR="${pkgdir}" ninja install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" "$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}



More information about the arch-commits mailing list