[arch-commits] Commit in kdepimlibs/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jan 26 19:56:38 UTC 2011


    Date: Wednesday, January 26, 2011 @ 14:56:37
  Author: andrea
Revision: 107557

KDE 4.6.0

Modified:
  kdepimlibs/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-26 19:56:33 UTC (rev 107556)
+++ PKGBUILD	2011-01-26 19:56:37 UTC (rev 107557)
@@ -3,19 +3,26 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdepimlibs
-pkgver=4.5.5
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="KDE PIM Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'akonadi' 'libical' 'gpgme')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap' 'docbook-xsl')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' )
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap'
+        'docbook-xsl')
 install='kdepimlibs.install'
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('436fd7897586294f327395981a714ae0695f4ee2')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
+        'glibc-2.13.patch')
+sha1sums=('14624960410d270077df530d70d34e270260b3c4'
+        '0a3888f121b313daaf10c1f48e6fc7d058a89a57')
 
 build() {
+    # Already fixed upstream
+    cd ${srcdir}/${pkgname}-${pkgver}
+    patch -Np0 -i ${srcdir}/glibc-2.13.patch
+
 	cd ${srcdir}
 	mkdir build
 	cd build




More information about the arch-commits mailing list