[arch-commits] Commit in kdelibs3/trunk (PKGBUILD kdelibs3-missing-include.patch)

Eric Bélanger eric at archlinux.org
Thu Jan 19 08:16:06 UTC 2012


    Date: Thursday, January 19, 2012 @ 03:16:06
  Author: eric
Revision: 146920

upgpkg: kdelibs3 3.5.10-12

Rebuild against libpng 1.5 and libtiff 4.0, Add hspell optdepends, Clean up depends and makedepends, Add build fix

Added:
  kdelibs3/trunk/kdelibs3-missing-include.patch
Modified:
  kdelibs3/trunk/PKGBUILD

--------------------------------+
 PKGBUILD                       |   32 ++++++++++++++++++--------------
 kdelibs3-missing-include.patch |   10 ++++++++++
 2 files changed, 28 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-19 07:41:51 UTC (rev 146919)
+++ PKGBUILD	2012-01-19 08:16:06 UTC (rev 146920)
@@ -1,34 +1,37 @@
 # $Id$
-# Maintainer:
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdelibs3
 pkgver=3.5.10
-pkgrel=11
+pkgrel=12
 pkgdesc='KDE3 Core Libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 depends=('libxslt' 'pcre' 'libart-lgpl' 'alsa-lib' 'libcups' 'jasper'
-         'bzip2' 'libidn' 'openexr' 'aspell' 'qt3' 'ca-certificates')
-makedepends=('pkgconfig' 'cups' 'hspell' 'autoconf')
+         'libidn' 'openexr' 'aspell' 'qt3' 'ca-certificates')
+makedepends=('cups' 'hspell')
+optdepends=('hspell: for Hebrew spell-checking support')
 options=('libtool')
-install='kdelibs3.install'
+install=kdelibs3.install
 source=("ftp://ftp.kde.org/pub/kde/stable/${pkgver}/src/kdelibs-${pkgver}.tar.bz2"
         'ftp://ftp.archlinux.org/other/kde/kde-3.5-1074156.patch.gz'
         'acinclude.patch'
         'kde3.profile'
         'kde4-compatibility.patch'
         'kconf_updaterc'
-        'openssl.patch')
-md5sums=('43cd55ed15f63b5738d620ef9f9fd568'
-         'ca50d4515468cfda80946690c53073f3'
-         'a5aedcc9550809ce6672a7dddf9f5ad4'
-         'ab14ce2c40698e24e162284d50c6f466'
-         'f4e0735475b5de59d738d68a9f467b77'
-         '11e49bc6aca497f55610146afe217751'
-         '242f0e4750c019e62e285c0aad0c03b8')
+        'openssl.patch'
+        'kdelibs3-missing-include.patch')
+sha1sums=('c930a25f4419134def55b8466c3a6f737227fb82'
+          'c8ca21e4848a627760746d0a8a64bf4f90684c3e'
+          '50c9de71b102507fb78b192ecc22a5fc3e031bc3'
+          'fbd6e773edf3e8bb8e1272629984025e041da2ca'
+          '5fbbf7a5e2032878815fa055bfb5020f478d2b25'
+          '35e56fe4c5f71685e64b13f448dcacc620166e06'
+          '50e92950498463defb9149ffcf8cbc2e8cd1063b'
+          'e5f5b8c060a2db9cedb82bf18caadfa869921779')
 
 build() {
 	cd "$srcdir"/kdelibs-${pkgver}
@@ -39,7 +42,8 @@
 	patch -p0 -i "$srcdir"/kde-3.5-1074156.patch
 	patch -p1 -i "$srcdir"/acinclude.patch
 	patch -p1 -i "$srcdir"/kde4-compatibility.patch
-    patch -p1 -i "${srcdir}"/openssl.patch
+	patch -p1 -i "${srcdir}"/openssl.patch
+	patch -p0 -i "$srcdir"/kdelibs3-missing-include.patch
 
 	sed -iautomake -e 's|automake\*1.10\*|automake\*1.1[0-5]\*|' admin/cvs.sh
 	make -f admin/Makefile.common cvs

Added: kdelibs3-missing-include.patch
===================================================================
--- kdelibs3-missing-include.patch	                        (rev 0)
+++ kdelibs3-missing-include.patch	2012-01-19 08:16:06 UTC (rev 146920)
@@ -0,0 +1,10 @@
+--- kdeprint/cups/cupsdconf2/cups-util.c.old	2012-01-19 01:30:26.000000000 -0500
++++ kdeprint/cups/cupsdconf2/cups-util.c	2012-01-19 01:31:33.000000000 -0500
+@@ -2,6 +2,7 @@
+ #include <cups/http.h>
+ #include <cups/cups.h>
+ #include <stdlib.h>
++#include <stdio.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>
+ #include <unistd.h>




More information about the arch-commits mailing list