[arch-commits] Commit in deja-dup/repos (2 files)

Jan Steffens heftig at archlinux.org
Fri Oct 2 20:25:05 UTC 2020


    Date: Friday, October 2, 2020 @ 20:25:05
  Author: heftig
Revision: 715639

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deja-dup/repos/community-staging-x86_64/PKGBUILD (from rev 715637, deja-dup/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-10-02 20:25:05 UTC (rev 715639)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=deja-dup
+pkgver=42.4
+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 gvfs libhandy0 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
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list