[arch-commits] Commit in allegro4/repos/community-x86_64 (4 files)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 11 18:57:30 UTC 2019


    Date: Monday, February 11, 2019 @ 18:57:28
  Author: arodseth
Revision: 431756

archrelease: copy trunk to community-x86_64

Added:
  allegro4/repos/community-x86_64/LICENSE
    (from rev 431755, allegro4/trunk/LICENSE)
  allegro4/repos/community-x86_64/PKGBUILD
    (from rev 431755, allegro4/trunk/PKGBUILD)
Deleted:
  allegro4/repos/community-x86_64/LICENSE
  allegro4/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |   52 ++++++++++++++++++++--------------------
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2019-02-11 18:57:18 UTC (rev 431755)
+++ LICENSE	2019-02-11 18:57:28 UTC (rev 431756)
@@ -1,26 +0,0 @@
-===================================
-============ Copyright ============
-===================================
-
-   Allegro is gift-ware. It was created by a number of people working in 
-   cooperation, and is given to you freely as a gift. You may use, modify, 
-   redistribute, and generally hack it about in any way you like, and you do 
-   not have to give us anything in return. However, if you like this product 
-   you are encouraged to thank us by making a return gift to the Allegro 
-   community. This could be by writing an add-on package, providing a useful 
-   bug report, making an improvement to the library, or perhaps just 
-   releasing the sources of your program so that other people can learn from 
-   them. If you redistribute parts of this code or make a game using it, it 
-   would be nice if you mentioned Allegro somewhere in the credits, but you 
-   are not required to do this. We trust you not to abuse our generosity.
-
-   Disclaimer:
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-   DEALINGS IN THE SOFTWARE.
-

Copied: allegro4/repos/community-x86_64/LICENSE (from rev 431755, allegro4/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2019-02-11 18:57:28 UTC (rev 431756)
@@ -0,0 +1,26 @@
+===================================
+============ Copyright ============
+===================================
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 18:57:18 UTC (rev 431755)
+++ PKGBUILD	2019-02-11 18:57:28 UTC (rev 431756)
@@ -1,39 +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=allegro4
-pkgver=4.4.2
-pkgrel=6
-pkgdesc='Portable library mainly aimed at video game and multimedia programming (legacy version)'
-arch=('x86_64')
-url='http://liballeg.org/'
-license=('custom')
-depends=('jack' 'libxcursor' 'libxpm' 'libxxf86dga' 'libxxf86vm')
-makedepends=('cmake' 'glu' 'libpng' 'mesa' 'ninja')
-options=('staticlibs')
-source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz"
-        'LICENSE')
-sha256sums=('1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc'
-            '76b9cd52eab572495e8b3b64313d8e40c0359135491e981321d15c3e707ba41a')
-
-build() {
-  mkdir -p build && cd build
-  cmake "../allegro-$pkgver" \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWANT_DOCS=OFF \
-    -GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "allegro-$pkgver/misc/allegro.m4" "$pkgdir/usr/share/aclocal/allegro.m4"
-}
-
-# vim: ts=2 sw=2 et:

Copied: allegro4/repos/community-x86_64/PKGBUILD (from rev 431755, allegro4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-11 18:57:28 UTC (rev 431756)
@@ -0,0 +1,40 @@
+# 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=allegro4
+pkgver=4.4.3
+pkgrel=1
+pkgdesc='Portable library aimed at video game and multimedia programming (legacy version)'
+arch=(x86_64)
+url='https://liballeg.org/'
+license=(custom)
+depends=(jack libxcursor libxpm libxxf86dga libxxf86vm)
+makedepends=(cmake glu libpng mesa ninja)
+options=(staticlibs)
+source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz"
+        LICENSE)
+sha256sums=('1e096e435e49e2dfd924d9c54ed7325caa1b06cecd28c3307146dd0de3d0bcb4'
+            '76b9cd52eab572495e8b3b64313d8e40c0359135491e981321d15c3e707ba41a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/allegro-$pkgver" \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWANT_DOCS=OFF \
+    -GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 "allegro-$pkgver/misc/allegro.m4" \
+    "$pkgdir/usr/share/aclocal/allegro.m4"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list