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

Dan Printzell wild at gemini.archlinux.org
Sun Jan 23 01:01:52 UTC 2022


    Date: Sunday, January 23, 2022 @ 01:01:51
  Author: wild
Revision: 1113524

upgpkg: gtkd 3.10.0-2: Rebuilt against new ldc

Modified:
  gtkd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 01:01:22 UTC (rev 1113523)
+++ PKGBUILD	2022-01-23 01:01:51 UTC (rev 1113524)
@@ -1,4 +1,4 @@
-# Maintainer: Dan Printzell <arch at vild.io>
+# Maintainer: Dan Printzell <wild at archlinux.org>
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
 # Contributor: Severen Redwood <severen at shrike.me>
 # Contributor: Robert Welin <robert.welin at gmail.com>
@@ -6,7 +6,7 @@
 
 pkgname=gtkd
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
 url='https://gtkd.org'
@@ -19,10 +19,11 @@
 
 build() {
     cd GtkD-$pkgver
+		export _ldFlags="$(echo -ne $LDFLAGS | sed -e 's/ /,/g')"
 
     make \
 			DC='ldc' \
-			LDFLAGS="-L=\"$LDFLAGS\"" \
+			LDFLAGS="-L=\"$_ldFlags\"" \
 			libdir='lib/' \
         shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
 }



More information about the arch-commits mailing list