[arch-commits] Commit in gqrx/trunk (PKGBUILD gqrx.desktop gqrx.png)
Kyle Keen
kkeen at archlinux.org
Mon Jan 11 02:00:45 UTC 2016
Date: Monday, January 11, 2016 @ 03:00:44
Author: kkeen
Revision: 155897
upgpkg: gqrx 2.5-1 and FS#47555
Modified:
gqrx/trunk/PKGBUILD
gqrx/trunk/gqrx.desktop
Deleted:
gqrx/trunk/gqrx.png
--------------+
PKGBUILD | 14 +++++++-------
gqrx.desktop | 7 ++++---
2 files changed, 11 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-11 01:03:33 UTC (rev 155896)
+++ PKGBUILD 2016-01-11 02:00:44 UTC (rev 155897)
@@ -3,8 +3,8 @@
# Contributor: Dominik Heidler <dheidler at gmail.com>
pkgname=gqrx
-pkgver=2.4
-pkgrel=3
+pkgver=2.5
+pkgrel=1
pkgdesc="Interactive SDR receiver waterfall for many devices."
arch=('i686' 'x86_64')
url="http://gqrx.dk/"
@@ -12,11 +12,9 @@
depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
makedepends=('boost')
source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz"
- "$pkgname.png"
"$pkgname.desktop")
-md5sums=('a9f14dfa153ddf2b370d98ee8f0e7c9d'
- 'f7032a8883c89bd80e0d0fd36f861c59'
- '810f89195231c18f32af92522aade721')
+md5sums=('100f320db7f4dcd9a9a6cb84cffab735'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
prepare() {
cd "$srcdir"
@@ -43,8 +41,10 @@
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"
+ install -Dm644 "resources/icons/gqrx.svg" "$pkgdir/usr/share/pixmaps/gqrx.svg"
+
cd "$srcdir/$pkgname-$pkgver/build"
make install INSTALL_ROOT="$pkgdir"
Modified: gqrx.desktop
===================================================================
--- gqrx.desktop 2016-01-11 01:03:33 UTC (rev 155896)
+++ gqrx.desktop 2016-01-11 02:00:44 UTC (rev 155897)
@@ -1,10 +1,11 @@
[Desktop Entry]
Name=GQRX SDR
-GenericName=Funcube SDR Software
-Comment=Controller application for the Funcube Dongle and operating application.
+GenericName=Software Defined Radio
+Comment=Software defined radio receiver implemented using GNU Radio and the Qt GUI toolkit
Exec=gqrx
Icon=gqrx
Terminal=false
Type=Application
-Categories=AudioVideo;Audio;HamRadio;
+Categories=AudioVideo;Audio;Network;HamRadio;
+Keywords=SDR;Radio;HAM;
StartupNotify=false
Deleted: gqrx.png
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list