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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 18:17:34 UTC 2022


    Date: Saturday, August 27, 2022 @ 18:17:34
  Author: arojas
Revision: 454656

upgpkg: wxwidgets 3.2.0-5: Enable gtkprint (FS#75614)

Modified:
  wxwidgets/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 17:53:36 UTC (rev 454655)
+++ PKGBUILD	2022-08-27 18:17:34 UTC (rev 454656)
@@ -4,7 +4,7 @@
 pkgbase=wxwidgets
 pkgname=(wxwidgets-gtk3 wxwidgets-qt5 wxwidgets-common)
 pkgver=3.2.0
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 url='https://wxwidgets.org'
 license=(custom:wxWindows)
@@ -33,7 +33,8 @@
     -DwxUSE_LIBTIFF=sys \
     -DwxUSE_LIBLZMA=sys \
     -DwxUSE_LIBMSPACK=ON \
-    -DwxUSE_PRIVATE_FONTS=ON
+    -DwxUSE_PRIVATE_FONTS=ON \
+    -DwxUSE_GTKPRINT=ON -DCMAKE_CXX_FLAGS="$CXXFLAGS -I/usr/include/gtk-3.0/unix-print/"
   cmake --build build-gtk3
 
   cmake -B build-qt5 -S wxWidgets-$pkgver \



More information about the arch-commits mailing list