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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 23 08:19:08 UTC 2022


    Date: Tuesday, August 23, 2022 @ 08:19:08
  Author: alucryd
Revision: 1274937

FS#75198: add makedep and optdep on libdecor for wayland decorations

Modified:
  retroarch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 08:11:53 UTC (rev 1274936)
+++ PKGBUILD	2022-08-23 08:19:08 UTC (rev 1274937)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -33,6 +33,7 @@
 makedepends=(
   gamemode
   git
+  libdecor
   libx11
   libxcb
   libxext
@@ -47,6 +48,7 @@
 )
 optdepends=(
   'gamemode: GameMode support'
+  'libdecor: Wayland decorations'
   'libretro-overlays: Collection of overlays'
   'libretro-shaders: Collection of shaders'
   'libxinerama: X11 support'



More information about the arch-commits mailing list