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

Jan de Groot jgc at archlinux.org
Sun Sep 17 21:47:12 UTC 2017


    Date: Sunday, September 17, 2017 @ 21:47:11
  Author: jgc
Revision: 305759

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: mm-common/repos/gnome-unstable-any/PKGBUILD (from rev 305758, mm-common/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2017-09-17 21:47:11 UTC (rev 305759)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mm-common
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="Common build files of the C++ bindings"
+url="http://www.gtkmm.org/"
+arch=(any)
+depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
+makedepends=(libsigc++ git)
+license=(GPL2)
+_commit=85476c318c5c51958c92660de3cf7feea9ac3fd8  # tags/0.9.11^0
+source=("git+https://git.gnome.org/browse/mm-common#commit=$_commit"
+        https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
+sha256sums=('SKIP'
+            'f6c8c74e8293aefaefb4d25fd154d5f537b3bc80e7ceecaa02c5a01836fc09e6')
+
+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