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

Allan McRae allan at archlinux.org
Mon May 24 13:28:48 UTC 2010


    Date: Monday, May 24, 2010 @ 09:28:48
  Author: allan
Revision: 80971

upgpkg: sdl 1.2.14-3
revert patch, breaks stuff (FS#19569)

Modified:
  sdl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-24 08:47:25 UTC (rev 80970)
+++ PKGBUILD	2010-05-24 13:28:48 UTC (rev 80971)
@@ -4,7 +4,7 @@
 
 pkgname=sdl
 pkgver=1.2.14
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org"
@@ -12,14 +12,11 @@
 depends=('glibc' 'libxext' 'libxrender' 'libx11')
 makedepends=('alsa-lib' 'esound' 'mesa')
 options=('!libtool')
-source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
-        sdl-1.2.14-fix-mouse-clicking.patch)
-md5sums=('e52086d1b508fa0b76c52ee30b55bec4'
-         '04d8c179f125e04bcd4c9d60e013c2d7')
+source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz)
+md5sums=('e52086d1b508fa0b76c52ee30b55bec4')
 
 build() {
   cd ${srcdir}/SDL-${pkgver}
-  patch -Np1 -i ${srcdir}/sdl-1.2.14-fix-mouse-clicking.patch
   ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd \
               --with-x --disable-rpath
   make || return 1




More information about the arch-commits mailing list