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

Kyle Keen kkeen at archlinux.org
Fri Mar 23 11:02:16 UTC 2018


    Date: Friday, March 23, 2018 @ 11:02:15
  Author: kkeen
Revision: 311308

archrelease: copy trunk to community-x86_64

Added:
  gqrx/repos/community-x86_64/PKGBUILD
    (from rev 311307, gqrx/trunk/PKGBUILD)
Deleted:
  gqrx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-23 11:02:01 UTC (rev 311307)
+++ PKGBUILD	2018-03-23 11:02:15 UTC (rev 311308)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=gqrx
-pkgver=2.10
-pkgrel=1
-pkgdesc="Interactive SDR receiver waterfall for many devices."
-arch=('x86_64')
-url="http://gqrx.dk/"
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz")
-md5sums=('ff28a36fdd636f5fee09be8a656c11f7')
-
-prepare() {
-  cd "$srcdir"
-  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
-  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-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/$pkgname-$pkgver"
-  install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "resources/icons/gqrx.svg" "$pkgdir/usr/share/pixmaps/gqrx.svg"
-
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make install INSTALL_ROOT="$pkgdir"
-
-  cd "$srcdir/$pkgname-$pkgver-alsa/build"
-  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-

Copied: gqrx/repos/community-x86_64/PKGBUILD (from rev 311307, gqrx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-23 11:02:15 UTC (rev 311308)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=gqrx
+pkgver=2.11.1
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('x86_64')
+url="http://gqrx.dk/"
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+#source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz")
+source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz")
+md5sums=('e6aa0d72de6420fc4fec00669996eac7')
+
+prepare() {
+  cd "$srcdir"
+  echo "StartupNotify=false" >> gqrx-sdr-$pkgver/gqrx.desktop
+  cp -r gqrx-sdr-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-sdr-$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/$pkgname-sdr-$pkgver"
+  install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" "$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-sdr-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+



More information about the arch-commits mailing list