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

Alexander Rødseth arodseth at archlinux.org
Sun Jul 22 18:39:09 UTC 2018


    Date: Sunday, July 22, 2018 @ 18:39:09
  Author: arodseth
Revision: 362856

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-22 18:38:59 UTC (rev 362855)
+++ PKGBUILD	2018-07-22 18:39:09 UTC (rev 362856)
@@ -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.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:

Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 362855, allegro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-22 18:39:09 UTC (rev 362856)
@@ -0,0 +1,44 @@
+# $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:



More information about the arch-commits mailing list