Accepting request 703127 from home:EGDFree

- Initial package for openSUSE

OBS-URL: https://build.opensuse.org/request/show/703127
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kaidan?expand=0&rev=1
This commit is contained in:
Christophe Giboudeaux 2019-05-15 11:04:27 +00:00 committed by Git OBS Bridge
commit 6720080718
5 changed files with 99 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ac9a604f73d99bf0b560c71563ef562a31e2d172358ee0c0ec9e0b16fc4b91f
size 229430

4
kaidan.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sun May 12 19:49:31 UTC 2019 - Andrey Karepin <egdfree@opensuse.org>
- Initial package for openSUSE

68
kaidan.spec Normal file
View File

@ -0,0 +1,68 @@
#
# spec file for package kaidan
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define source_version_string v0.4.0-rc1
Name: kaidan
Version: 0.3.99.1
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
BuildRequires: extra-cmake-modules >= 5.40.0
BuildRequires: libqxmpp-devel >= 0.9
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5Kirigami2) >= 5.42.0
BuildRequires: cmake(Qt5Core) >= 5.8.0
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Sql)
BuildRequires: cmake(Qt5Svg)
Requires: kirigami2 >= 5.42.0
Requires: libqt5-qtquickcontrols2
%description
Kaidan is a simple Jabber/XMPP client providing a user-interface using
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}
%build
%cmake_kf5 -d build '-DI18N:BOOL=ON'
%cmake_build
%install
%kf5_makeinstall -C build
%files
%license LICENSE
%doc README.md
%{_kf5_bindir}/%{name}
%{_kf5_iconsdir}/hicolor/*/apps/%{name}.*
%{_kf5_applicationsdir}/%{name}.desktop
%{_kf5_appstreamdir}/im.kaidan.kaidan.appdata.xml
%dir %{_kf5_sharedir}/%{name}
%{_kf5_sharedir}/%{name}/images
%changelog