Accepting request 420824 from KDE:Applications
OBS-URL: https://build.opensuse.org/request/show/420824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdf?expand=0&rev=63
This commit is contained in:
commit
c2681c4b2c
@ -1,5 +1,5 @@
|
|||||||
--- kwikdisk.desktop 2008/10/19 12:59:23 1.1
|
--- desktop/org.kde.kwikdisk.desktop
|
||||||
+++ kwikdisk.desktop 2008/10/19 12:59:46
|
+++ desktop/org.kde.kwikdisk.desktop
|
||||||
@@ -69,3 +69,4 @@
|
@@ -69,3 +69,4 @@
|
||||||
GenericName[zh_TW]=可移動媒體公用程式
|
GenericName[zh_TW]=可移動媒體公用程式
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3cc1ba99f0b1cb064db02fa2d910ba6a06f61da69c1369ba3f02653361744fd
|
|
||||||
size 149140
|
|
3
kdf-16.08.0.tar.xz
Normal file
3
kdf-16.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:84c841bab6b8840afa6918b5043b036c950db2d2cb486dbce31ed0d5ece444b2
|
||||||
|
size 144116
|
16
kdf.changes
16
kdf.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 12 10:15:49 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.08.0
|
||||||
|
* KDE Applications 16.08.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.08.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 8 15:00:08 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.07.90
|
||||||
|
* KDE Applications 16.07.90 (16.08-RC)
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.07.90.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 7 23:51:25 UTC 2016 - tittiatcoke@gmail.com
|
Thu Jul 7 23:51:25 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
60
kdf.spec
60
kdf.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kdf
|
Name: kdf
|
||||||
Version: 16.04.3
|
Version: 16.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Disk Usage Viewer
|
Summary: Disk Usage Viewer
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -25,12 +25,21 @@ 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: libkde4-devel
|
BuildRequires: kconfigwidgets-devel
|
||||||
BuildRequires: xz
|
BuildRequires: kcoreaddons-devel
|
||||||
Provides: kde4-kdf = 4.3.0
|
BuildRequires: kdoctools-devel
|
||||||
Obsoletes: kde4-kdf < 4.3.0
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
|
BuildRequires: kio-devel
|
||||||
|
BuildRequires: kcmutils-devel
|
||||||
|
BuildRequires: knotifications-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: cmake(Qt5Core)
|
||||||
|
BuildRequires: cmake(Qt5Gui)
|
||||||
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE free disk space utility
|
KDE free disk space utility
|
||||||
@ -40,42 +49,45 @@ KDE free disk space utility
|
|||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
%kde4_makeinstall
|
%kf5_makeinstall
|
||||||
%suse_update_desktop_file kdf System Filesystem
|
%suse_update_desktop_file org.kde.kdf System Filesystem
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%package -n kwikdisk
|
%package -n kwikdisk
|
||||||
Summary: Removable Media Utility
|
Summary: Removable Media Utility
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description -n kwikdisk
|
%description -n kwikdisk
|
||||||
This utility allows you to manage removable media.
|
This utility allows you to manage removable media.
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%_kde4_bindir/kdf
|
%_kf5_bindir/kdf
|
||||||
%_kde4_modulesdir/kcm_kdf.so
|
%_kf5_plugindir/libkcm_kdf.so
|
||||||
%_kde4_applicationsdir/kdf.desktop
|
%_kf5_applicationsdir/org.kde.kdf.desktop
|
||||||
%_kde4_htmldir/en/kdf/
|
%_kf5_htmldir/en/kdf/
|
||||||
%dir %_kde4_htmldir/en/kcontrol/
|
%dir %_kf5_htmldir/en/kcontrol/
|
||||||
%_kde4_htmldir/en/kcontrol/blockdevices/
|
%_kf5_htmldir/en/kcontrol/blockdevices/
|
||||||
%_kde4_iconsdir/hicolor/*/*/kdf.png
|
%_kf5_iconsdir/hicolor/*/*/kdf.png
|
||||||
%_kde4_iconsdir/oxygen/*/*/kcmdf.png
|
%_kf5_iconsdir/hicolor/*/*/kcmdf.png
|
||||||
%_kde4_appsdir/kdf/
|
%_kf5_sharedir/kxmlgui5/kdf/
|
||||||
%_kde4_servicesdir/kcmdf.desktop
|
%_kf5_servicesdir/kcmdf.desktop
|
||||||
|
%_kf5_libdir/libkdfprivate.so.*
|
||||||
|
|
||||||
%files -n kwikdisk
|
%files -n kwikdisk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%_kde4_bindir/kwikdisk
|
%_kf5_bindir/kwikdisk
|
||||||
%_kde4_applicationsdir/kwikdisk.desktop
|
%_kf5_applicationsdir/org.kde.kwikdisk.desktop
|
||||||
%_kde4_iconsdir/hicolor/*/*/kwikdisk.png
|
%_kf5_iconsdir/hicolor/*/*/kwikdisk.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user