[arch-commits] Commit in kdebindings-smokegen/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Sat Jan 28 10:32:21 UTC 2012


    Date: Saturday, January 28, 2012 @ 05:32:21
  Author: andrea
Revision: 147768

db-move: moved kdebindings-smokegen from [testing] to [extra] (x86_64)

Added:
  kdebindings-smokegen/repos/extra-x86_64/PKGBUILD
    (from rev 147757, kdebindings-smokegen/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokegen/repos/extra-x86_64/PKGBUILD
  kdebindings-smokegen/repos/extra-x86_64/fix-crash.patch
  kdebindings-smokegen/repos/testing-x86_64/

-----------------+
 PKGBUILD        |   65 ++++++++++++++++++++++++------------------------------
 fix-crash.patch |   13 ----------
 2 files changed, 30 insertions(+), 48 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-01-28 10:32:19 UTC (rev 147767)
+++ extra-x86_64/PKGBUILD	2012-01-28 10:32:21 UTC (rev 147768)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokegen
-pkgver=4.7.4
-pkgrel=1
-pkgdesc="A general purpose C++ parser with a plugin infrastructure"
-url="http://kde.org/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2"
-        'fix-crash.patch')
-sha1sums=('068d37e2404311b9caa23d78ee7fa262188a8622'
-          'b209b2b7017622fea3406c5a9636e2334566af01')
-
-build() {
-  cd "${srcdir}"/smokegen-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-crash.patch
-
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokegen/repos/extra-x86_64/PKGBUILD (from rev 147757, kdebindings-smokegen/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-01-28 10:32:21 UTC (rev 147768)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokegen
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="A general purpose C++ parser with a plugin infrastructure"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+sha1sums=('9b4f0af954e845eecea8e7ed388e01cffb8974d2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/fix-crash.patch
===================================================================
--- extra-x86_64/fix-crash.patch	2012-01-28 10:32:19 UTC (rev 147767)
+++ extra-x86_64/fix-crash.patch	2012-01-28 10:32:21 UTC (rev 147768)
@@ -1,13 +0,0 @@
-diff -up smokegen-4.7.0/parser/type_compiler.cpp.orig smokegen-4.7.0/parser/type_compiler.cpp
-diff -up smokegen-4.7.0/type_compiler.cpp.orig smokegen-4.7.0/type_compiler.cpp
---- smokegen-4.7.0/type_compiler.cpp.orig	2011-08-02 14:34:08.000000000 +0200
-+++ smokegen-4.7.0/type_compiler.cpp	2011-08-02 14:34:34.000000000 +0200
-@@ -191,6 +191,8 @@ void TypeCompiler::visitParameterDeclara
- 
- void TypeCompiler::visitPtrOperator(PtrOperatorAST* node)
- {
-+    if ( ! m_session->token_stream ) return;
-+    if ( ! token_text(m_session->token_stream->kind(node->op)) ) return;
-     if (token_text(m_session->token_stream->kind(node->op))[0] == '*') {
-         QPair<bool, bool> cv = m_visitor->parseCv(node->cv);
-         pointerDepth.append(cv.first);




More information about the arch-commits mailing list