[arch-commits] Commit in allegro/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Mon Nov 28 20:56:43 UTC 2016


    Date: Monday, November 28, 2016 @ 20:56:42
  Author: arodseth
Revision: 197186

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 --------------------
 community-x86_64/PKGBUILD |   37 --------------------
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-28 20:56:26 UTC (rev 197185)
+++ community-i686/PKGBUILD	2016-11-28 20:56:42 UTC (rev 197186)
@@ -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.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:

Copied: allegro/repos/community-i686/PKGBUILD (from rev 197185, allegro/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-28 20:56:42 UTC (rev 197186)
@@ -0,0 +1,39 @@
+# $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.1
+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%%.*}#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-11-28 20:56:26 UTC (rev 197185)
+++ community-x86_64/PKGBUILD	2016-11-28 20:56:42 UTC (rev 197186)
@@ -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.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:

Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 197185, allegro/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-28 20:56:42 UTC (rev 197186)
@@ -0,0 +1,39 @@
+# $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.1
+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%%.*}#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