[arch-commits] Commit in (7 files)

Kyle Keen kkeen at nymeria.archlinux.org
Sat Jul 12 22:17:00 UTC 2014


    Date: Sunday, July 13, 2014 @ 00:17:00
  Author: kkeen
Revision: 115634

pkginit gqrx-2.2.0-1

Added:
  gqrx/
  gqrx/repos/
  gqrx/trunk/
  gqrx/trunk/PKGBUILD
  gqrx/trunk/gqrx.desktop
  gqrx/trunk/gqrx.png
Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

---------------------------------+
 gnuradio-osmosdr/trunk/PKGBUILD |    6 ++--
 gqrx/trunk/PKGBUILD             |   54 ++++++++++++++++++++++++++++++++++++++
 gqrx/trunk/gqrx.desktop         |   10 +++++++
 gqrx/trunk/gqrx.png             |    1 
 4 files changed, 69 insertions(+), 2 deletions(-)

Modified: gnuradio-osmosdr/trunk/PKGBUILD
===================================================================
--- gnuradio-osmosdr/trunk/PKGBUILD	2014-07-12 20:45:12 UTC (rev 115633)
+++ gnuradio-osmosdr/trunk/PKGBUILD	2014-07-12 22:17:00 UTC (rev 115634)
@@ -4,7 +4,8 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.1
-pkgrel=8
+pkgrel=9
+_commit=c65d205d3b
 pkgdesc="GNU Radio source block for Funcube Dongle, RTL-SDR, USRP and OsmoSDR devices"
 url="http://sdr.osmocom.org/trac/"
 arch=('i686' 'x86_64')
@@ -13,7 +14,8 @@
 makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
 conflicts=('gr-osmosdr-git')
 replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+#source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+source=("git://git.osmocom.org/gr-osmosdr#commit=v$_commit")
 md5sums=('SKIP')
 
 # add airspy support?

Added: gqrx/trunk/PKGBUILD
===================================================================
--- gqrx/trunk/PKGBUILD	                        (rev 0)
+++ gqrx/trunk/PKGBUILD	2014-07-12 22:17:00 UTC (rev 115634)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=gqrx
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/"
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz"
+        "$pkgname.png"
+        "$pkgname.desktop")
+md5sums=('ff771b9c31ee17f704859398362b8cc0'
+         'f7032a8883c89bd80e0d0fd36f861c59'
+         '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-2.2.0 gqrx-2.2.0-alsa
+  cd gqrx-2.2.0-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+


Property changes on: gqrx/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gqrx/trunk/gqrx.desktop
===================================================================
--- gqrx/trunk/gqrx.desktop	                        (rev 0)
+++ gqrx/trunk/gqrx.desktop	2014-07-12 22:17:00 UTC (rev 115634)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Funcube SDR Software
+Comment=Controller application for the Funcube Dongle and operating application.
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;HamRadio;
+StartupNotify=false

Added: gqrx/trunk/gqrx.png
===================================================================
(Binary files differ)

Index: gqrx/trunk/gqrx.png
===================================================================
--- gqrx/trunk/gqrx.png	2014-07-12 20:45:12 UTC (rev 115633)
+++ gqrx/trunk/gqrx.png	2014-07-12 22:17:00 UTC (rev 115634)

Property changes on: gqrx/trunk/gqrx.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property



More information about the arch-commits mailing list