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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 16:59:29 UTC 2015


    Date: Monday, December 7, 2015 @ 17:59:28
  Author: bpiotrowski
Revision: 150054

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kdbg/repos/community-staging-i686/
  kdbg/repos/community-staging-i686/PKGBUILD
    (from rev 150051, kdbg/trunk/PKGBUILD)
  kdbg/repos/community-staging-i686/kdbg-cmake-3.4.patch
    (from rev 150052, kdbg/trunk/kdbg-cmake-3.4.patch)
  kdbg/repos/community-staging-x86_64/
  kdbg/repos/community-staging-x86_64/PKGBUILD
    (from rev 150053, kdbg/trunk/PKGBUILD)
  kdbg/repos/community-staging-x86_64/kdbg-cmake-3.4.patch
    (from rev 150053, kdbg/trunk/kdbg-cmake-3.4.patch)

-----------------------------------------------+
 community-staging-i686/PKGBUILD               |   37 ++++++++++++++++++++++++
 community-staging-i686/kdbg-cmake-3.4.patch   |   10 ++++++
 community-staging-x86_64/PKGBUILD             |   37 ++++++++++++++++++++++++
 community-staging-x86_64/kdbg-cmake-3.4.patch |   10 ++++++
 4 files changed, 94 insertions(+)

Copied: kdbg/repos/community-staging-i686/PKGBUILD (from rev 150051, kdbg/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 16:59:28 UTC (rev 150054)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: Jason Taylor <jftaylor21 at gmail.com>
+# Contributor: Georg Grabler <ggrabler at chello.at>
+
+pkgname=kdbg
+pkgver=2.5.5
+pkgrel=3
+pkgdesc="A gdb GUI for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kdbg.org"
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake' 'optipng')
+source=("http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz" kdbg-cmake-3.4.patch)
+md5sums=('3c4271fb0c3be75d658a94c3ea6c6167'
+         '23ad6b2600e835ed7985479c4ec4c433')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with cmake 3.4
+  patch -p1 -i ../kdbg-cmake-3.4.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdbg/repos/community-staging-i686/kdbg-cmake-3.4.patch (from rev 150052, kdbg/trunk/kdbg-cmake-3.4.patch)
===================================================================
--- community-staging-i686/kdbg-cmake-3.4.patch	                        (rev 0)
+++ community-staging-i686/kdbg-cmake-3.4.patch	2015-12-07 16:59:28 UTC (rev 150054)
@@ -0,0 +1,10 @@
+--- kdbg-2.5.5/kdbg/CMakeLists.txt.orig	2015-12-07 17:54:31.111499425 +0100
++++ kdbg-2.5.5/kdbg/CMakeLists.txt	2015-12-07 17:54:39.051501951 +0100
+@@ -4,6 +4,7 @@
+ 
+ include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
+ include(CheckFunctionExists)
++include(CheckIncludeFiles)
+ 
+ CHECK_INCLUDE_FILES(pty.h HAVE_PTY_H)
+ CHECK_INCLUDE_FILES(libutil.h HAVE_LIBUTIL_H)

Copied: kdbg/repos/community-staging-x86_64/PKGBUILD (from rev 150053, kdbg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 16:59:28 UTC (rev 150054)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: Jason Taylor <jftaylor21 at gmail.com>
+# Contributor: Georg Grabler <ggrabler at chello.at>
+
+pkgname=kdbg
+pkgver=2.5.5
+pkgrel=3
+pkgdesc="A gdb GUI for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kdbg.org"
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake' 'optipng')
+source=("http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz" kdbg-cmake-3.4.patch)
+md5sums=('3c4271fb0c3be75d658a94c3ea6c6167'
+         '23ad6b2600e835ed7985479c4ec4c433')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with cmake 3.4
+  patch -p1 -i ../kdbg-cmake-3.4.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdbg/repos/community-staging-x86_64/kdbg-cmake-3.4.patch (from rev 150053, kdbg/trunk/kdbg-cmake-3.4.patch)
===================================================================
--- community-staging-x86_64/kdbg-cmake-3.4.patch	                        (rev 0)
+++ community-staging-x86_64/kdbg-cmake-3.4.patch	2015-12-07 16:59:28 UTC (rev 150054)
@@ -0,0 +1,10 @@
+--- kdbg-2.5.5/kdbg/CMakeLists.txt.orig	2015-12-07 17:54:31.111499425 +0100
++++ kdbg-2.5.5/kdbg/CMakeLists.txt	2015-12-07 17:54:39.051501951 +0100
+@@ -4,6 +4,7 @@
+ 
+ include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
+ include(CheckFunctionExists)
++include(CheckIncludeFiles)
+ 
+ CHECK_INCLUDE_FILES(pty.h HAVE_PTY_H)
+ CHECK_INCLUDE_FILES(libutil.h HAVE_LIBUTIL_H)



More information about the arch-commits mailing list