[arch-commits] Commit in gnuradio/trunk (3 files)

Antonio Rojas arojas at archlinux.org
Sun Aug 7 14:23:56 UTC 2016


    Date: Sunday, August 7, 2016 @ 14:23:56
  Author: arojas
Revision: 185876

Hooks

Modified:
  gnuradio/trunk/PKGBUILD
Deleted:
  gnuradio/trunk/gnuradio-companion.install
  gnuradio/trunk/gnuradio.install

----------------------------+
 PKGBUILD                   |    4 +---
 gnuradio-companion.install |   16 ----------------
 gnuradio.install           |   16 ----------------
 3 files changed, 1 insertion(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 14:21:07 UTC (rev 185875)
+++ PKGBUILD	2016-08-07 14:23:56 UTC (rev 185876)
@@ -5,7 +5,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"
@@ -14,7 +14,6 @@
     '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?
@@ -89,7 +88,6 @@
   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.
 }

Deleted: gnuradio-companion.install
===================================================================
--- gnuradio-companion.install	2016-08-07 14:21:07 UTC (rev 185875)
+++ gnuradio-companion.install	2016-08-07 14:23:56 UTC (rev 185876)
@@ -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
-}
-

Deleted: gnuradio.install
===================================================================
--- gnuradio.install	2016-08-07 14:21:07 UTC (rev 185875)
+++ gnuradio.install	2016-08-07 14:23:56 UTC (rev 185876)
@@ -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
-}
-



More information about the arch-commits mailing list