[arch-commits] Commit in allegro/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Mar 24 13:57:28 UTC 2018


    Date: Saturday, March 24, 2018 @ 13:57:27
  Author: arodseth
Revision: 311944

archrelease: copy trunk to community-x86_64

Added:
  allegro/repos/community-x86_64/PKGBUILD
    (from rev 311943, allegro/trunk/PKGBUILD)
Deleted:
  allegro/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 13:57:17 UTC (rev 311943)
+++ PKGBUILD	2018-03-24 13:57:27 UTC (rev 311944)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: arjan <arjan at archlinux.org>
-
-pkgname=allegro
-pkgver=5.2.3
-pkgrel=2
-pkgdesc='Portable library mainly aimed at video game and multimedia programming'
-arch=('x86_64' 'i686')
-url='http://liballeg.org/'
-license=('custom')
-makedepends=('cmake' 'git' 'glu' 'libtheora' 'mesa-libgl' 'ninja' 'opusfile')
-depends=('dumb' 'gtk2' 'jack' 'libgl' 'libpulse' 'libtheora' 'libxpm' 'libxxf86dga' 'opusfile' 'physfs')
-source=("git+https://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver.0")
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake "../${pkgname}${pkgver%%.*}" \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWANT_DOCS=OFF \
-    -DWANT_PHYSFS=ON \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: liballeg.org/a5docs/trunk
-# vim: ts=2 sw=2 et:

Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 311943, allegro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-24 13:57:27 UTC (rev 311944)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: arjan <arjan at archlinux.org>
+
+pkgname=allegro
+pkgver=5.2.4
+pkgrel=1
+pkgdesc='Portable library mainly aimed at video game and multimedia programming'
+arch=('x86_64')
+url='http://liballeg.org/'
+license=('custom')
+makedepends=('cmake' 'git' 'glu' 'libtheora' 'mesa-libgl' 'ninja' 'opusfile')
+depends=('dumb' 'gtk2' 'jack' 'libgl' 'libpulse' 'libtheora' 'libxpm' 'libxxf86dga' 'opusfile' 'physfs')
+source=("git+https://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver.0")
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake "../${pkgname}${pkgver%%.*}" \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWANT_DOCS=OFF \
+    -DWANT_PHYSFS=ON \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: liballeg.org/a5docs/trunk
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list