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

Alexander Rødseth arodseth at gemini.archlinux.org
Fri Sep 3 09:39:53 UTC 2021


    Date: Friday, September 3, 2021 @ 09:39:52
  Author: arodseth
Revision: 1010653

Add missing dependency on webkit2gtk, FS#71945

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 09:10:50 UTC (rev 1010652)
+++ PKGBUILD	2021-09-03 09:39:52 UTC (rev 1010653)
@@ -9,7 +9,7 @@
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
 pkgver=24.0.4
-pkgrel=1
+pkgrel=2
 _docver=24.0
 arch=(x86_64)
 url='https://erlang.org'
@@ -28,10 +28,11 @@
         'SKIP')
 
 prepare() {
-  # Hack so that erlang can find wx-config-gtk3 as wx-config in the $PATH
+  # use a hack so that erlang can find wx-config-gtk3 as wx-config in the $PATH
   mkdir -p bin
   ln -fs /usr/bin/wx-config-gtk3 bin/wx-config
   export PATH="$srcdir/bin:$PATH"
+
   sed -i 's/^LDFLAGS = /LDFLAGS += /g' otp/lib/megaco/src/flex/Makefile.in
   sed -i 's/^LDFLAGS =  /LDFLAGS += /g' otp/lib/odbc/c_src/Makefile.in
 }
@@ -52,7 +53,7 @@
 
 package_erlang() {
   pkgdesc='General-purpose concurrent functional programming language developed by Ericsson'
-  depends=(glu ncurses openssl wxgtk3)
+  depends=(glu ncurses openssl webkit2gtk wxgtk3)
   optdepends=('erlang-unixodbc: database support'
               'java-environment: for Java support'
               'lksctp-tools: for SCTP support')



More information about the arch-commits mailing list