[arch-commits] Commit in k9copy/trunk (PKGBUILD k9copy-2.3.2-gcc44.patch)

Giovanni Scafora giovanni at archlinux.org
Wed May 27 19:08:32 UTC 2009


    Date: Wednesday, May 27, 2009 @ 15:08:32
  Author: giovanni
Revision: 40084

upgpkg: k9copy 2.3.2-1
    New version 2.3.2

Added:
  k9copy/trunk/k9copy-2.3.2-gcc44.patch
Modified:
  k9copy/trunk/PKGBUILD	(contents, properties)

--------------------------+
 PKGBUILD                 |   13 ++++++++-----
 k9copy-2.3.2-gcc44.patch |   20 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-27 15:57:59 UTC (rev 40083)
+++ PKGBUILD	2009-05-27 19:08:32 UTC (rev 40084)
@@ -1,21 +1,24 @@
-# $Id: $
+# $Id$
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
 
 pkgname=k9copy
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc="A small utility which allows the copy of DVD under Linux"
 arch=('i686' 'x86_64')
 url="http://k9copy.sourceforge.net"
 license=('GPL2')
 depends=('kdebase-runtime' 'libmpeg2')
 makedepends=('automoc4' 'cmake')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('791b72e6509be427fbae4187f47b8733')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz
+        k9copy-2.3.2-gcc44.patch)
+md5sums=('bd3eaa33c64d8a2ba28f5385cd85eea2'
+         'aeae6e0ff00234a56c9301912ae83c73')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-Source
+  patch -Np1 -i ${srcdir}/k9copy-2.3.2-gcc44.patch || return 1
   cmake -DCMAKE_INSTALL_PREFIX=/usr || return 1
   make || return 1
   make DESTDIR=${pkgdir}/ install || return 1


Property changes on: k9copy/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: k9copy-2.3.2-gcc44.patch
===================================================================
--- k9copy-2.3.2-gcc44.patch	                        (rev 0)
+++ k9copy-2.3.2-gcc44.patch	2009-05-27 19:08:32 UTC (rev 40084)
@@ -0,0 +1,20 @@
+--- a/src/core/k9tools.cpp	2009-05-27 20:15:20.000000000 -0700
++++ b/src/core/k9tools.cpp	2009-05-27 20:15:20.000000000 -0700
+@@ -11,6 +11,7 @@
+ //
+ #include "k9tools.h"
+ #include <kstandarddirs.h>
++#include <stdint.h>
+ #include <qdir.h>
+ #include <QComboBox>
+ #ifdef __FreeBSD__
+--- a/src/core/k9dvdbackupinterface.h	2009-05-27 20:51:26.000000000 -0700
++++ b/src/core/k9dvdbackupinterface.h	2009-05-27 20:51:26.000000000 -0700
+@@ -19,6 +19,7 @@
+  ***************************************************************************/
+ #ifndef K9DVDBACKUPINTERFACE_H
+ #define K9DVDBACKUPINTERFACE_H
++#include <stdint.h>
+ 
+ #include <QObject>
+ class k9DVDBackupInterface : public QObject




More information about the arch-commits mailing list