[arch-commits] Commit in ccgo/repos (2 files)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:20:05
  Author: felixonmars
Revision: 404923

archrelease: copy trunk to community-staging-x86_64

Added:
  ccgo/repos/community-staging-x86_64/
  ccgo/repos/community-staging-x86_64/PKGBUILD
(from rev 404922, ccgo/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: ccgo/repos/community-staging-x86_64/PKGBUILD (from rev 404922, 
ccgo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-09 22:20:05 UTC (rev 404923)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Guillem Rieu 
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=4
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("https://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in ccgo/repos (2 files)

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:38:54
  Author: arodseth
Revision: 101516

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

Added:
  ccgo/repos/community-i686/PKGBUILD
(from rev 101515, ccgo/trunk/PKGBUILD)
  ccgo/repos/community-x86_64/PKGBUILD
(from rev 101515, ccgo/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ccgo/repos/community-i686/PKGBUILD (from rev 101515, 
ccgo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 20:38:54 UTC (rev 101516)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Guillem Rieu 
+
+pkgname=ccgo
+pkgver=0.3.6.4
+pkgrel=3
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-x86_64/PKGBUILD (from rev 101515, 
ccgo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-26 20:38:54 UTC (rev 101516)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Guillem Rieu 
+
+pkgname=ccgo
+pkgver=0.3.6.4
+pkgrel=3
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: