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

Jan Steffens heftig at archlinux.org
Tue Sep 27 17:04:35 UTC 2016


    Date: Tuesday, September 27, 2016 @ 17:04:34
  Author: heftig
Revision: 277063

archrelease: copy trunk to gnome-unstable-any

Added:
  mm-common/repos/gnome-unstable-any/
  mm-common/repos/gnome-unstable-any/PKGBUILD
    (from rev 277062, mm-common/trunk/PKGBUILD)

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

Copied: mm-common/repos/gnome-unstable-any/PKGBUILD (from rev 277062, mm-common/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2016-09-27 17:04:34 UTC (rev 277063)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mm-common
+pkgver=0.9.10+2+g71a4333
+pkgrel=1
+pkgdesc="Common build files of the C++ bindings"
+arch=('any')
+url="http://gtkmm.org"
+depends=('sh')
+makedepends=('libsigc++' 'git')
+license=('GPL2')
+_commit=71a4333c8fbc85047a315dc126fe9e8e4619a6b6
+source=("git://git.gnome.org/mm-common#commit=$_commit"
+        http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
+sha256sums=('SKIP'
+            'fd3fed61b637e3e6e24794f8c40b22002f8ac154a8c5cc1f3a5b3ad7c8f4be4c')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  cp ../libstdc++.tag doctags
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-network
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list