Accepting request 443330 from home:luca_b:test_KA
KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443330 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdf?expand=0&rev=38
This commit is contained in:
parent
5eaede3744
commit
3a0a499360
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a37a6d6066f6fa0e17468410593d91d22ccb47c29f3055c5dfd4de7279ab72ba
|
||||
size 144120
|
3
kdf-16.11.80.tar.xz
Normal file
3
kdf-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89b1ad29b414817f236ee90173361bb6e3ff608eeb07b5cbfe64300ea5c49909
|
||||
size 144056
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
41
kdf.spec
41
kdf.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,28 +17,32 @@
|
||||
|
||||
|
||||
Name: kdf
|
||||
Version: 16.08.3
|
||||
Version: 16.11.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Disk Usage Viewer
|
||||
License: GPL-2.0+
|
||||
Group: System/Monitoring
|
||||
Url: http://www.kde.org
|
||||
Source0: kdf-%{version}.tar.xz
|
||||
Patch1: desktop-files.diff
|
||||
BuildRequires: kcmutils-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kcmutils-devel
|
||||
BuildRequires: knotifications-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -65,29 +69,28 @@ Group: System/GUI/KDE
|
||||
This utility allows you to manage removable media.
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%_kf5_bindir/kdf
|
||||
%_kf5_plugindir/libkcm_kdf.so
|
||||
%_kf5_applicationsdir/org.kde.kdf.desktop
|
||||
%_kf5_htmldir/en/kdf/
|
||||
%dir %_kf5_htmldir/en/kcontrol/
|
||||
%_kf5_htmldir/en/kcontrol/blockdevices/
|
||||
%_kf5_iconsdir/hicolor/*/*/kdf.png
|
||||
%_kf5_iconsdir/hicolor/*/*/kcmdf.png
|
||||
%_kf5_sharedir/kxmlgui5/kdf/
|
||||
%_kf5_servicesdir/kcmdf.desktop
|
||||
%_kf5_libdir/libkdfprivate.so.*
|
||||
%{_kf5_bindir}/kdf
|
||||
%{_kf5_plugindir}/libkcm_kdf.so
|
||||
%{_kf5_applicationsdir}/org.kde.kdf.desktop
|
||||
%{_kf5_htmldir}/en/kdf/
|
||||
%dir %{_kf5_htmldir}/en/kcontrol/
|
||||
%{_kf5_htmldir}/en/kcontrol/blockdevices/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/kdf.png
|
||||
%{_kf5_iconsdir}/hicolor/*/*/kcmdf.png
|
||||
%{_kf5_sharedir}/kxmlgui5/kdf/
|
||||
%{_kf5_servicesdir}/kcmdf.desktop
|
||||
%{_kf5_libdir}/libkdfprivate.so.*
|
||||
|
||||
%files -n kwikdisk
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%_kf5_bindir/kwikdisk
|
||||
%_kf5_applicationsdir/org.kde.kwikdisk.desktop
|
||||
%_kf5_iconsdir/hicolor/*/*/kwikdisk.png
|
||||
%{_kf5_bindir}/kwikdisk
|
||||
%{_kf5_applicationsdir}/org.kde.kwikdisk.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/*/kwikdisk.png
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user