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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 19 10:33:19 UTC 2019


    Date: Tuesday, February 19, 2019 @ 10:33:18
  Author: arodseth
Revision: 434467

archrelease: copy trunk to community-x86_64

Added:
  ccgo/repos/community-x86_64/PKGBUILD
    (from rev 434466, ccgo/trunk/PKGBUILD)
Deleted:
  ccgo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 10:33:09 UTC (rev 434466)
+++ PKGBUILD	2019-02-19 10:33:18 UTC (rev 434467)
@@ -1,35 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Guillem Rieu <guillemr at gmx.net>
-
-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:

Copied: ccgo/repos/community-x86_64/PKGBUILD (from rev 434466, ccgo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-19 10:33:18 UTC (rev 434467)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Guillem Rieu <guillemr at gmx.net>
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=5
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=(x86_64)
+url='https://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' -type f -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -type f -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  CXXFLAGS="$CXXFLAGS -std=c++11 -fpermissive" make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+}
+
+# getver: ccdw.org/~cjj/prog/ccgo/ChangeLog
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list