[arch-commits] Commit in allegro/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Dec 25 10:30:47 UTC 2020
Date: Friday, December 25, 2020 @ 10:30:47
Author: arodseth
Revision: 790024
archrelease: copy trunk to community-x86_64
Added:
allegro/repos/community-x86_64/PKGBUILD
(from rev 790023, allegro/trunk/PKGBUILD)
Deleted:
allegro/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-25 10:30:42 UTC (rev 790023)
+++ PKGBUILD 2020-12-25 10:30:47 UTC (rev 790024)
@@ -1,34 +0,0 @@
-# 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.6.0
-pkgrel=3
-pkgdesc='Portable library mainly aimed at video game and multimedia programming'
-arch=(x86_64)
-url='https://liballeg.org/'
-license=(custom)
-makedepends=(cmake glu libtheora mesa-libgl opusfile pandoc xorgproto)
-depends=(dumb jack libgl libpulse libtheora libwebp libxcursor libxpm opusfile physfs)
-source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
-sha256sums=('5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763')
-
-build() {
- mkdir -p build
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWANT_DOCS_HTML=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt \
- -t "$pkgdir"/usr/share/licenses/$pkgname
- # Fix man path
- mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
-}
Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 790023, allegro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-25 10:30:47 UTC (rev 790024)
@@ -0,0 +1,34 @@
+# 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.6.0
+pkgrel=4
+pkgdesc='Portable library mainly aimed at video game and multimedia programming'
+arch=(x86_64)
+url='https://liballeg.org/'
+license=(custom)
+makedepends=(cmake glu libtheora mesa-libgl opusfile pandoc xorgproto)
+depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxcursor libxpm opusfile physfs)
+source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
+sha256sums=('5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763')
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWANT_DOCS_HTML=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt \
+ -t "$pkgdir"/usr/share/licenses/$pkgname
+ # Fix man path
+ mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
+}
More information about the arch-commits
mailing list