[arch-commits] Commit in allegro/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Aug 6 19:24:27 UTC 2016
Date: Saturday, August 6, 2016 @ 19:24:27
Author: arodseth
Revision: 185687
archrelease: copy trunk to community-x86_64, community-i686
Added:
allegro/repos/community-i686/PKGBUILD
(from rev 185686, allegro/trunk/PKGBUILD)
allegro/repos/community-x86_64/PKGBUILD
(from rev 185686, allegro/trunk/PKGBUILD)
Deleted:
allegro/repos/community-i686/PKGBUILD
allegro/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 37 ----------------------
community-x86_64/PKGBUILD | 37 ----------------------
3 files changed, 74 insertions(+), 74 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-08-06 19:24:10 UTC (rev 185686)
+++ community-i686/PKGBUILD 2016-08-06 19:24:27 UTC (rev 185687)
@@ -1,37 +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.0.0
-pkgrel=1
-pkgdesc='Portable library mainly aimed at video game and multimedia programming'
-arch=('x86_64' 'i686')
-url='http://alleg.sourceforge.net/'
-license=('custom')
-makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora')
-depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora')
-source=("http://download.gna.org/allegro/allegro/${pkgver%.*}/$pkgname-${pkgver%.*}.tar.gz")
-sha256sums=('af5a69cd423d05189e92952633f9c0dd0ff3a061d91fbce62fb32c4bd87f9fd7')
-
-build() {
- mkdir -p build
- cd build
- cmake "../$pkgname-$pkgver" \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWANT_DOCS=OFF \
- -DWANT_PHYSFS=ON \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
- install -Dm644 "$pkgname-$pkgver/LICENSE.txt" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: allegro/repos/community-i686/PKGBUILD (from rev 185686, allegro/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-06 19:24:27 UTC (rev 185687)
@@ -0,0 +1,37 @@
+# $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.1.0
+pkgrel=1
+pkgdesc='Portable library mainly aimed at video game and multimedia programming'
+arch=('x86_64' 'i686')
+url='http://liballeg.org/'
+license=('custom')
+makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git')
+depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora')
+source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}.git#tag=$pkgver")
+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"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-08-06 19:24:10 UTC (rev 185686)
+++ community-x86_64/PKGBUILD 2016-08-06 19:24:27 UTC (rev 185687)
@@ -1,37 +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.0.0
-pkgrel=1
-pkgdesc='Portable library mainly aimed at video game and multimedia programming'
-arch=('x86_64' 'i686')
-url='http://alleg.sourceforge.net/'
-license=('custom')
-makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora')
-depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora')
-source=("http://download.gna.org/allegro/allegro/${pkgver%.*}/$pkgname-${pkgver%.*}.tar.gz")
-sha256sums=('af5a69cd423d05189e92952633f9c0dd0ff3a061d91fbce62fb32c4bd87f9fd7')
-
-build() {
- mkdir -p build
- cd build
- cmake "../$pkgname-$pkgver" \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWANT_DOCS=OFF \
- -DWANT_PHYSFS=ON \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
- install -Dm644 "$pkgname-$pkgver/LICENSE.txt" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 185686, allegro/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-08-06 19:24:27 UTC (rev 185687)
@@ -0,0 +1,37 @@
+# $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.1.0
+pkgrel=1
+pkgdesc='Portable library mainly aimed at video game and multimedia programming'
+arch=('x86_64' 'i686')
+url='http://liballeg.org/'
+license=('custom')
+makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git')
+depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora')
+source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}.git#tag=$pkgver")
+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"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list