From cb33decb284fa3b08652b04f7290d9d4140a927f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 24 Jan 2013 00:06:07 -0800 Subject: Thu Jan 24 00:06:07 PST 2013 --- community/ubuntuone-client/PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'community/ubuntuone-client/PKGBUILD') diff --git a/community/ubuntuone-client/PKGBUILD b/community/ubuntuone-client/PKGBUILD index 6d95a2a4a..798331ad9 100644 --- a/community/ubuntuone-client/PKGBUILD +++ b/community/ubuntuone-client/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 79225 2012-11-01 10:28:41Z bgyorgy $ +# $Id: PKGBUILD 82715 2013-01-23 12:42:21Z bgyorgy $ # Maintainer: Balló György pkgname=ubuntuone-client pkgver=4.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Ubuntu One helps you store, sync and share files between your computers" arch=('i686' 'x86_64') url="https://launchpad.net/ubuntuone-client" @@ -14,10 +14,12 @@ options=('!libtool') install=$pkgname.install source=(http://launchpad.net/ubuntuone-client/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz 1339_1338.diff - fix-notify-hint.patch) + fix-notify-hint.patch + lp1093111.patch) md5sums=('738039703d4dcf54518a725f8ffbc4de' 'e82e80c229de06692988c1f938a34fb9' - '54dfeb2be011f0a12ea7cfa0f0c19bec') + '54dfeb2be011f0a12ea7cfa0f0c19bec' + 'ca79cb558231639e28be7276017ae91c') build() { cd "$srcdir/$pkgname-$pkgver" @@ -30,6 +32,10 @@ build() { # https://bugzilla.gnome.org/show_bug.cgi?id=665166 patch -Np1 -i "$srcdir/fix-notify-hint.patch" + # Fix compatibility with glibc 2.17 + # https://bugs.launchpad.net/ubuntuone-client/+bug/1093111 + patch -Np1 -i "$srcdir/lp1093111.patch" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-static \ PYTHON=python2 -- cgit v1.2.3-54-g00ecf