[arch-commits] Commit in qcustomplot/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Aug 25 17:02:23 UTC 2019
Date: Sunday, August 25, 2019 @ 17:02:22
Author: dvzrv
Revision: 501717
upgpkg: qcustomplot 2.0.1-4
Removing custom postprocessing for doxygen documentation (FS#63554). Adding libqcustomplot.so to provides.
Modified:
qcustomplot/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-25 16:36:15 UTC (rev 501716)
+++ PKGBUILD 2019-08-25 17:02:22 UTC (rev 501717)
@@ -2,14 +2,15 @@
_name=QCustomPlot
pkgname=qcustomplot
pkgver=2.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Qt C++ widget for plotting and data visualization"
arch=('x86_64')
url="https://www.qcustomplot.com/"
license=('GPL3')
depends=('qt5-base')
+makedepends=('doxygen' 'graphviz' 'qt5-tools')
+provides=('libqcustomplot.so')
replaces=('qcustomplot-qt5')
-makedepends=('doxygen' 'graphviz' 'python' 'qt5-tools')
source=("https://gitlab.com/DerManu/${_name}/-/archive/v${pkgver}/${_name}-v${pkgver}.tar.bz2")
sha512sums=('fb9184d517007b7c280e7122b3c14b6e49bf6b550bf41b95fe6808cc1c66c66dd82383796bfa4f43ce1ff0406e4c53e579ecc0aa2992741c5a45e5469f4bf5e8')
@@ -30,19 +31,12 @@
make
# create documentation
doxygen
- ./documentation/postprocess-doc-images.py
- ./documentation/postprocess-doc-html.py
qhelpgenerator documentation/html/index.qhp \
-o documentation/qthelp/qcustomplot.qch
find documentation/html -type f \
- -iname "*.ghp" -or -iname "*.map" -or -iname "*.md5" -delete
+ -iname "*.qhp" -or -iname "*.map" -or -iname "*.md5" -delete
}
-#check() {
-# cd "$pkgname-$pkgver"
-# make -k check
-#}
-
package() {
cd "$pkgname-$pkgver"
# there is no install target
More information about the arch-commits
mailing list