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

2019-08-20 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, August 20, 2019 @ 18:16:05
  Author: jlichtblau
Revision: 500343

archrelease: copy trunk to community-x86_64

Added:
  manaplus/repos/community-x86_64/PKGBUILD
(from rev 500342, manaplus/trunk/PKGBUILD)
Deleted:
  manaplus/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 18:15:56 UTC (rev 500342)
+++ PKGBUILD2019-08-20 18:16:05 UTC (rev 500343)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.8.9.1
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('x86_64')
-url="https://manaplus.org/;
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('4843e55bb10cde50c62aa50e137e6df1682edd5bd5904f2e8e2f6e5a81399cb5')
-
-prepare() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-}
-
-build() {
-  cd ManaPlus-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 500342, 
manaplus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 18:16:05 UTC (rev 500343)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.9.3.23
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('7091507655971ec65977da07eef912c71849d92f36bfe098447b8a9fc6d8c9f1')
+
+prepare() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+}
+
+build() {
+  cd ManaPlus-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-10-01 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 1, 2018 @ 13:17:37
  Author: jlichtblau
Revision: 388845

archrelease: copy trunk to community-x86_64

Added:
  manaplus/repos/community-x86_64/PKGBUILD
(from rev 388844, manaplus/trunk/PKGBUILD)
Deleted:
  manaplus/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 13:17:25 UTC (rev 388844)
+++ PKGBUILD2018-10-01 13:17:37 UTC (rev 388845)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.8.4.14
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('x86_64')
-url="https://manaplus.org/;
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('200ad08ce441238c125661f29a28a61ae91219a90cca04ddea0bd5b4f142c64c')
-
-prepare() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-}
-
-build() {
-  cd ManaPlus-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 388844, 
manaplus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 13:17:37 UTC (rev 388845)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.8.9.1
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('4843e55bb10cde50c62aa50e137e6df1682edd5bd5904f2e8e2f6e5a81399cb5')
+
+prepare() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+}
+
+build() {
+  cd ManaPlus-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-04-15 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, April 15, 2018 @ 15:28:30
  Author: jlichtblau
Revision: 316359

archrelease: copy trunk to community-x86_64

Added:
  manaplus/repos/community-x86_64/PKGBUILD
(from rev 316358, manaplus/trunk/PKGBUILD)
Deleted:
  manaplus/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-15 15:28:20 UTC (rev 316358)
+++ PKGBUILD2018-04-15 15:28:30 UTC (rev 316359)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.7.10.28
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/;
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('69c5eee4ab410344f7b796f1cb664fd53f4bb3901757be190b7f45bf81ae8ff4')
-
-prepare() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-}
-
-build() {
-  cd ManaPlus-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 316358, 
manaplus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-15 15:28:30 UTC (rev 316359)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.8.4.14
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('200ad08ce441238c125661f29a28a61ae91219a90cca04ddea0bd5b4f142c64c')
+
+prepare() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+}
+
+build() {
+  cd ManaPlus-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}