Accepting request 839598 from GNOME:Apps
- Update to 42.4: * Redesign the main window and preferences to follow GNOME design patterns * Add welcome state for first time use (with slightly guided backup/restore) * Add an in-app browse & restore interface * Drop nautilus plugin, in preference of above new browse interface * Drop deprecated backends (GOA, S3, GCS, OpenStack, and Rackspace) * Use "Déjà Dup Backups" instead of "Déjà Dup Backup Tool" as full name * Drop "Version" key from desktop files, which broke some parsers * Adds a button to reset your Google authorization in the preferences * Warn users before they restore files that we can't write to * Fix automatic backups not firing for removable storage drives, which got broken during the 41.x development cycle * Automatically exclude folders that follow the cachedir spec (i.e. that have a CACHEDIR.TAG file in them), and same if they have a .deja-dup-ignore file * Use a symbolic back icon in header (vs a full color icon) * Stop the restore confirmation screen from growing too big if you are restoring a lot of files * Mount partitions specified in /etc/fstab if necessary * When selecting an internal drive as a Local Folder, treat it as a removable drive, so that we will mount if necessary * Exclude /dev by default (forwarded request 838780 from polslinux) OBS-URL: https://build.opensuse.org/request/show/839598 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=60
This commit is contained in:
commit
db63ef49f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85a343b453678016fe994296f55d700caff15f319033fb28e97d3a09e8681264
|
||||
size 1309013
|
3
deja-dup-42.4.tar.bz2
Normal file
3
deja-dup-42.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd7ef0197271593fdd0abdac32689611a72dc59ae592d15c532d2226be556904
|
||||
size 1281249
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 12:45:06 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 42.4:
|
||||
* Redesign the main window and preferences to follow GNOME
|
||||
design patterns
|
||||
* Add welcome state for first time use (with slightly guided
|
||||
backup/restore)
|
||||
* Add an in-app browse & restore interface
|
||||
* Drop nautilus plugin, in preference of above new
|
||||
browse interface
|
||||
* Drop deprecated backends (GOA, S3, GCS, OpenStack, and Rackspace)
|
||||
* Use "Déjà Dup Backups" instead of "Déjà Dup Backup Tool"
|
||||
as full name
|
||||
* Drop "Version" key from desktop files, which broke some parsers
|
||||
* Adds a button to reset your Google authorization in
|
||||
the preferences
|
||||
* Warn users before they restore files that we can't write to
|
||||
* Fix automatic backups not firing for removable storage drives,
|
||||
which got broken during the 41.x development cycle
|
||||
* Automatically exclude folders that follow the cachedir spec
|
||||
(i.e. that have a CACHEDIR.TAG file in them), and same if
|
||||
they have a .deja-dup-ignore file
|
||||
* Use a symbolic back icon in header (vs a full color icon)
|
||||
* Stop the restore confirmation screen from growing too big
|
||||
if you are restoring a lot of files
|
||||
* Mount partitions specified in /etc/fstab if necessary
|
||||
* When selecting an internal drive as a Local Folder, treat it
|
||||
as a removable drive, so that we will mount if necessary
|
||||
* Exclude /dev by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 5 22:07:32 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: deja-dup
|
||||
Version: 40.7
|
||||
Version: 42.4
|
||||
Release: 0
|
||||
Summary: Simple backup tool and frontend for duplicity
|
||||
License: GPL-3.0-or-later
|
||||
@ -26,30 +26,28 @@ URL: https://wiki.gnome.org/Apps/DejaDup
|
||||
Source0: https://gitlab.gnome.org/World/deja-dup/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cmake
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-runtime
|
||||
BuildRequires: glib2-tools
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libhandy0-devel
|
||||
BuildRequires: meson >= 0.47
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.16.0
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.46
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.56.1
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.8.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.64.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libnautilus-extension)
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.5
|
||||
Recommends: duplicity >= 0.6.25
|
||||
Recommends: python-boto
|
||||
Recommends: python-cloudfiles
|
||||
|
||||
%description
|
||||
Déjà Dup is a simple backup tool. It hides the complexity of doing
|
||||
@ -63,26 +61,6 @@ Features:
|
||||
* Schedules regular backups
|
||||
* Integrates well into your GNOME desktop
|
||||
|
||||
%package -n nautilus-deja-dup
|
||||
Summary: Déjà Dup Plugin for Nautilus
|
||||
Group: Productivity/Archiving/Backup
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand(%{name}:nautilus)
|
||||
|
||||
%description -n nautilus-deja-dup
|
||||
Déjà Dup is a simple backup tool. It hides the complexity of doing
|
||||
backups the 'right way' (encrypted, off-site, and regular) and uses
|
||||
duplicity as the backend.
|
||||
|
||||
Features:
|
||||
* Support for local or remote backup locations, including Amazon S3
|
||||
* Securely encrypts and compresses your data
|
||||
* Incrementally backs up, letting you restore from any particular backup
|
||||
* Schedules regular backups
|
||||
* Integrates well into your GNOME desktop
|
||||
|
||||
This package contains a plugin to integrate Déjà Dup into Nautilus.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
@ -111,23 +89,15 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
|
||||
# put the files in the right subpackage
|
||||
%dir %{_libexecdir}/deja-dup
|
||||
%{_libexecdir}/deja-dup/deja-dup-monitor
|
||||
%{_libexecdir}/deja-dup/duplicity
|
||||
%{_datadir}/applications/org.gnome.DejaDup.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.DejaDup*
|
||||
%dir %{_libdir}/deja-dup
|
||||
%{_libdir}/deja-dup/libdeja.so
|
||||
%{_libdir}/deja-dup/libwidgets.so
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/org.gnome.DejaDup.appdata.xml
|
||||
%dir %{_datadir}/polkit-1
|
||||
%dir %{_datadir}/polkit-1/actions
|
||||
%{_datadir}/polkit-1/actions/org.gnome.DejaDup.policy
|
||||
%{_datadir}/dbus-1/services/org.gnome.DejaDup.service
|
||||
|
||||
%files -n nautilus-deja-dup
|
||||
%{_libdir}/nautilus/extensions-3.0/libdeja-dup.so
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user