forked from pool/purpose
KDE Frameworks 5.48.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=25
This commit is contained in:
parent
f2fc0c95ca
commit
b56df2eaf2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9a009f5a637ff9ca4c9c7a26636ddf743609a4cecc02cfed7a38132fffed5eb
|
||||
size 127936
|
3
purpose-5.48.0.tar.xz
Normal file
3
purpose-5.48.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7772c5e138c3384a3ad9c2dd324647b15208f92d001dc46a06ef92bbe66ad04
|
||||
size 133160
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:37:48 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.48.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
|
||||
- Changes since 5.47.0:
|
||||
* Add Share action to Dolphin context menu
|
||||
* Properly reset plugins
|
||||
* Filter out duplicate plugins
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 21:26:10 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.47
|
||||
%define _tar_path 5.48
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: purpose
|
||||
Version: 5.47.0
|
||||
Version: 5.48.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@ -52,6 +52,7 @@ BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
Suggests: kdeconnect-kde
|
||||
Recommends: %{name}-lang
|
||||
@ -119,6 +120,7 @@ This package contains development files needed to build applications which rely
|
||||
%find_lang libpurpose_quick %{name}.lang
|
||||
%find_lang libpurpose_widgets %{name}.lang
|
||||
%find_lang purpose_email %{name}.lang
|
||||
%find_lang purpose-fileitemaction %{name}.lang
|
||||
%find_lang purpose_kdeconnect %{name}.lang
|
||||
%find_lang purpose_imgur %{name}.lang
|
||||
%find_lang purpose_ktp-sendfile %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user