aboutsummaryrefslogtreecommitdiffstats
path: root/community/cppcheck
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-29 15:58:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-29 16:12:52 -0300
commit03db3d44fe2131aca3f92b298dfd6d71596340d7 (patch)
tree8d7a04e300b97fb23e7e8e2205bea6bc569cf736 /community/cppcheck
parent1b83124f269c055a670c5d6ac9a249ee7615b34a (diff)
downloadaports-03db3d44fe2131aca3f92b298dfd6d71596340d7.tar.bz2
aports-03db3d44fe2131aca3f92b298dfd6d71596340d7.tar.xz
community/cppcheck: upgrade to 1.88
Diffstat (limited to 'community/cppcheck')
-rw-r--r--community/cppcheck/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/community/cppcheck/APKBUILD b/community/cppcheck/APKBUILD
index 143d099885..19b28742f9 100644
--- a/community/cppcheck/APKBUILD
+++ b/community/cppcheck/APKBUILD
@@ -1,23 +1,20 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=cppcheck
-pkgver=1.87
+pkgver=1.88
pkgrel=0
pkgdesc="Static analysis tool for C/C++ code"
url="http://cppcheck.sourceforge.net"
arch="all"
license="GPL-3.0-or-later"
-depends=""
makedepends="docbook-xsl pcre-dev python qt5-qttools-dev"
subpackages="$pkgname-doc $pkgname-htmlreport::noarch $pkgname-gui"
source="$pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/$pkgver.tar.gz
set_datadir.patch
disable-findFunction19-test.patch
"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-*/manpages/docbook.xsl man
cd gui
@@ -27,12 +24,10 @@ build() {
}
check() {
- cd "$builddir"
make SRCDIR=build check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes install
install -Dm644 cppcheck.1 "$pkgdir"/usr/share/man/man1/cppcheck.1
}
@@ -58,6 +53,6 @@ gui() {
mv gui/cppcheck*.qm "$subpkgdir"/usr/share/cppcheck/lang/
}
-sha512sums="b0149002b40260c1488904929296403722a66b84263b41d0097c3caed28265332766c114f0d1f378ea6c7e73ab973ea71ab89c6744f6cc818f22de08933e6766 cppcheck-1.87.tar.gz
+sha512sums="fa4ede0665546341af0ba3dae09a00b6efae09ec7838c616c580be01ff6902594d61168a059539779be0c78e1708d2bd9c8e7987dd0bb67dc8fa332a10d1de6a cppcheck-1.88.tar.gz
013e3d1bb49602ac0bf39335d5b4df001aa98e1ad9689207063460edc30a4cd7b67f5e880bd0bcae0c03e5724a8bdd0cb5c8cafcb89a815dab24b2ead2923f36 set_datadir.patch
dd118f930aa509ee3d8b39d920f5de38b425657cc8a44520bb13b8f744aa4f2fe2bcd61141dbe1730f3202b70aecd3ef2531a04b8ebccdc5475cbe1a4dda38ab disable-findFunction19-test.patch"