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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:02:38 UTC 2015


    Date: Monday, December 7, 2015 @ 18:02:38
  Author: foutrelis
Revision: 150060

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

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

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

Copied: gdlmm/repos/community-staging-i686/PKGBUILD (from rev 150059, gdlmm/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 17:02:38 UTC (rev 150060)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=gdlmm
+pkgver=3.7.3
+pkgrel=2
+pkgdesc='C++ bindings for the gdl library'
+arch=('x86_64' 'i686')
+url='http://git.gnome.org/browse/gdlmm/'
+depends=('gdl' 'gtkmm3')
+options=('!emptydirs')
+license=('LGPL')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdlmm/repos/community-staging-x86_64/PKGBUILD (from rev 150059, gdlmm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 17:02:38 UTC (rev 150060)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=gdlmm
+pkgver=3.7.3
+pkgrel=2
+pkgdesc='C++ bindings for the gdl library'
+arch=('x86_64' 'i686')
+url='http://git.gnome.org/browse/gdlmm/'
+depends=('gdl' 'gtkmm3')
+options=('!emptydirs')
+license=('LGPL')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list