Accepting request 446049 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdf?expand=0&rev=67
This commit is contained in:
commit
1886c076d4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a37a6d6066f6fa0e17468410593d91d22ccb47c29f3055c5dfd4de7279ab72ba
|
|
||||||
size 144120
|
|
3
kdf-16.12.0.tar.xz
Normal file
3
kdf-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c7da699d2a6a8c2d1b05901ea49bbd7ce3ae7a6af31b198a9ffc96c4bc91c6a
|
||||||
|
size 143988
|
24
kdf.changes
24
kdf.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 19:41:34 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.12.0
|
||||||
|
* KDE Applications 16.12.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 3 16:23:57 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.11.90
|
||||||
|
* KDE Applications 16.12.0 RC
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:27:56 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.11.80
|
||||||
|
* KDE Applications 16.12.0 Beta
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 06:17:11 UTC 2016 - lbeltrame@kde.org
|
Wed Nov 9 06:17:11 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
41
kdf.spec
41
kdf.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kdf
|
# spec file for package kdf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,28 +17,32 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kdf
|
Name: kdf
|
||||||
Version: 16.08.3
|
Version: 16.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define kf5_version 5.26.0
|
||||||
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
|
||||||
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Disk Usage Viewer
|
Summary: Disk Usage Viewer
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: kdf-%{version}.tar.xz
|
Source0: kdf-%{version}.tar.xz
|
||||||
Patch1: desktop-files.diff
|
Patch1: desktop-files.diff
|
||||||
|
BuildRequires: kcmutils-devel
|
||||||
BuildRequires: kconfigwidgets-devel
|
BuildRequires: kconfigwidgets-devel
|
||||||
BuildRequires: kcoreaddons-devel
|
BuildRequires: kcoreaddons-devel
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
BuildRequires: kiconthemes-devel
|
BuildRequires: kiconthemes-devel
|
||||||
BuildRequires: kio-devel
|
BuildRequires: kio-devel
|
||||||
BuildRequires: kcmutils-devel
|
|
||||||
BuildRequires: knotifications-devel
|
BuildRequires: knotifications-devel
|
||||||
BuildRequires: kwidgetsaddons-devel
|
BuildRequires: kwidgetsaddons-devel
|
||||||
BuildRequires: kxmlgui-devel
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: xz
|
||||||
BuildRequires: cmake(Qt5Core)
|
BuildRequires: cmake(Qt5Core)
|
||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -65,29 +69,28 @@ Group: System/GUI/KDE
|
|||||||
This utility allows you to manage removable media.
|
This utility allows you to manage removable media.
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%_kf5_bindir/kdf
|
%{_kf5_bindir}/kdf
|
||||||
%_kf5_plugindir/libkcm_kdf.so
|
%{_kf5_plugindir}/libkcm_kdf.so
|
||||||
%_kf5_applicationsdir/org.kde.kdf.desktop
|
%{_kf5_applicationsdir}/org.kde.kdf.desktop
|
||||||
%_kf5_htmldir/en/kdf/
|
%{_kf5_htmldir}/en/kdf/
|
||||||
%dir %_kf5_htmldir/en/kcontrol/
|
%dir %{_kf5_htmldir}/en/kcontrol/
|
||||||
%_kf5_htmldir/en/kcontrol/blockdevices/
|
%{_kf5_htmldir}/en/kcontrol/blockdevices/
|
||||||
%_kf5_iconsdir/hicolor/*/*/kdf.png
|
%{_kf5_iconsdir}/hicolor/*/*/kdf.png
|
||||||
%_kf5_iconsdir/hicolor/*/*/kcmdf.png
|
%{_kf5_iconsdir}/hicolor/*/*/kcmdf.png
|
||||||
%_kf5_sharedir/kxmlgui5/kdf/
|
%{_kf5_sharedir}/kxmlgui5/kdf/
|
||||||
%_kf5_servicesdir/kcmdf.desktop
|
%{_kf5_servicesdir}/kcmdf.desktop
|
||||||
%_kf5_libdir/libkdfprivate.so.*
|
%{_kf5_libdir}/libkdfprivate.so.*
|
||||||
|
|
||||||
%files -n kwikdisk
|
%files -n kwikdisk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%_kf5_bindir/kwikdisk
|
%{_kf5_bindir}/kwikdisk
|
||||||
%_kf5_applicationsdir/org.kde.kwikdisk.desktop
|
%{_kf5_applicationsdir}/org.kde.kwikdisk.desktop
|
||||||
%_kf5_iconsdir/hicolor/*/*/kwikdisk.png
|
%{_kf5_iconsdir}/hicolor/*/*/kwikdisk.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user