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

Andrea Scarpino andrea at archlinux.org
Thu Dec 22 22:33:38 UTC 2011


    Date: Thursday, December 22, 2011 @ 17:33:37
  Author: andrea
Revision: 145478

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD
    (from rev 145477, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 145477, kdebindings-smokegen/trunk/PKGBUILD)
Deleted:
  kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokegen/repos/kde-unstable-i686/fix-crash.patch
  kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-smokegen/repos/kde-unstable-x86_64/fix-crash.patch

-------------------------------------+
 kde-unstable-i686/PKGBUILD          |   65 +++++++++++++++-------------------
 kde-unstable-i686/fix-crash.patch   |   13 ------
 kde-unstable-x86_64/PKGBUILD        |   65 +++++++++++++++-------------------
 kde-unstable-x86_64/fix-crash.patch |   13 ------
 4 files changed, 60 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2011-12-22 22:33:03 UTC (rev 145477)
+++ kde-unstable-i686/PKGBUILD	2011-12-22 22:33:37 UTC (rev 145478)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokegen
-pkgver=4.7.90
-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/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2"
-        'fix-crash.patch')
-sha1sums=('c852cf97a7b2d7516a4995d19ad3be6035aa0c17'
-          '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/kde-unstable-i686/PKGBUILD (from rev 145477, kdebindings-smokegen/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2011-12-22 22:33:37 UTC (rev 145478)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokegen
+pkgver=4.7.95
+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/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+sha1sums=('12878b6a35c7a0027d74abc5611e6b0c628d467c')
+
+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: kde-unstable-i686/fix-crash.patch
===================================================================
--- kde-unstable-i686/fix-crash.patch	2011-12-22 22:33:03 UTC (rev 145477)
+++ kde-unstable-i686/fix-crash.patch	2011-12-22 22:33:37 UTC (rev 145478)
@@ -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);

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2011-12-22 22:33:03 UTC (rev 145477)
+++ kde-unstable-x86_64/PKGBUILD	2011-12-22 22:33:37 UTC (rev 145478)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokegen
-pkgver=4.7.90
-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/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2"
-        'fix-crash.patch')
-sha1sums=('c852cf97a7b2d7516a4995d19ad3be6035aa0c17'
-          '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/kde-unstable-x86_64/PKGBUILD (from rev 145477, kdebindings-smokegen/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2011-12-22 22:33:37 UTC (rev 145478)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokegen
+pkgver=4.7.95
+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/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+sha1sums=('12878b6a35c7a0027d74abc5611e6b0c628d467c')
+
+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: kde-unstable-x86_64/fix-crash.patch
===================================================================
--- kde-unstable-x86_64/fix-crash.patch	2011-12-22 22:33:03 UTC (rev 145477)
+++ kde-unstable-x86_64/fix-crash.patch	2011-12-22 22:33:37 UTC (rev 145478)
@@ -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