[arch-commits] Commit in glibmm/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Apr 5 13:59:18 UTC 2017
Date: Wednesday, April 5, 2017 @ 13:59:17
Author: heftig
Revision: 292134
2.51.6-2
Modified:
glibmm/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-05 13:55:30 UTC (rev 292133)
+++ PKGBUILD 2017-04-05 13:59:17 UTC (rev 292134)
@@ -5,8 +5,8 @@
pkgbase=glibmm
pkgname=(glibmm glibmm-docs)
pkgver=2.51.6
-pkgrel=1
-pkgdesc="C++ bindings for Glib"
+pkgrel=2
+pkgdesc="C++ bindings for GLib"
url="http://www.gtkmm.org/"
arch=(i686 x86_64)
license=(LGPL)
@@ -40,9 +40,9 @@
}
package_glibmm-docs() {
- pkgdesc="Developer documentation for glibmm"
+ pkgdesc+=" (documentation)"
depends=()
- cd $pkgbase/docs
- make DESTDIR="$pkgdir" install
+ cd $pkgbase
+ make -C docs DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list