[arch-commits] Commit in mm-common/repos/gnome-unstable-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 27 17:15:25 UTC 2016


    Date: Tuesday, September 27, 2016 @ 17:15:24
  Author: heftig
Revision: 277067

archrelease: copy trunk to gnome-unstable-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-27 17:14:28 UTC (rev 277066)
+++ PKGBUILD	2016-09-27 17:15:24 UTC (rev 277067)
@@ -1,41 +0,0 @@
-# $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:

Copied: mm-common/repos/gnome-unstable-any/PKGBUILD (from rev 277066, mm-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-27 17:15:24 UTC (rev 277067)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mm-common
+pkgver=0.9.10+2+g71a4333
+pkgrel=2
+pkgdesc="Common build files of the C++ bindings"
+url="http://gtkmm.org"
+arch=(any)
+depends=(graphviz doxygen gtk-doc)
+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