[arch-commits] Commit in sdl2_image/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Feb 11 06:41:59 UTC 2018


    Date: Sunday, February 11, 2018 @ 06:41:58
  Author: svenstaro
Revision: 316599

archrelease: copy trunk to extra-x86_64

Added:
  sdl2_image/repos/extra-x86_64/PKGBUILD
    (from rev 316598, sdl2_image/trunk/PKGBUILD)
Deleted:
  sdl2_image/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-11 06:40:15 UTC (rev 316598)
+++ PKGBUILD	2018-02-11 06:41:58 UTC (rev 316599)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=sdl2_image
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_image"
-license=('MIT')
-depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
-makedepends=('cmake')
-source=("https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${pkgver}.tar.gz")
-sha512sums=('99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f')
-
-build() {
-  cd "${srcdir}/SDL2_image-${pkgver}/"
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_image-${pkgver}/"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_image/repos/extra-x86_64/PKGBUILD (from rev 316598, sdl2_image/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-11 06:41:58 UTC (rev 316599)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=sdl2_image
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org/projects/SDL_image"
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+source=("https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${pkgver}.tar.gz")
+sha512sums=('468f1a5aaee0b6920adb80df21aaaa41bfc5c642b4a00ac60244a90c5e9f27b092b73bcdd2c5520aa1de2759e8b174686b186a51f2d07e7e188ce2cd10519724')
+
+build() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list