summaryrefslogtreecommitdiff
path: root/community/deja-dup/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-07 17:31:10 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-07 17:31:10 +0100
commit0e48701e4ef754a7d5aab1e8fa1ef6ba8ff3c441 (patch)
treea01dc4371165970aa77e40aaaf74ba1eae8daf47 /community/deja-dup/PKGBUILD
parent1ac5165814a8df7108dae57ebb527efd21873461 (diff)
parentd8d675cb1e75787b0db061756e4cbebe3c5a03fa (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/busybox/PKGBUILD community/glpng/PKGBUILD community/hercules/PKGBUILD community/libnetfilter_acct/PKGBUILD community/libvirt/PKGBUILD extra/crypto++/PKGBUILD extra/hexedit/PKGBUILD extra/kdesdk-kate/PKGBUILD extra/kdesdk/PKGBUILD extra/libmp3splt/PKGBUILD extra/ntfs-3g_ntfsprogs/PKGBUILD extra/opencv/PKGBUILD extra/qemu-kvm/PKGBUILD extra/xf86-input-wacom/PKGBUILD extra/xfce4-eyes-plugin/PKGBUILD extra/xfdesktop/PKGBUILD
Diffstat (limited to 'community/deja-dup/PKGBUILD')
-rw-r--r--community/deja-dup/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/community/deja-dup/PKGBUILD b/community/deja-dup/PKGBUILD
index 158a9ff8c..7c44a1aac 100644
--- a/community/deja-dup/PKGBUILD
+++ b/community/deja-dup/PKGBUILD
@@ -1,25 +1,27 @@
-# $Id: PKGBUILD 79462 2012-11-05 20:10:47Z bgyorgy $
+# $Id: PKGBUILD 85692 2013-03-05 09:07:44Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=deja-dup
pkgver=24.0
-pkgrel=2
+pkgrel=3
pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend"
arch=('i686' 'x86_64' 'mips64el')
url="https://launchpad.net/deja-dup"
license=('GPL')
-depends=('duplicity' 'libgnome-keyring' 'libpeas' 'libnotify' 'python2-gobject2' 'dconf' 'xdg-utils')
+depends=('duplicity' 'libgnome-keyring' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 'dconf' 'xdg-utils')
makedepends=('vala' 'intltool' 'itstool' 'nautilus')
optdepends=('nautilus: backup extension'
- 'ubuntuone-client: backup into Ubuntu One storage')
+ 'python2-boto: Amazon S3 backend'
+ 'python2-oauthlib: Ubuntu One backend'
+ 'ubuntuone-client: Ubuntu One backend')
options=('!libtool')
install=$pkgname.install
source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
new-u1backend-support.patch
- not-check-ubuntuone-couch.patch)
+ update-u1-pythonchecker.patch)
md5sums=('335131d1f3c85615339fa8b212db50ae'
'944a4c62f042b240feba98f8d9a893b2'
- '8d59798638982c2bdb55b2e415087245')
+ 'd0893c17e3e61c3ada065a002a9ab419')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,8 +30,8 @@ build() {
# Add support for the new Ubuntu One backend
patch -Np0 -i "$srcdir/new-u1backend-support.patch"
- # Now we don't need ubuntuone-couch for Ubuntu One support
- patch -Np1 -i "$srcdir/not-check-ubuntuone-couch.patch"
+ # And update the PythonChecker check for the new U1 backend too
+ patch -Np0 -i "$srcdir/update-u1-pythonchecker.patch"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
--disable-static --disable-schemas-compile --without-unity