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

Alexander Rødseth arodseth at archlinux.org
Fri Mar 15 10:09:48 UTC 2019


    Date: Friday, March 15, 2019 @ 10:09:47
  Author: arodseth
Revision: 441839

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 39 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 10:09:41 UTC (rev 441838)
+++ PKGBUILD	2019-03-15 10:09:47 UTC (rev 441839)
@@ -1,44 +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.4
-pkgrel=2
-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'
-             'pandoc')
-depends=('dumb' 'gtk2' 'jack' 'libgl' 'libpulse' 'libtheora' 'libwebp' '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_HTML=OFF \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix man path
-  mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
-}
-
-# getver: liballeg.org/a5docs/trunk
-# vim: ts=2 sw=2 et:

Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 441838, allegro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 10:09:47 UTC (rev 441839)
@@ -0,0 +1,39 @@
+# 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.5
+pkgrel=1
+pkgdesc='Portable library mainly aimed at video game and multimedia programming'
+arch=(x86_64)
+url='https://liballeg.org/'
+license=(custom)
+makedepends=(cmake git glu libtheora mesa-libgl ninja opusfile pandoc)
+depends=(dumb gtk2 jack libgl libpulse libtheora libwebp 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_HTML=OFF \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Fix man path
+  mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
+}
+
+# getver: liballeg.org/a5docs/trunk
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list