Accepting request 714232 from home:wolfi323:branches:KDE:Extra
- Update to 0.4.0 final release - Update build requirements - Update URLs OBS-URL: https://build.opensuse.org/request/show/714232 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kaidan?expand=0&rev=2
This commit is contained in:
parent
6720080718
commit
082a60c363
3
kaidan-0.4.0.tar.xz
Normal file
3
kaidan-0.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2ec16d2acfb4c62d3eef652e492a7267124148d458321436eaf1916e8ed4d9e
|
||||
size 230256
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ac9a604f73d99bf0b560c71563ef562a31e2d172358ee0c0ec9e0b16fc4b91f
|
||||
size 229430
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 12:23:58 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
- Update to 0.4.0 final release
|
||||
- Update build requirements
|
||||
- Update URLs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 12 19:49:31 UTC 2019 - Andrey Karepin <egdfree@opensuse.org>
|
||||
|
||||
|
23
kaidan.spec
23
kaidan.spec
@ -16,28 +16,30 @@
|
||||
#
|
||||
|
||||
|
||||
%define source_version_string v0.4.0-rc1
|
||||
Name: kaidan
|
||||
Version: 0.3.99.1
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: A XMPP client based on KDE Framework
|
||||
License: GPL-3.0-or-later AND SUSE-GPL-3.0+-with-openssl-exception AND MIT AND CC-BY-SA-3.0 AND CC-BY-SA-4.0
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
URL: https://invent.kde.org/kde/kaidan
|
||||
Source: https://invent.kde.org/kde/kaidan/-/archive/%{source_version_string}/%{name}-%{source_version_string}.tar.bz2
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
URL: https://www.kaidan.im/
|
||||
Source: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake >= 3.3
|
||||
BuildRequires: extra-cmake-modules >= 5.40.0
|
||||
BuildRequires: libqxmpp-devel >= 0.9
|
||||
BuildRequires: cmake(KF5Declarative)
|
||||
BuildRequires: cmake(KF5Kirigami2) >= 5.42.0
|
||||
BuildRequires: cmake(KF5Kirigami2) >= 5.40.0
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.8.0
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5DBus)
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt5Qml)
|
||||
BuildRequires: cmake(Qt5Quick)
|
||||
BuildRequires: cmake(Qt5QuickControls2)
|
||||
BuildRequires: cmake(Qt5Sql)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
Requires: kirigami2 >= 5.42.0
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5Xml)
|
||||
Requires: kirigami2 >= 5.40.0
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
|
||||
%description
|
||||
@ -46,7 +48,7 @@ Kirigami and QtQuick. The back-end of Kaidan is entirely written in C++
|
||||
using the qxmpp XMPP client library and Qt 5.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{source_version_string}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build '-DI18N:BOOL=ON'
|
||||
@ -62,6 +64,7 @@ using the qxmpp XMPP client library and Qt 5.
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/%{name}.*
|
||||
%{_kf5_applicationsdir}/%{name}.desktop
|
||||
%{_kf5_appstreamdir}/im.kaidan.kaidan.appdata.xml
|
||||
%{_kf5_notifydir}/kaidan.notifyrc
|
||||
%dir %{_kf5_sharedir}/%{name}
|
||||
%{_kf5_sharedir}/%{name}/images
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user