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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 8 06:42:28 UTC 2022


    Date: Friday, July 8, 2022 @ 06:42:28
  Author: arojas
Revision: 1248611

wxwidgets 3.2 rebuild

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 06:35:36 UTC (rev 1248610)
+++ PKGBUILD	2022-07-08 06:42:28 UTC (rev 1248611)
@@ -4,7 +4,7 @@
 
 pkgname=pcsx2
 pkgver=1.7.2678
-pkgrel=1
+pkgrel=2
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=(x86_64)
 url=https://www.pcsx2.net
@@ -39,8 +39,7 @@
   libxrandr
   sdl2
   soundtouch
-  wxgtk3
-  wxgtk-common
+  wxwidgets-gtk3
   xz
   zlib
 )
@@ -119,7 +118,7 @@
     -DUSE_VTUNE=OFF \
     -DUSE_VULKAN=ON \
     -DXDG_STD=ON \
-    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+    -DSDL2_API=ON \
     -Wno-dev
   cmake --build build
 }



More information about the arch-commits mailing list