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

Antonio Rojas arojas at archlinux.org
Wed Apr 10 16:46:51 UTC 2019


    Date: Wednesday, April 10, 2019 @ 16:46:50
  Author: arojas
Revision: 350524

Add docs (FS#62297)

Modified:
  grantlee/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 12:51:05 UTC (rev 350523)
+++ PKGBUILD	2019-04-10 16:46:50 UTC (rev 350524)
@@ -4,13 +4,13 @@
 
 pkgname=grantlee
 pkgver=5.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A string template engine based on the Django template system and written in Qt5"
 arch=(x86_64)
-url="http://www.grantlee.org/"
+url="https://github.com/steveire/grantlee"
 license=(LGPL2.1)
 depends=('qt5-script')
-makedepends=(cmake doxygen)
+makedepends=(cmake doxygen graphviz)
 source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc})
 sha256sums=('ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478'
             'SKIP')
@@ -26,9 +26,11 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTS=OFF
   make
+  make docs
 }
 
 package() {
   cd build
   make DESTDIR="$pkgdir" install
+  install -Dm644 apidox/* -t "$pkgdir"/usr/share/doc/$pkgname
 }



More information about the arch-commits mailing list