File cyber-dock.spec of Package cyber-dock

#
# spec file for package cyber-dock
#
# Copyright (c) 2021 SUSE LLC
#
# 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/
#


Name:           cyber-dock
Version:        @SERVICE@
Release:        0
Summary:        Application Dock
License:        GPL-3.0-or-later
Group:          System/GUI/Other
URL:            https://github.com/cyberos/cyber-dock
Source:         %{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  cmake(KF5WindowSystem)
BuildRequires:  cmake(MeuiKit)
BuildRequires:  cmake(Qt5LinguistTools)
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(Qt5Concurrent)
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5DBus)
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  pkgconfig(Qt5QuickControls2)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5X11Extras)
BuildRequires:  pkgconfig(dbusmenu-qt5)

%description
CyberOS application dock.

%lang_package

%prep
%autosetup

%build
%cmake
%make_build

%install
%cmake_install

%find_lang %{name} --all-name --with-qt

%files
%doc README.md
%{_bindir}/%{name}
%license LICENSE

%files lang -f %{name}.lang
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/translations/

%changelog
openSUSE Build Service is sponsored by