diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 18:54:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 18:54:59 -0300 |
commit | 9a32f5e3dc833908d4156d1912c30545fd063bcc (patch) | |
tree | ad5587af53f00692fd4d27e0683dcf9d535200b6 | |
parent | e71d0fb45478db6be56e55fe2913d50026f67a58 (diff) | |
download | abslibre-9a32f5e3dc833908d4156d1912c30545fd063bcc.tar.gz abslibre-9a32f5e3dc833908d4156d1912c30545fd063bcc.tar.bz2 abslibre-9a32f5e3dc833908d4156d1912c30545fd063bcc.zip |
sdl: remove libre suffix and add complex pkgrel
-rw-r--r-- | libre/sdl/PKGBUILD (renamed from libre/sdl-libre/PKGBUILD) | 11 | ||||
-rw-r--r-- | libre/sdl/X11_KeyToUnicode.patch (renamed from libre/sdl-libre/X11_KeyToUnicode.patch) | 0 | ||||
-rw-r--r-- | libre/sdl/fix_joystick_misc_axes.diff (renamed from libre/sdl-libre/fix_joystick_misc_axes.diff) | 0 | ||||
-rw-r--r-- | libre/sdl/libre.patch (renamed from libre/sdl-libre/libre.patch) | 0 | ||||
-rw-r--r-- | libre/sdl/libsdl-1.2.15-resizing.patch (renamed from libre/sdl-libre/libsdl-1.2.15-resizing.patch) | 0 | ||||
-rw-r--r-- | libre/sdl/sdl-1.2.14-disable-mmx.patch (renamed from libre/sdl-libre/sdl-1.2.14-disable-mmx.patch) | 0 | ||||
-rw-r--r-- | libre/sdl/sdl-1.2.14-fix-mouse-clicking.patch (renamed from libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch) | 0 | ||||
-rw-r--r-- | libre/sdl/sdl_x11sym.patch (renamed from libre/sdl-libre/sdl_x11sym.patch) | 0 |
8 files changed, 5 insertions, 6 deletions
diff --git a/libre/sdl-libre/PKGBUILD b/libre/sdl/PKGBUILD index ab057d514..957598225 100644 --- a/libre/sdl-libre/PKGBUILD +++ b/libre/sdl/PKGBUILD @@ -6,16 +6,15 @@ # Maintainer: Márcio Silva <coadde@parabola.nu> # Maintainer (Connochaetos): Henry Jensen <hjensen@connochaetos.org> -pkgname=sdl-libre +pkgname=sdl pkgver=1.2.15 -pkgrel=6 +pkgrel=6.parabola1 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard, without nonfree riva_mmio.h file" arch=('i686' 'x86_64' 'mips64el') url="http://www.libsdl.org" license=('LGPL') -provides=("sdl=${pkgver}") -conflicts=('sdl') -replaces=('sdl') +conflicts=('sdl-libre') +replaces=('sdl-libre') depends=('glibc' 'libxext' 'libxrender' 'libx11') makedepends=('alsa-lib' 'mesa' 'libpulse' 'glu') optdepends=('alsa-lib: ALSA audio driver' @@ -23,7 +22,7 @@ optdepends=('alsa-lib: ALSA audio driver' options=('staticlibs') mksource=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz libre.patch) -source=(https://repo.parabolagnulinux.org/other/$pkgname/SDL-libre-${pkgver}.tar.gz +source=(https://repo.parabolagnulinux.org/other/${pkgname}-libre/SDL-libre-${pkgver}.tar.gz sdl-1.2.14-fix-mouse-clicking.patch sdl-1.2.14-disable-mmx.patch fix_joystick_misc_axes.diff diff --git a/libre/sdl-libre/X11_KeyToUnicode.patch b/libre/sdl/X11_KeyToUnicode.patch index 5f0f325b1..5f0f325b1 100644 --- a/libre/sdl-libre/X11_KeyToUnicode.patch +++ b/libre/sdl/X11_KeyToUnicode.patch diff --git a/libre/sdl-libre/fix_joystick_misc_axes.diff b/libre/sdl/fix_joystick_misc_axes.diff index 75e3755c9..75e3755c9 100644 --- a/libre/sdl-libre/fix_joystick_misc_axes.diff +++ b/libre/sdl/fix_joystick_misc_axes.diff diff --git a/libre/sdl-libre/libre.patch b/libre/sdl/libre.patch index 72f7da56a..72f7da56a 100644 --- a/libre/sdl-libre/libre.patch +++ b/libre/sdl/libre.patch diff --git a/libre/sdl-libre/libsdl-1.2.15-resizing.patch b/libre/sdl/libsdl-1.2.15-resizing.patch index 0655a13e1..0655a13e1 100644 --- a/libre/sdl-libre/libsdl-1.2.15-resizing.patch +++ b/libre/sdl/libsdl-1.2.15-resizing.patch diff --git a/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch b/libre/sdl/sdl-1.2.14-disable-mmx.patch index 1bb6e0e47..1bb6e0e47 100644 --- a/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch +++ b/libre/sdl/sdl-1.2.14-disable-mmx.patch diff --git a/libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch b/libre/sdl/sdl-1.2.14-fix-mouse-clicking.patch index 7d3e5acfc..7d3e5acfc 100644 --- a/libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch +++ b/libre/sdl/sdl-1.2.14-fix-mouse-clicking.patch diff --git a/libre/sdl-libre/sdl_x11sym.patch b/libre/sdl/sdl_x11sym.patch index 9aaa2353b..9aaa2353b 100644 --- a/libre/sdl-libre/sdl_x11sym.patch +++ b/libre/sdl/sdl_x11sym.patch |