SHA256
1
0
forked from pool/yakuake
yakuake/yakuake.spec
2019-08-16 13:49:56 +00:00

98 lines
2.9 KiB
RPMSpec

#
# spec file for package yakuake
#
# 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/
#
%bcond_without lang
Name: yakuake
Version: 19.08.0
Release: 0
Summary: Terminal for KDE
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://kde.org/applications/system/org.kde.yakuake
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5GlobalAccel)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5Wayland)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras)
Requires: konsole-part > 15.12
Recommends: %{name}-lang = %{version}
Recommends: konsole > 15.12
%description
Yakuake is a retractable KDE Terminal Emulator.
%lang_package
%prep
%setup -q
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%suse_update_desktop_file -G "Terminal Program" org.kde.yakuake System TerminalEmulator
%if %{with lang}
%find_lang %{name}
%endif
%fdupes -s %{buildroot}
%files
%license COPYING COPYING.DOC
%doc README AUTHORS ChangeLog NEWS
%{_kf5_applicationsdir}/org.kde.yakuake.desktop
%{_kf5_appstreamdir}/org.kde.yakuake.appdata.xml
%{_kf5_bindir}/yakuake
%config %{_kf5_configdir}/yakuake.knsrc
%dir %{_kf5_iconsdir}/hicolor/256x256
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
%{_kf5_iconsdir}/hicolor/*/*/*.*
%{_kf5_notifydir}/
%{_kf5_sharedir}/yakuake/
%{_kf5_sharedir}/dbus-1/services/org.kde.yakuake.service
%if %{with lang}
%files lang -f %{name}.lang
%endif
%changelog