Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.

About project

KBackup is a program that lets you back up any directories or files,
whereby it uses an easy to use directory tree to select the things to
back up. The program was designed to be very simple in its use so that it
can be used by non-computer experts. The storage format is the well known
TAR format, whereby the data is still stored in compressed format (bzip2
or gzip).

Last commit

avatar
abondrov has added e2128141d2
New version 18.12.1

Files in

100644 | 59 lines (51 sloc) | 1.8 KB
Summary:	A simple and easy to use program to backup directories or files
Name:		kbackup
Version:	18.12.1
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		https://www.kde.org/
Source0:	https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source1:	kbackup-18.12.0_ru.tar.gz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5archive-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(shared-mime-info)

%description
KBackup is a program that lets you back up any directories or files,
whereby it uses an easy to use directory tree to select the things to
back up. The program was designed to be very simple in its use so that it
can be used by non-computer experts. The storage format is the well known
TAR format, whereby the data is still stored in compressed format (bzip2
or gzip).

%files -f %{name}.lang
%{_kde5_bindir}/kbackup
%{_kde5_applicationsdir}/org.kde.kbackup.desktop
%{_kde5_datadir}/mime/packages/kbackup.xml
%{_kde5_iconsdir}/hicolor/*/apps/kbackup.png
%{_kde5_iconsdir}/hicolor/*/mimetypes/text-x-kbp.png
%{_kde5_iconsdir}/hicolor/22x22/actions/kbackup_cancel.png
%{_kde5_iconsdir}/hicolor/22x22/actions/kbackup_start.png
%{_kde5_iconsdir}/hicolor/22x22/actions/kbackup_runs.png
%{_kde5_xmlguidir}/kbackup/kbackupui.rc
%{_appdatadir}/org.kde.kbackup.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q

pushd po/ru
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-kde --with-html