yakuake/yakuake.spec

101 lines
2.9 KiB
RPMSpec
Raw Normal View History

#
# spec file for package yakuake
#
# Copyright (c) 2018 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 http://bugs.opensuse.org/
#
Name: yakuake
Version: 3.0.5
Release: 0
Summary: Terminal for KDE
License: GPL-2.0+
Group: System/GUI/KDE
Url: https://yakuake.kde.org
Source: http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz
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(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras)
Requires: konsole-part > 15.12
Recommends: konsole > 15.12
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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
%find_lang %{name}
%fdupes -s %{buildroot}
%post
/sbin/ldconfig
%desktop_database_post
%postun
/sbin/ldconfig
%desktop_database_postun
%files
%defattr(-,root,root)
%license COPYING COPYING.DOC
%doc README AUTHORS ChangeLog NEWS
%{_kf5_bindir}/yakuake
%config %{_kf5_configdir}/yakuake.knsrc
%{_kf5_applicationsdir}/org.kde.yakuake.desktop
%{_kf5_notifydir}/
%dir %{_kf5_sharedir}/icons/hicolor/256x256
%dir %{_kf5_sharedir}/icons/hicolor/256x256/apps
%{_kf5_sharedir}/icons/hicolor/*/*/*.*
%{_kf5_sharedir}/yakuake/
%{_kf5_appstreamdir}/
%{_kf5_sharedir}/dbus-1/services/org.kde.yakuake.service
%files lang -f %{name}.lang
%defattr(-,root,root)
%changelog