[arch-commits] Commit in cppcheck/repos (4 files)
Jelle van der Waa
jelle at archlinux.org
Sat Aug 2 15:23:46 UTC 2014
Date: Saturday, August 2, 2014 @ 17:23:46
Author: jelle
Revision: 116744
archrelease: copy trunk to community-i686, community-x86_64
Added:
cppcheck/repos/community-i686/PKGBUILD
(from rev 116743, cppcheck/trunk/PKGBUILD)
cppcheck/repos/community-x86_64/PKGBUILD
(from rev 116743, cppcheck/trunk/PKGBUILD)
Deleted:
cppcheck/repos/community-i686/PKGBUILD
cppcheck/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 42 ----------------------
community-x86_64/PKGBUILD | 42 ----------------------
3 files changed, 84 insertions(+), 84 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-08-02 15:23:33 UTC (rev 116743)
+++ community-i686/PKGBUILD 2014-08-02 15:23:46 UTC (rev 116744)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=cppcheck
-pkgver=1.65
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/"
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('df1ebc45defb24c7f21af64bbf9515cedb5f2d8e')
-
-build() {
- cd "${pkgname}-${pkgver}"
- make CFGDIR=/usr/share/cppcheck/cfg
- make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
- cd gui
- qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
- make CFGDIR=/usr/share/cppcheck/cfg
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- #make CFGDIR=/usr/share/cppcheck/cfg test
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg install
-
- install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
- install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-
- for _f in cfg/*; do
- install -D -p -m 644 $_f "${pkgdir}"/usr/share/"${pkgname}"/$_f
- done
-}
Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 116743, cppcheck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-02 15:23:46 UTC (rev 116744)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=cppcheck
+pkgver=1.66
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/"
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('277a214aa8a2bf30180645aca09c1dc9d3069977')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ make CFGDIR=/usr/share/cppcheck/cfg
+ make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
+
+ cd gui
+ qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
+ make CFGDIR=/usr/share/cppcheck/cfg
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ make CFGDIR=./cfg HAVE_RULES=yestest
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR=${pkgdir} install
+
+ install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+ install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+
+ for _f in cfg/*; do
+ install -D -p -m 644 $_f "${pkgdir}"/usr/share/"${pkgname}"/$_f
+ done
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-08-02 15:23:33 UTC (rev 116743)
+++ community-x86_64/PKGBUILD 2014-08-02 15:23:46 UTC (rev 116744)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=cppcheck
-pkgver=1.65
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/"
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('df1ebc45defb24c7f21af64bbf9515cedb5f2d8e')
-
-build() {
- cd "${pkgname}-${pkgver}"
- make CFGDIR=/usr/share/cppcheck/cfg
- make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
- cd gui
- qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
- make CFGDIR=/usr/share/cppcheck/cfg
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- #make CFGDIR=/usr/share/cppcheck/cfg test
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg install
-
- install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
- install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-
- for _f in cfg/*; do
- install -D -p -m 644 $_f "${pkgdir}"/usr/share/"${pkgname}"/$_f
- done
-}
Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 116743, cppcheck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-08-02 15:23:46 UTC (rev 116744)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=cppcheck
+pkgver=1.66
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/"
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('277a214aa8a2bf30180645aca09c1dc9d3069977')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ make CFGDIR=/usr/share/cppcheck/cfg
+ make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
+
+ cd gui
+ qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
+ make CFGDIR=/usr/share/cppcheck/cfg
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ make CFGDIR=./cfg HAVE_RULES=yestest
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR=${pkgdir} install
+
+ install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+ install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+
+ for _f in cfg/*; do
+ install -D -p -m 644 $_f "${pkgdir}"/usr/share/"${pkgname}"/$_f
+ done
+}
More information about the arch-commits
mailing list