[arch-commits] Commit in limesuite/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 24 19:31:12 UTC 2022


    Date: Thursday, February 24, 2022 @ 19:31:12
  Author: arojas
Revision: 1136464

Switch to wxgtk3, rebuild for octave 6.4

Modified:
  limesuite/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 19:25:44 UTC (rev 1136463)
+++ PKGBUILD	2022-02-24 19:31:12 UTC (rev 1136464)
@@ -2,12 +2,12 @@
 
 pkgname=limesuite
 pkgver=20.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, etc.)'
 arch=('x86_64')
 url='https://github.com/myriadrf/LimeSuite'
 license=('Apache')
-depends=('sqlite3' 'wxgtk2' 'freeglut' 'libusb' 'soapysdr' 'wget' 'gnuplot' 'glew' 'fltk')
+depends=('sqlite3' 'wxgtk3' 'freeglut' 'libusb' 'soapysdr' 'wget' 'gnuplot' 'glew' 'fltk')
 makedepends=('cmake' 'doxygen' 'octave')
 optdepends=('octave: Octave plugin')
 provides=('soapylms7')
@@ -44,7 +44,8 @@
     -DENABLE_GUI=True \
     -DENABLE_OCTAVE=True \
     -DENABLE_API_DOXYGEN=True \
-    -DLIME_SUITE_EXTVER=$pkgver
+    -DLIME_SUITE_EXTVER=$pkgver \
+    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
 
 #    -DENABLE_EVB7COM=True \
 #    -DENABLE_REMOTE=True \



More information about the arch-commits mailing list