diff --git a/community/gnuradio/PKGBUILD b/community/gnuradio/PKGBUILD index ab17db44b..0afac6266 100644 --- a/community/gnuradio/PKGBUILD +++ b/community/gnuradio/PKGBUILD @@ -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. } diff --git a/community/gnuradio/gnuradio-companion.install b/community/gnuradio/gnuradio-companion.install deleted file mode 100644 index 7d9877e5c..000000000 --- a/community/gnuradio/gnuradio-companion.install +++ /dev/null @@ -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 -} - diff --git a/community/gnuradio/gnuradio.install b/community/gnuradio/gnuradio.install deleted file mode 100644 index 7d9877e5c..000000000 --- a/community/gnuradio/gnuradio.install +++ /dev/null @@ -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 -} -