forked from pool/kfind
Accepting request 658391 from KDE:Applications
KDE Applications 18.12 OBS-URL: https://build.opensuse.org/request/show/658391 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfind?expand=0&rev=25
This commit is contained in:
commit
2b487549c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f36b0779e3ea99835298e8556e532d1864a30fafd2e2545a52728acf15e12fe
|
||||
size 210136
|
3
kfind-18.12.0.tar.xz
Normal file
3
kfind-18.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3bfc2fc34420d282e6e54e92cfc02d10211e674fc0eaafbc2d6277e1172a24e
|
||||
size 267448
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 14 06:09:08 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.12.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12.0.php
|
||||
- Changes since 18.11.90:
|
||||
* No code changes since 18.11.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 03 20:55:56 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
|
||||
- Changes since 18.11.80:
|
||||
* No code changes since 18.11.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:22:18 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:56:58 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12-beta.php
|
||||
- Changes since 18.08.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:36 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
@ -44,7 +79,7 @@ Thu Jul 26 13:00:41 UTC 2018 - lbeltrame@kde.org
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
* https://www.kde.org/announcements/announce-applications-18.08-beta.php
|
||||
- Changes since 18.04.3:
|
||||
* Add KF5_MIN_VERSION
|
||||
* Do not duplicate work of KAboutData::setupCommandLine()
|
||||
@ -96,7 +131,7 @@ Fri Apr 06 07:09:21 CEST 2018 - lbeltrame@kde.org
|
||||
- Update to 18.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.03.90.php
|
||||
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
|
||||
- Changes since 17.12.3:
|
||||
* Use generic term 'Item' instead of 'File' for progress message in the status bar
|
||||
* Use QtConcurrent for populating mime type list
|
||||
@ -219,7 +254,7 @@ Sat Aug 5 18:17:41 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -278,7 +313,7 @@ Sat Mar 25 23:10:26 CET 2017 - lbeltrame@kde.org
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-beta.php
|
||||
- Changes since 16.12.3:
|
||||
* Trim matching lines
|
||||
* Port to KDateComboBox of KWidgetsAddons
|
||||
|
33
kfind.spec
33
kfind.spec
@ -16,29 +16,33 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kfind
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
%define kf5_version 5.28.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kfind
|
||||
Version: 18.12.0
|
||||
Release: 0
|
||||
Summary: KDE Find File Utility
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: http://www.kde.org/
|
||||
URL: http://www.kde.org/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: karchive-devel >= 5.7.0
|
||||
BuildRequires: kdelibs4support-devel >= 5.7.0
|
||||
BuildRequires: kdoctools-devel >= 5.7.0
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kfilemetadata5-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5Concurrent)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
KFind allows you to search for directories and files.
|
||||
@ -56,7 +60,7 @@ KFind allows you to search for directories and files.
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%suse_update_desktop_file org.kde.kfind System Filesystem core
|
||||
@ -70,8 +74,7 @@ KFind allows you to search for directories and files.
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%config %{_kf5_configdir}/*.categories
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%dir %{_kf5_htmldir}
|
||||
@ -85,7 +88,7 @@ KFind allows you to search for directories and files.
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user