[arch-commits] Commit in mm-common/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 27 17:14:29 UTC 2016


    Date: Tuesday, September 27, 2016 @ 17:14:28
  Author: heftig
Revision: 277066

0.9.10+2+g71a4333-2: Add depends for doc generation

Modified:
  mm-common/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-27 17:08:51 UTC (rev 277065)
+++ PKGBUILD	2016-09-27 17:14:28 UTC (rev 277066)
@@ -3,13 +3,13 @@
 
 pkgname=mm-common
 pkgver=0.9.10+2+g71a4333
-pkgrel=1
+pkgrel=2
 pkgdesc="Common build files of the C++ bindings"
-arch=('any')
 url="http://gtkmm.org"
-depends=('sh')
-makedepends=('libsigc++' 'git')
-license=('GPL2')
+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)



More information about the arch-commits mailing list