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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 3 20:21:35 UTC 2021


    Date: Friday, September 3, 2021 @ 20:21:35
  Author: arojas
Revision: 1010720

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 20:21:21 UTC (rev 1010719)
+++ PKGBUILD	2021-09-03 20:21:35 UTC (rev 1010720)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=deja-dup
-pkgver=42.7
-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=('e4c4986644f829e72b242278eb4298a54c9264be480d854aac8fd72e492b5593')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 1010719, deja-dup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-03 20:21:35 UTC (rev 1010720)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=deja-dup
+pkgver=42.8
+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=('5e7e7206db6aa57dbb9b948df041774e8ba8915685ceb6324a747776c9067467')
+
+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