commit:     1f535ed93e5110335ff8dab200957c25b5979ee7
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Tue Aug 24 20:36:29 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 10 07:22:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f535ed9

app-backup/deja-dup: add 42.8

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22223
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-backup/deja-dup/Manifest             |  1 +
 app-backup/deja-dup/deja-dup-42.8.ebuild | 57 ++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-backup/deja-dup/Manifest b/app-backup/deja-dup/Manifest
index 39adbdb8778..ef328d5a873 100644
--- a/app-backup/deja-dup/Manifest
+++ b/app-backup/deja-dup/Manifest
@@ -1 +1,2 @@
 DIST deja-dup-42.7.tar.bz2 1384797 BLAKE2B 
f462df835039606b721d935e086e51ee27e861baa1fbc5836bb79952c838921cf5f28d439465451c5259bc2c77fa9cb839488c8b0196c6d176e32d9e42180539
 SHA512 
80c57fe75635346cf2597195e7f7b76e2562aaa6900e78fbfb7ad6ada9c268df36d4e16aa7ca522e1570987f5826586e1cab5fecb7d5ba90e34a23a349b47a74
+DIST deja-dup-42.8.tar.bz2 1467818 BLAKE2B 
6f02fc458890f076bf0a8e1ffdc9d72880fd9f1a692d439ecfa5d8b08234472f3ae27aa801144b3e42e9c8b67b550c0882dc93c23d27e6e428ce1eddd80a912d
 SHA512 
76c98e8635ffae076008efa73a92860c6d4e67d39339d452c253269bb3ed032b819ac40d65c2d8fbf195ecaf304796f516e861b0552be972838f95bf59af0a5c

diff --git a/app-backup/deja-dup/deja-dup-42.8.ebuild 
b/app-backup/deja-dup/deja-dup-42.8.ebuild
new file mode 100644
index 00000000000..8c5db507918
--- /dev/null
+++ b/app-backup/deja-dup/deja-dup-42.8.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson gnome2-utils vala xdg
+
+DESCRIPTION="Simple backup tool using duplicity back-end"
+HOMEPAGE="https://wiki.gnome.org/Apps/DejaDup";
+SRC_URI="https://gitlab.gnome.org/World/deja-dup/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+       $(vala_depend)
+       dev-util/intltool
+       dev-util/itstool
+       sys-devel/gettext
+       virtual/pkgconfig
+       test? ( dev-libs/appstream-glib )
+"
+
+DEPEND="
+       >=app-backup/duplicity-0.7.14
+       >=app-crypt/libsecret-0.18.6[vala]
+       >=dev-libs/glib-2.64:2[dbus]
+       >=dev-libs/json-glib-1.2
+       dev-libs/libgpg-error
+       >=gui-libs/libhandy-1.0:1
+       >=net-libs/libsoup-2.48
+       >=x11-libs/gtk+-3.22:3
+       >=x11-libs/libnotify-0.7
+"
+
+RDEPEND="${DEPEND}
+       gnome-base/dconf
+       gnome-base/gvfs[fuse]
+"
+
+src_prepare() {
+       default
+       vala_src_prepare
+}
+
+pkg_postinst() {
+       gnome2_schemas_update
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_schemas_update
+       xdg_icon_cache_update
+}

Reply via email to