[arch-commits] Commit in cppcheck/repos/community-x86_64 (4 files)

George Rawlinson grawlinson at gemini.archlinux.org
Sat Feb 5 20:26:47 UTC 2022


    Date: Saturday, February 5, 2022 @ 20:26:47
  Author: grawlinson
Revision: 1126884

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
    (from rev 1126883, cppcheck/trunk/PKGBUILD)
  cppcheck/repos/community-x86_64/translations-location.patch
    (from rev 1126883, cppcheck/trunk/translations-location.patch)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD
  cppcheck/repos/community-x86_64/translations-location.patch

-----------------------------+
 PKGBUILD                    |  190 +++++++++++++++++++++---------------------
 translations-location.patch |   38 ++++----
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 20:25:59 UTC (rev 1126883)
+++ PKGBUILD	2022-02-05 20:26:47 UTC (rev 1126884)
@@ -1,95 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=cppcheck
-pkgver=2.6.3
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/"
-license=('GPL')
-depends=(
-  'python-pygments'
-  'tinyxml2'
-)
-makedepends=(
-  'git'
-  'docbook-xsl'
-  'qt5-tools'
-  'qt5-base'
-  'python'
-  'pandoc'
-  'cmake'
-  'clang'
-)
-optdepends=(
-  'qt5-tools: run cppcheck-gui'
-  'python-pygments: cppcheck-htmlreport'
-  'clang: for cppcheck-gui integration'
-)
-_commit='3e518e64d0f1fb1e8b71f2d0e8c07d36e31d0ffc'
-source=(
-  "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit"
-  'translations-location.patch'
-)
-sha512sums=('SKIP'
-            'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
-b2sums=('SKIP'
-        '8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags
-}
-
-prepare() {
-  cd "$pkgname"
-  patch -p1 -i ../translations-location.patch
-}
-
-build() {
-  export CXXFLAGS+=" -DNDEBUG"
-
-  # Manuals
-  pushd "$pkgname"
-  xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 's/-[0-9]$//')
-  make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl man
-  pandoc man/manual.md -o man/manual.html -s --number-sections --toc
-  pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s --number-sections --toc
-  popd
-
-  cmake \
-    -B build \
-    -S "$pkgname" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DUSE_MATCHCOMPILER=yes \
-    -DHAVE_RULES=yes \
-    -DBUILD_GUI=yes \
-    -DBUILD_SHARED_LIBS=no \
-    -DBUILD_TESTS=yes \
-    -DFILESDIR=/usr/share/cppcheck \
-    -DUSE_BUNDLED_TINYXML2=no
-
-  cmake --build build
-}
-
-
-check() {
-  cd build/bin
-  ./testrunner -g -q
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd "$pkgname"
-
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" cppcheck.1
-  install -vDm755 -t "$pkgdir/usr/bin" htmlreport/cppcheck-htmlreport
-
-  # Fix location of language files
-  install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-  mv "${pkgdir}"/usr/bin/cppcheck_*.qm "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 1126883, cppcheck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-05 20:26:47 UTC (rev 1126884)
@@ -0,0 +1,95 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=cppcheck
+pkgver=2.7
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/"
+license=('GPL')
+depends=(
+  'python-pygments'
+  'tinyxml2'
+)
+makedepends=(
+  'git'
+  'docbook-xsl'
+  'qt5-tools'
+  'qt5-base'
+  'python'
+  'pandoc'
+  'cmake'
+  'clang'
+)
+optdepends=(
+  'qt5-tools: run cppcheck-gui'
+  'python-pygments: cppcheck-htmlreport'
+  'clang: for cppcheck-gui integration'
+)
+options=('debug')
+_commit='6ba6567ad897d56741159f8af90fc354ae050e61'
+source=(
+  "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit"
+  'translations-location.patch'
+)
+sha512sums=('SKIP'
+            'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
+b2sums=('SKIP'
+        '8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
+
+pkgver() {
+  cd "$pkgname"
+  git describe --tags
+}
+
+prepare() {
+  cd "$pkgname"
+  patch -p1 -i ../translations-location.patch
+}
+
+build() {
+  export CXXFLAGS+=" -DNDEBUG"
+
+  # Manuals
+  pushd "$pkgname"
+  xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 's/-[0-9]$//')
+  make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl man
+  pandoc man/manual.md -o man/manual.html -s --number-sections --toc
+  pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s --number-sections --toc
+  popd
+
+  cmake \
+    -B build \
+    -S "$pkgname" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+    -DUSE_MATCHCOMPILER=yes \
+    -DHAVE_RULES=yes \
+    -DBUILD_GUI=yes \
+    -DBUILD_SHARED_LIBS=no \
+    -DBUILD_TESTS=no \
+    -DFILESDIR=/usr/share/cppcheck \
+    -DUSE_BUNDLED_TINYXML2=no
+
+  cmake --build build
+}
+
+#check() {
+#  cd build/bin
+#  ./testrunner -g -q
+#}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  cd "$pkgname"
+
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" cppcheck.1
+  install -vDm755 -t "$pkgdir/usr/bin" htmlreport/cppcheck-htmlreport
+
+  # Fix location of language files
+  install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+  mv "${pkgdir}"/usr/bin/cppcheck_*.qm "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}

Deleted: translations-location.patch
===================================================================
--- translations-location.patch	2022-02-05 20:25:59 UTC (rev 1126883)
+++ translations-location.patch	2022-02-05 20:26:47 UTC (rev 1126884)
@@ -1,19 +0,0 @@
---- a/gui/translationhandler.cpp
-+++ b/gui/translationhandler.cpp
-@@ -116,15 +116,7 @@
-         if (datadir.isEmpty())
-             datadir = appPath;
- 
--        QString translationFile;
--        if (QFile::exists(datadir + "/lang/" + mTranslations[index].mFilename + ".qm"))
--            translationFile = datadir + "/lang/" + mTranslations[index].mFilename + ".qm";
--
--        else if (QFile::exists(datadir + "/" + mTranslations[index].mFilename + ".qm"))
--            translationFile = datadir + "/" + mTranslations[index].mFilename + ".qm";
--
--        else
--            translationFile = appPath + "/" + mTranslations[index].mFilename + ".qm";
-+        QString translationFile("/usr/share/cppcheck/cfg/lang/" + mTranslations[index].mFilename + ".qm");
- 
-         if (!mTranslator->load(translationFile) && !failure) {
-             //If it failed, lets check if the default file exists

Copied: cppcheck/repos/community-x86_64/translations-location.patch (from rev 1126883, cppcheck/trunk/translations-location.patch)
===================================================================
--- translations-location.patch	                        (rev 0)
+++ translations-location.patch	2022-02-05 20:26:47 UTC (rev 1126884)
@@ -0,0 +1,19 @@
+--- a/gui/translationhandler.cpp
++++ b/gui/translationhandler.cpp
+@@ -116,15 +116,7 @@
+         if (datadir.isEmpty())
+             datadir = appPath;
+ 
+-        QString translationFile;
+-        if (QFile::exists(datadir + "/lang/" + mTranslations[index].mFilename + ".qm"))
+-            translationFile = datadir + "/lang/" + mTranslations[index].mFilename + ".qm";
+-
+-        else if (QFile::exists(datadir + "/" + mTranslations[index].mFilename + ".qm"))
+-            translationFile = datadir + "/" + mTranslations[index].mFilename + ".qm";
+-
+-        else
+-            translationFile = appPath + "/" + mTranslations[index].mFilename + ".qm";
++        QString translationFile("/usr/share/cppcheck/cfg/lang/" + mTranslations[index].mFilename + ".qm");
+ 
+         if (!mTranslator->load(translationFile) && !failure) {
+             //If it failed, lets check if the default file exists



More information about the arch-commits mailing list