[arch-commits] Commit in gqrx/repos (8 files)
Kyle Keen
kkeen at archlinux.org
Thu Oct 6 01:10:06 UTC 2016
Date: Thursday, October 6, 2016 @ 01:10:05
Author: kkeen
Revision: 191435
archrelease: copy trunk to community-i686, community-x86_64
Added:
gqrx/repos/community-i686/PKGBUILD
(from rev 191434, gqrx/trunk/PKGBUILD)
gqrx/repos/community-i686/gqrx.desktop
(from rev 191434, gqrx/trunk/gqrx.desktop)
gqrx/repos/community-x86_64/PKGBUILD
(from rev 191434, gqrx/trunk/PKGBUILD)
gqrx/repos/community-x86_64/gqrx.desktop
(from rev 191434, gqrx/trunk/gqrx.desktop)
Deleted:
gqrx/repos/community-i686/PKGBUILD
gqrx/repos/community-i686/gqrx.desktop
gqrx/repos/community-x86_64/PKGBUILD
gqrx/repos/community-x86_64/gqrx.desktop
-------------------------------+
/PKGBUILD | 108 ++++++++++++++++++++++++++++++++++++++++
/gqrx.desktop | 22 ++++++++
community-i686/PKGBUILD | 54 --------------------
community-i686/gqrx.desktop | 11 ----
community-x86_64/PKGBUILD | 54 --------------------
community-x86_64/gqrx.desktop | 11 ----
6 files changed, 130 insertions(+), 130 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-06 01:09:39 UTC (rev 191434)
+++ community-i686/PKGBUILD 2016-10-06 01:10:05 UTC (rev 191435)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=gqrx
-pkgver=2.5.3
-pkgrel=5
-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=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz"
- "$pkgname.desktop")
-md5sums=('b78a0a2b2fcf610f12b5c260624465b5'
- '91bc8634f843a1ef05c9c56251d8a3f0')
-
-prepare() {
- cd "$srcdir"
- 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"
- install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
-
- 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"
-
- cd "$srcdir/$pkgname-$pkgver-alsa/build"
- install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-
Copied: gqrx/repos/community-i686/PKGBUILD (from rev 191434, gqrx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-06 01:10:05 UTC (rev 191435)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=gqrx
+pkgver=2.6
+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=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz"
+ "$pkgname.desktop")
+md5sums=('369809501f08ae13d56115e7491c3b20'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
+
+prepare() {
+ cd "$srcdir"
+ 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"
+ install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+ 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"
+
+ cd "$srcdir/$pkgname-$pkgver-alsa/build"
+ install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+
Deleted: community-i686/gqrx.desktop
===================================================================
--- community-i686/gqrx.desktop 2016-10-06 01:09:39 UTC (rev 191434)
+++ community-i686/gqrx.desktop 2016-10-06 01:10:05 UTC (rev 191435)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=GQRX SDR
-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;Network;HamRadio;
-Keywords=SDR;Radio;HAM;
-StartupNotify=false
Copied: gqrx/repos/community-i686/gqrx.desktop (from rev 191434, gqrx/trunk/gqrx.desktop)
===================================================================
--- community-i686/gqrx.desktop (rev 0)
+++ community-i686/gqrx.desktop 2016-10-06 01:10:05 UTC (rev 191435)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=GQRX SDR
+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;Network;HamRadio;
+Keywords=SDR;Radio;HAM;
+StartupNotify=false
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-06 01:09:39 UTC (rev 191434)
+++ community-x86_64/PKGBUILD 2016-10-06 01:10:05 UTC (rev 191435)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=gqrx
-pkgver=2.5.3
-pkgrel=5
-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=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz"
- "$pkgname.desktop")
-md5sums=('b78a0a2b2fcf610f12b5c260624465b5'
- '91bc8634f843a1ef05c9c56251d8a3f0')
-
-prepare() {
- cd "$srcdir"
- 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"
- install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
-
- 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"
-
- cd "$srcdir/$pkgname-$pkgver-alsa/build"
- install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-
Copied: gqrx/repos/community-x86_64/PKGBUILD (from rev 191434, gqrx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-06 01:10:05 UTC (rev 191435)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=gqrx
+pkgver=2.6
+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=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz"
+ "$pkgname.desktop")
+md5sums=('369809501f08ae13d56115e7491c3b20'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
+
+prepare() {
+ cd "$srcdir"
+ 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"
+ install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+ 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"
+
+ cd "$srcdir/$pkgname-$pkgver-alsa/build"
+ install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+
Deleted: community-x86_64/gqrx.desktop
===================================================================
--- community-x86_64/gqrx.desktop 2016-10-06 01:09:39 UTC (rev 191434)
+++ community-x86_64/gqrx.desktop 2016-10-06 01:10:05 UTC (rev 191435)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=GQRX SDR
-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;Network;HamRadio;
-Keywords=SDR;Radio;HAM;
-StartupNotify=false
Copied: gqrx/repos/community-x86_64/gqrx.desktop (from rev 191434, gqrx/trunk/gqrx.desktop)
===================================================================
--- community-x86_64/gqrx.desktop (rev 0)
+++ community-x86_64/gqrx.desktop 2016-10-06 01:10:05 UTC (rev 191435)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=GQRX SDR
+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;Network;HamRadio;
+Keywords=SDR;Radio;HAM;
+StartupNotify=false
More information about the arch-commits
mailing list