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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 18 14:40:09 UTC 2019


    Date: Monday, March 18, 2019 @ 14:40:09
  Author: alucryd
Revision: 442463

upgpkg: retroarch 1.7.6-2

Modified:
  retroarch/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-18 14:31:28 UTC (rev 442462)
+++ PKGBUILD	2019-03-18 14:40:09 UTC (rev 442463)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -24,31 +24,35 @@
   libswscale.so
   libudev.so
   libusb-1.0.so
-  libx11
-  libxcb
-  libxext
-  libxinerama
-  libxkbcommon
-  libxrandr
-  libxv
-  libxxf86vm
   mesa
   openal
   qt5-base
   sdl2
   v4l-utils
-  wayland
   zlib
 )
 makedepends=(
   git
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
   vulkan-icd-loader
+  wayland
+  wayland-protocols
 )
 optdepends=(
   'libretro-overlays: Collection of overlays'
   'libretro-shaders: Collection of shaders'
+  'libxinerama: X11 support'
+  'libxrandr: X11 support'
   'python: retroarch-cg2glsl'
   'retroarch-assets-xmb: XMB menu assets'
+  'wayland: Wayland support'
 )
 backup=(etc/retroarch.cfg)
 source=(



More information about the arch-commits mailing list