[arch-commits] Commit in lib32-sdl2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 30 17:56:06 UTC 2016


    Date: Sunday, October 30, 2016 @ 17:56:05
  Author: alucryd
Revision: 194036

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
    (from rev 194035, lib32-sdl2/trunk/PKGBUILD)
Deleted:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-30 17:55:49 UTC (rev 194035)
+++ PKGBUILD	2016-10-30 17:56:05 UTC (rev 194036)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-# Contributor: J0k3r <moebius282 at gmail.com>
-
-pkgname=lib32-sdl2
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='Simple DirectMedia Layer'
-arch=('x86_64')
-url='http://www.libsdl.org'
-license=('MIT')
-depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
-         'sdl2')
-makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
-             'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
-             'lib32-wayland')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-            'lib32-libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha256sums=('442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785'
-            'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
-
-build() {
-  cd SDL2-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
-    --disable-{arts,esd,nas} \
-    --disable-input-tslib \
-    --disable-rpath
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 194035, lib32-sdl2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-30 17:56:05 UTC (rev 194036)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+# Contributor: J0k3r <moebius282 at gmail.com>
+
+pkgname=lib32-sdl2
+pkgver=2.0.5
+pkgrel=2
+pkgdesc='Simple DirectMedia Layer'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
+         'sdl2')
+makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
+             'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+             'lib32-wayland' 'wayland-protocols')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+            'lib32-libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha256sums=('442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785'
+            'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
+
+build() {
+  cd SDL2-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
+    --disable-{arts,esd,nas} \
+    --disable-rpath
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list