forked from pool/k4dirstat
Accepting request 332119 from home:adra:branches:KDE:Extra
Update to 3.1, Updated build and runtime requirements OBS-URL: https://build.opensuse.org/request/show/332119 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/k4dirstat?expand=0&rev=7
This commit is contained in:
parent
d83a5952cc
commit
2a346f6b87
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b897780cf2d8984c83de270bd4dc9b4f0ffb7fc69cd3e52ed3457b7c97e59c8d
|
|
||||||
size 227532
|
|
3
k4dirstat-3.1.tar.bz2
Normal file
3
k4dirstat-3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:02024c75f7ca8b15d40e4bfb31acead3a094529f0bb19a66f42942661178a7ce
|
||||||
|
size 227430
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 19 20:55:05 UTC 2015 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.1:
|
||||||
|
* Package ported to KDE Framework 5.
|
||||||
|
* Detailed changelog not available.
|
||||||
|
- Package ported to KF5. Updated build and runtime requirements to
|
||||||
|
the KF5 ones.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 11 16:32:21 UTC 2014 - cgiboudeaux@gmx.com
|
Tue Nov 11 16:32:21 UTC 2014 - cgiboudeaux@gmx.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package k4dirstat
|
# spec file for package k4dirstat
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products 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,58 +17,67 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: k4dirstat
|
Name: k4dirstat
|
||||||
Version: 2.7.8
|
Version: 3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A graphical "du" (disk usage) display
|
Summary: Graphical Disk Usage Utility
|
||||||
License: GPL-2.0 and LGPL-2.0
|
License: GPL-2.0 and LGPL-2.0
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: https://bitbucket.org/jeromerobert/k4dirstat/wiki/Home
|
Url: https://bitbucket.org/jeromerobert/k4dirstat/wiki/Home
|
||||||
Source0: https://bitbucket.org/jeromerobert/k4dirstat/get/%{name}-%{version}.tar.bz2
|
Source0: https://bitbucket.org/jeromerobert/k4dirstat/get/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: libkonq-devel
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
|
BuildRequires: kio-devel
|
||||||
|
BuildRequires: kjobwidgets-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%endif
|
%endif
|
||||||
%kde4_runtime_requires
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDirStat is a graphical disk usage utility, very much like the Unix "du"
|
K4DirStat (KDE Directory Statistics) is a small utility program that sums up
|
||||||
command. In addition to that, it comes with some cleanup facilities to reclaim
|
disk usage for directory trees, very much like the Unix 'du' command. It
|
||||||
disk space.
|
displays the disk space used up by a directory tree, both numerically and
|
||||||
|
graphically.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jeromerobert-k4dirstat-3a4663ee20e7
|
%setup -q -n jeromerobert-k4dirstat-41142bcf8191
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kde4_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%suse_update_desktop_file -r k4dirstat Qt KDE Utility Filesystem
|
%suse_update_desktop_file -r k4dirstat Qt KDE Utility Filesystem
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%find_lang k4dirstat %{name}.lang
|
%find_lang k4dirstat %{name}.lang
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%exclude %{_kde4_htmldir}/en/k4dirstat
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING* CREDITS TODO
|
%doc AUTHORS COPYING* CREDITS TODO
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/k4dirstat
|
%doc %lang(en) %{_kf5_htmldir}/en/k4dirstat
|
||||||
%{_kde4_applicationsdir}/k4dirstat.desktop
|
%{_kf5_applicationsdir}/k4dirstat.desktop
|
||||||
%{_kde4_appsdir}/k4dirstat/
|
%{_kf5_bindir}/k4dirstat
|
||||||
%{_kde4_bindir}/k4dirstat
|
%dir %{_kf5_configkcfgdir}
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/k4dirstat.*
|
%{_kf5_configkcfgdir}/k4dirstat.kcfg
|
||||||
%{_kde4_sharedir}/config.kcfg/k4dirstat.kcfg
|
%{_kf5_iconsdir}/hicolor/*/apps/k4dirstat.*
|
||||||
|
%{_kf5_mandir}/man1/k4dirstat.*
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%exclude %{_kf5_htmldir}/en/k4dirstat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user