community/gnuradio to 3.7.10-2

This commit is contained in:
Kevin Mihelich 2016-08-07 16:59:18 +00:00
parent b6acb0596f
commit 6d5325fbb9
3 changed files with 1 additions and 35 deletions

View file

@ -9,7 +9,7 @@
pkgbase=gnuradio
pkgname=(gnuradio gnuradio-companion)
pkgver=3.7.10
pkgrel=1
pkgrel=2
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
arch=('i686' 'x86_64')
url="http://gnuradio.org"
@ -18,7 +18,6 @@ depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
install=gnuradio.install
# todo
# split the gui components?
@ -96,7 +95,6 @@ package_gnuradio-companion() {
depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d'
'python2-numarray')
install="gnuradio-companion.install"
# Yup, nothing in the package except dependencies,
# because more than five optdeps is too many for most people.
}

View file

@ -1,16 +0,0 @@
post_upgrade() {
if [[ -e /usr/bin/update-desktop-database ]]; then
update-desktop-database -q
fi
}
post_install() {
post_upgrade $1
}
pre_remove() {
post_upgrade $1
}

View file

@ -1,16 +0,0 @@
post_upgrade() {
if [[ -e /usr/bin/update-desktop-database ]]; then
update-desktop-database -q
fi
}
post_install() {
post_upgrade $1
}
pre_remove() {
post_upgrade $1
}