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

Felix Yan fyan at archlinux.org
Tue Dec 8 07:05:06 UTC 2015


    Date: Tuesday, December 8, 2015 @ 08:05:05
  Author: fyan
Revision: 150179

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: ccgo/repos/community-staging-i686/PKGBUILD (from rev 150178, ccgo/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-08 07:05:05 UTC (rev 150179)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Guillem Rieu <guillemr at gmx.net>
+
+pkgname=ccgo
+pkgver=0.3.6.4
+pkgrel=4
+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')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-staging-x86_64/PKGBUILD (from rev 150178, ccgo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-08 07:05:05 UTC (rev 150179)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Guillem Rieu <guillemr at gmx.net>
+
+pkgname=ccgo
+pkgver=0.3.6.4
+pkgrel=4
+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')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list