Date: Friday, July 8, 2022 @ 17:04:26
  Author: arojas
Revision: 1248717

wxwidgets 3.2 rebuild

Modified:
  ucblogo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-08 16:35:00 UTC (rev 1248716)
+++ PKGBUILD    2022-07-08 17:04:26 UTC (rev 1248717)
@@ -3,13 +3,13 @@
 
 pkgname=ucblogo
 pkgver=6.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Interpreter for the Logo programming language'
 url='https://www.cs.berkeley.edu/~bh/logo.html'
 arch=(x86_64)
 license=(GPL)
 makedepends=(git texinfo texlive-bin texlive-core)
-depends=(libice libsm libx11 ncurses wxgtk3)
+depends=(libice libsm libx11 ncurses wxwidgets-gtk3)
 source=(configure.patch
         
"$pkgname::git+https://github.com/jrincayc/ucblogo-code#commit=0ba6ad1629f94a89f98e2bf884c1388c6ee78b6d";)
 # tag: version_6.2.2
 
b2sums=('609a8a2304d6867a83a581dfa8065c05c6847c0983a29fce39efdfc18cfecfeca54989937f472c4339b2bc7fa4bce51951083d2d48b33614bf751dc67abd0e61'
@@ -25,8 +25,7 @@
   cd $pkgname
   ./configure \
     --enable-docs \
-    --prefix=/usr \
-    --with-wx-config=/usr/bin/wx-config-gtk3
+    --prefix=/usr
   make
 }
 

Reply via email to