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

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Mar 22 00:57:42 UTC 2013


    Date: Friday, March 22, 2013 @ 01:57:42
  Author: alucryd
Revision: 86783

upgpkg: gens-gs 2.16.7-1

Modified:
  gens-gs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-22 00:57:25 UTC (rev 86782)
+++ PKGBUILD	2013-03-22 00:57:42 UTC (rev 86783)
@@ -11,8 +11,7 @@
 url="http://segaretro.org/Gens/GS"
 license=('GPL')
 if [[ $CARCH == "x86_64" ]]; then
-  depends=('lib32-gtk2' 'lib32-sdl')
-  makedepends=('gcc-multilib' 'nasm')
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 'nasm')
   optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
               'lib32-libpulse: Sound support for PulseAudio')
 else
@@ -51,6 +50,11 @@
 package() {
   cd "${srcdir}"/${pkgname}-r7
 
+# Multilib
+  if [[ $CARCH == "x86_64" ]]; then
+    depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
 # Install
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list