[packages/ka5-kbackup] - updated to 18.12.0

witekfl witekfl at pld-linux.org
Thu Dec 27 10:26:03 CET 2018


commit 7b5ca1725d8d58294a0548aa27f2276e6d3363fd
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Dec 27 10:25:52 2018 +0100

    - updated to 18.12.0

 ka5-kbackup.spec | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)
---
diff --git a/ka5-kbackup.spec b/ka5-kbackup.spec
new file mode 100644
index 0000000..24e9f1e
--- /dev/null
+++ b/ka5-kbackup.spec
@@ -0,0 +1,82 @@
+%define		kdeappsver	18.12.0
+%define		qtver		5.9.0
+%define		kaname		kbackup
+Summary:	Kbackup
+Name:		ka5-%{kaname}
+Version:	18.12.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		X11/Libraries
+Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	d70346a12283130985edfa646a09ee55
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	Qt5Gui-devel >= 5.11.1
+BuildRequires:	Qt5Widgets-devel
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	gettext-devel
+BuildRequires:	kf5-extra-cmake-modules >= 5.53.0
+BuildRequires:	kf5-karchive-devel >= 5.46.0
+BuildRequires:	kf5-kdoctools-devel >= 5.46.0
+BuildRequires:	kf5-ki18n-devel >= 5.46.0
+BuildRequires:	kf5-kiconthemes-devel >= 5.46.0
+BuildRequires:	kf5-kio-devel >= 5.46.0
+BuildRequires:	kf5-knotifications-devel >= 5.46.0
+BuildRequires:	kf5-kwidgetsaddons-devel >= 5.46.0
+BuildRequires:	kf5-kxmlgui-devel >= 5.46.0
+BuildRequires:	qt5-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	shared-mime-info
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KBackup is an application that lets you back up any folders or files
+in a tar archive to a local folder, e.g. a locally mounted device like
+a ZIP drive, USB stick, etc. or a remote URL.
+
+Features
+
+- Using profile files with definitions for Folders and files to be
+  included or excluded from the backup
+- The backup target can be either a locally mounted device like a ZIP
+  drive, USB stick, etc. or any remote URL
+- Running automated backups without using a graphical user interface
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{kaname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kbackup
+%{_desktopdir}/org.kde.kbackup.desktop
+%{_iconsdir}/hicolor/16x16/apps/kbackup.png
+%{_iconsdir}/hicolor/16x16/mimetypes/text-x-kbp.png
+%{_iconsdir}/hicolor/22x22/actions/kbackup_cancel.png
+%{_iconsdir}/hicolor/22x22/actions/kbackup_runs.png
+%{_iconsdir}/hicolor/22x22/actions/kbackup_start.png
+%{_iconsdir}/hicolor/32x32/apps/kbackup.png
+%{_iconsdir}/hicolor/32x32/mimetypes/text-x-kbp.png
+%dir %{_datadir}/kxmlgui5/kbackup
+%{_datadir}/kxmlgui5/kbackup/kbackupui.rc
+%{_datadir}/metainfo/org.kde.kbackup.appdata.xml
+%{_datadir}/mime/packages/kbackup.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kbackup.git/commitdiff/7b5ca1725d8d58294a0548aa27f2276e6d3363fd



More information about the pld-cvs-commit mailing list