[arch-commits] Commit in apricots/trunk (PKGBUILD)

2020-05-29 Thread Allan McRae via arch-commits
Date: Saturday, May 30, 2020 @ 03:20:40
  Author: allan
Revision: 387887

upgpkg: apricots 0.2.6-12: rebuild for reproducibility

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 03:11:55 UTC (rev 387886)
+++ PKGBUILD2020-05-30 03:20:40 UTC (rev 387887)
@@ -2,7 +2,7 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=11
+pkgrel=12
 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
 
url="https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots.html;
 arch=(x86_64)


[arch-commits] Commit in apricots/trunk (PKGBUILD)

2020-05-28 Thread Jan Steffens via arch-commits
Date: Thursday, May 28, 2020 @ 11:57:36
  Author: heftig
Revision: 387761

0.2.6-11: Fix sum (file verified good)

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-28 11:22:17 UTC (rev 387760)
+++ PKGBUILD2020-05-28 11:57:36 UTC (rev 387761)
@@ -2,7 +2,7 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=10
+pkgrel=11
 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
 
url="https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots.html;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 
source=("https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots-0.2.6.tar.gz;
 apricots.desktop apricots.png
 apricots-0.2.6-freealut.patch)
-sha512sums=('cf8a988d316382469e4b13a86315c760b702b3d490398cf2fe96f119ba743c1ff707c09228dbbf4eb601189fece708913a621b04c44e9d93162639ccbd502cf5'
+sha512sums=('37f72f527eff0df9de8e7b69c8c6efc8857445095282e6a6a5493533aa75d967ddfc33a4f3776972f46b43d7040aff011e3888e91eff4ee831fab610bf9695b6'
 
'9f2255f440fef17dccb38474edc5bef9f9770d026bbbc074e0a4dbd4bcc6fb639e00e7c6f370c67f478d6bc0d869f3c40bcfc0b493a08bff531fd754b7282d75'
 
'77061be211c4f03e21af3b6c0f43d1be6b1d2b323415d7e0c03daf1b29d6010ac69b1f7e27057ff399f91987f6b10b8e78f66d669cb81f396ae2cfc209b41983'
 
'002cc098dc0239c2fb771560d0957b93242d03055ade9a02e015e8a1e867ef06feb66499e3a39d1fea5261ede98b7193e256a0fc2cccb785df4e709cd3ca6efc')


[arch-commits] Commit in apricots/trunk (PKGBUILD)

2020-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 16, 2020 @ 22:00:14
  Author: heftig
Revision: 373602

0.2.6-10: FS#65155 Use archive.org

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-16 21:29:35 UTC (rev 373601)
+++ PKGBUILD2020-01-16 22:00:14 UTC (rev 373602)
@@ -2,15 +2,14 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=9
+pkgrel=10
 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
-url="http://www.fishies.org.uk/apricots.html;
+url="https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots.html;
 arch=(x86_64)
 license=(GPL)
 depends=(gcc-libs sdl freealut hicolor-icon-theme)
-#source=("http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz;
 backup=(etc/apricots.cfg)
-source=("https://sources.archlinux.org/other/apricots/$pkgname-$pkgver.tar.gz;
+source=("https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots-0.2.6.tar.gz;
 apricots.desktop apricots.png
 apricots-0.2.6-freealut.patch)
 
sha512sums=('cf8a988d316382469e4b13a86315c760b702b3d490398cf2fe96f119ba743c1ff707c09228dbbf4eb601189fece708913a621b04c44e9d93162639ccbd502cf5'
@@ -27,15 +26,15 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
-  make LIBTOOL=/usr/bin/libtool
+  install -Dt . /usr/bin/libtool
+  make
 }
 
 package() {
-  make -C $pkgname-$pkgver install prefix="$pkgdir/usr" 
LIBTOOL=/usr/bin/libtool
+  make -C $pkgname-$pkgver install prefix="$pkgdir/usr"
 
-  mkdir "$pkgdir/etc"
-  mv "$pkgdir/usr/share/apricots/apricots.cfg" "$pkgdir/etc"
-  ln -sr "$pkgdir/etc/apricots.cfg" "$pkgdir/usr/share/apricots"
+  install -Dt "$pkgdir/etc" -m644 "$pkgdir/usr/share/apricots/apricots.cfg"
+  ln -srft "$pkgdir/usr/share/apricots" "$pkgdir/etc/apricots.cfg"
 
   install -Dt "$pkgdir/usr/share/applications" -m644 apricots.desktop
   install -Dt "$pkgdir/usr/share/icons/hicolor/24x24/apps" -m644 apricots.png


[arch-commits] Commit in apricots/trunk (PKGBUILD)

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 17:08:56
  Author: felixonmars
Revision: 325665

upgpkg: apricots 0.2.6-8

BUILDINFO Rebuild

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 17:06:45 UTC (rev 325664)
+++ PKGBUILD2018-06-03 17:08:56 UTC (rev 325665)
@@ -3,7 +3,7 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=7
+pkgrel=8
 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
 arch=("x86_64")
 license=('GPL')
@@ -12,8 +12,8 @@
 #source=("http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz;
 source=("https://sources.archlinux.org/other/apricots/$pkgname-$pkgver.tar.gz;
 "apricots-0.2.6-freealut.patch")
-md5sums=('910828d717e46d8cbd9c24f702d09fbc'
- '5f9f74082dfe162ab3ba51f6ec628f99')
+sha512sums=('cf8a988d316382469e4b13a86315c760b702b3d490398cf2fe96f119ba743c1ff707c09228dbbf4eb601189fece708913a621b04c44e9d93162639ccbd502cf5'
+
'1a3efc32776ab364ca242611ec8a5ee6018b470a122430e22b222934361ceafd09e3fbc2c60e273990263c599f08d097887babde10500a78269356611fde75ad')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in apricots/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:41:29
  Author: bpiotrowski
Revision: 252894

C++11 ABI rebuild

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:37:53 UTC (rev 252893)
+++ PKGBUILD2015-12-06 17:41:29 UTC (rev 252894)
@@ -3,7 +3,7 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
 arch=("i686" "x86_64")
 license=('GPL')


[arch-commits] Commit in apricots/trunk (PKGBUILD)

2014-06-30 Thread Jan Steffens
Date: Monday, June 30, 2014 @ 20:50:09
  Author: heftig
Revision: 215865

mtree

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 18:48:10 UTC (rev 215864)
+++ PKGBUILD2014-06-30 18:50:09 UTC (rev 215865)
@@ -3,7 +3,7 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=5
+pkgrel=6
 pkgdesc=A simple 2D flying/bombing game similar to basic side scrollers
 arch=(i686 x86_64)
 license=('GPL')



[arch-commits] Commit in apricots/trunk (PKGBUILD)

2011-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2011 @ 08:07:39
  Author: heftig
Revision: 143882

Sign and fix source

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-30 10:14:11 UTC (rev 143881)
+++ PKGBUILD2011-11-30 13:07:39 UTC (rev 143882)
@@ -3,13 +3,14 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=4
+pkgrel=5
 pkgdesc=A simple 2D flying/bombing game similar to basic side scrollers
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.fishies.org.uk/apricots.html;
 depends=('gcc-libs' 'openal' 'sdl' 'freealut')
-source=(http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz;
+#source=(http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz;
+source=(ftp://ftp.archlinux.org/other/apricots/$pkgname-$pkgver.tar.gz;
 apricots-0.2.6-freealut.patch)
 md5sums=('910828d717e46d8cbd9c24f702d09fbc'
  '5f9f74082dfe162ab3ba51f6ec628f99')



[arch-commits] Commit in apricots/trunk (PKGBUILD)

2011-09-10 Thread Pierre Schmitz
Date: Saturday, September 10, 2011 @ 04:58:53
  Author: pierre
Revision: 137631

upgpkg: apricots 0.2.6-4

rebuild old package

Modified:
  apricots/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-10 08:40:20 UTC (rev 137630)
+++ PKGBUILD2011-09-10 08:58:53 UTC (rev 137631)
@@ -3,20 +3,25 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc=A simple 2D flying/bombing game similar to basic side scrollers
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.fishies.org.uk/apricots.html;
-depends=('gcc-libs' 'openal=1.6.372' 'sdl' 'freealut=1.1.0')
-source=(http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz; \
-   apricots-0.2.6-freealut.patch)
-md5sums=('910828d717e46d8cbd9c24f702d09fbc' '5f9f74082dfe162ab3ba51f6ec628f99')
+depends=('gcc-libs' 'openal' 'sdl' 'freealut')
+source=(http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz;
+apricots-0.2.6-freealut.patch)
+md5sums=('910828d717e46d8cbd9c24f702d09fbc'
+ '5f9f74082dfe162ab3ba51f6ec628f99')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i $startdir/src/apricots-0.2.6-freealut.patch || return 1
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make prefix=$pkgdir/usr install || return 1
+  patch -p0 -i $srcdir/apricots-0.2.6-freealut.patch
+  ./configure --prefix=/usr
+  make LIBTOOL='/usr/bin/libtool'
 }
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}