[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:58:19
  Author: arojas
Revision: 714101

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 714100, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 16:58:10 UTC (rev 714100)
+++ PKGBUILD2020-09-30 16:58:19 UTC (rev 714101)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=42.0
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=(GPL)
-depends=(duplicity gvfs libhandy libsecret org.freedesktop.secrets 
python-gobject python-pydrive)
-makedepends=(appstream-glib itstool meson vala)
-source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('2d3b4dcda4aa57d3a0bca367817a21c4a2a9c001ef827b9f31b76727403b30c6')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 714100, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 16:58:19 UTC (rev 714101)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=42.4
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=(GPL)
+depends=(duplicity gvfs libhandy libsecret org.freedesktop.secrets 
python-gobject python-pydrive)
+makedepends=(appstream-glib itstool meson vala)
+source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('bbb79690513b7e33081759612ba7d4559bb6f223c082443babc35ab4f3acf427')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-10 Thread Balló György via arch-commits
Date: Friday, July 10, 2020 @ 20:07:35
  Author: bgyorgy
Revision: 663145

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 663144, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 27 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-10 20:07:32 UTC (rev 663144)
+++ PKGBUILD2020-07-10 20:07:35 UTC (rev 663145)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=40.6
-pkgrel=3
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'org.freedesktop.secrets' 'gnome-online-accounts' 'gvfs' 
'python-gobject' 'python-pydrive')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('nautilus: backup extension')
-_commit=bf75273ea0c4812ee7adec5a482c397d8f123ee2  # tags/40.6
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 663144, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-10 20:07:35 UTC (rev 663145)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=42.0
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=(GPL)
+depends=(duplicity gvfs libhandy libsecret org.freedesktop.secrets 
python-gobject python-pydrive)
+makedepends=(appstream-glib itstool meson vala)
+source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('2d3b4dcda4aa57d3a0bca367817a21c4a2a9c001ef827b9f31b76727403b30c6')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-15 Thread Balló György via arch-commits
Date: Wednesday, January 15, 2020 @ 10:07:16
  Author: bgyorgy
Revision: 552606

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 552605, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 10:07:12 UTC (rev 552605)
+++ PKGBUILD2020-01-15 10:07:16 UTC (rev 552606)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=40.6
-pkgrel=2
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'org.freedesktop.secrets' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('nautilus: backup extension')
-_commit=bf75273ea0c4812ee7adec5a482c397d8f123ee2  # tags/40.6
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 552605, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 10:07:16 UTC (rev 552606)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=40.6
+pkgrel=3
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'org.freedesktop.secrets' 'gnome-online-accounts' 'gvfs' 
'python-gobject' 'python-pydrive')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('nautilus: backup extension')
+_commit=bf75273ea0c4812ee7adec5a482c397d8f123ee2  # tags/40.6
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-09 Thread Balló György via arch-commits
Date: Thursday, January 9, 2020 @ 12:09:03
  Author: bgyorgy
Revision: 551081

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 551080, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-09 12:09:00 UTC (rev 551080)
+++ PKGBUILD2020-01-09 12:09:03 UTC (rev 551081)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=40.6
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('nautilus: backup extension')
-_commit=bf75273ea0c4812ee7adec5a482c397d8f123ee2  # tags/40.6
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 551080, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-09 12:09:03 UTC (rev 551081)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=40.6
+pkgrel=2
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'org.freedesktop.secrets' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('nautilus: backup extension')
+_commit=bf75273ea0c4812ee7adec5a482c397d8f123ee2  # tags/40.6
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-08 Thread Balló György via arch-commits
Date: Wednesday, January 8, 2020 @ 22:21:14
  Author: bgyorgy
Revision: 550734

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 550733, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 22:21:08 UTC (rev 550733)
+++ PKGBUILD2020-01-08 22:21:14 UTC (rev 550734)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=40.5
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('nautilus: backup extension')
-_commit=7695822a303bbdd9df1fbc495a0a9a291ddc96dd  # tags/40.5
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 550733, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-08 22:21:14 UTC (rev 550734)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=40.6
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('nautilus: backup extension')
+_commit=bf75273ea0c4812ee7adec5a482c397d8f123ee2  # tags/40.6
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 28, 2019 @ 17:48:14
  Author: arojas
Revision: 534289

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 534288, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-28 17:47:55 UTC (rev 534288)
+++ PKGBUILD2019-11-28 17:48:14 UTC (rev 534289)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=40.1
-pkgrel=3
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('nautilus: backup extension')
-_commit=a44f15478e7ad8d02807b113a4d4f9490a27980e  # tags/40.1
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 534288, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-28 17:48:14 UTC (rev 534289)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=40.5
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('nautilus: backup extension')
+_commit=7695822a303bbdd9df1fbc495a0a9a291ddc96dd  # tags/40.5
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 08:01:45
  Author: bgyorgy
Revision: 512699

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 512698, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 -
 1 file changed, 35 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 08:01:41 UTC (rev 512698)
+++ PKGBUILD2019-10-04 08:01:45 UTC (rev 512699)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=40.1
-pkgrel=2
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('nautilus: backup extension')
-_commit=a44f15478e7ad8d02807b113a4d4f9490a27980e  # tags/40.1
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 512698, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 08:01:45 UTC (rev 512699)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=40.1
+pkgrel=3
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('nautilus: backup extension')
+_commit=a44f15478e7ad8d02807b113a4d4f9490a27980e  # tags/40.1
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-19 Thread Balló György via arch-commits
Date: Wednesday, June 19, 2019 @ 18:35:30
  Author: bgyorgy
Revision: 482423

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 482422, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 +
 1 file changed, 30 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-19 18:35:27 UTC (rev 482422)
+++ PKGBUILD2019-06-19 18:35:30 UTC (rev 482423)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=40.1
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-_commit=a44f15478e7ad8d02807b113a4d4f9490a27980e  # tags/40.1
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 482422, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-19 18:35:30 UTC (rev 482423)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=40.1
+pkgrel=2
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 
'python2-gobject' 'python2-pydrive')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('nautilus: backup extension')
+_commit=a44f15478e7ad8d02807b113a4d4f9490a27980e  # tags/40.1
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-17 Thread Balló György via arch-commits
Date: Wednesday, April 17, 2019 @ 16:17:22
  Author: bgyorgy
Revision: 451866

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 451865, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-17 16:17:17 UTC (rev 451865)
+++ PKGBUILD2019-04-17 16:17:22 UTC (rev 451866)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=38.4
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-_commit=017e0b81677c6d36ea7d4d91e58a1d1c8de4d08d  # tags/38.4
-source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 451865, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-17 16:17:22 UTC (rev 451866)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=40.1
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'python2-gobject')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 and Google Cloud Storage backend')
+_commit=a44f15478e7ad8d02807b113a4d4f9490a27980e  # tags/40.1
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-09 Thread Balló György via arch-commits
Date: Saturday, March 9, 2019 @ 15:35:14
  Author: bgyorgy
Revision: 438318

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 438317, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   59 ---
 1 file changed, 32 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-09 15:35:09 UTC (rev 438317)
+++ PKGBUILD2019-03-09 15:35:14 UTC (rev 438318)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=38.1
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 
'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('6a65b3dfd84d046b7d1f1bdd9aac7dd19477972e10bdaebdfe92ea85c5f9a772'
-'SKIP')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 438317, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-09 15:35:14 UTC (rev 438318)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=38.4
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=('GPL')
+depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'python2-gobject')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala' git)
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 and Google Cloud Storage backend')
+_commit=017e0b81677c6d36ea7d4d91e58a1d1c8de4d08d  # tags/38.4
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit;)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-11 Thread Balló György via arch-commits
Date: Tuesday, December 11, 2018 @ 12:02:32
  Author: bgyorgy
Revision: 415303

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 415302, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-11 12:02:28 UTC (rev 415302)
+++ PKGBUILD2018-12-11 12:02:32 UTC (rev 415303)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=38.0
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('bb98dae64b889edbde97f7b06ac737dd7f14dd8cd20c28c270dd6cb089507ad0'
-'SKIP')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 415302, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-11 12:02:32 UTC (rev 415303)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=38.1
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://launchpad.net/deja-dup;
+license=('GPL')
+depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 
'python2-gobject')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 and Google Cloud Storage backend')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('6a65b3dfd84d046b7d1f1bdd9aac7dd19477972e10bdaebdfe92ea85c5f9a772'
+'SKIP')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in deja-dup/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Balló György
Date: Wednesday, November 22, 2017 @ 13:25:45
  Author: bgyorgy
Revision: 268002

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 268001, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 13:25:27 UTC (rev 268001)
+++ PKGBUILD2017-11-22 13:25:45 UTC (rev 268002)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=36.3
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'packagekit' 'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-md5sums=('b52e18dd5d6453052ff97b5e16290015'
- 'SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---buildtype=release
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 268001, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 13:25:45 UTC (rev 268002)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=36.3
+pkgrel=2
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://launchpad.net/deja-dup;
+license=('GPL')
+depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'python2-gobject')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 and Google Cloud Storage backend')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+md5sums=('b52e18dd5d6453052ff97b5e16290015'
+ 'SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--buildtype=release
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}