2007-01-16 00:44:08 +01:00
|
|
|
#
|
2011-02-01 18:56:40 +01:00
|
|
|
# spec file for package yakuake
|
2007-01-16 00:44:08 +01:00
|
|
|
#
|
2017-04-12 17:36:48 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:44:08 +01:00
|
|
|
#
|
2008-09-24 17:45:47 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-01-16 00:44:08 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
2011-07-25 09:10:52 +02:00
|
|
|
|
2011-11-29 15:07:45 +01:00
|
|
|
|
2007-01-16 00:44:08 +01:00
|
|
|
Name: yakuake
|
2017-04-12 17:36:48 +02:00
|
|
|
Version: 3.0.4
|
2012-10-29 20:14:10 +01:00
|
|
|
Release: 0
|
2011-07-25 09:10:35 +02:00
|
|
|
Summary: Terminal for KDE
|
2012-10-29 20:14:10 +01:00
|
|
|
License: GPL-2.0+
|
2007-01-16 00:44:08 +01:00
|
|
|
Group: System/GUI/KDE
|
2015-05-10 10:46:09 +02:00
|
|
|
Url: https://yakuake.kde.org
|
|
|
|
Source: http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz
|
2017-04-12 17:36:48 +02:00
|
|
|
# PATCH-FIX-OPENSUSE 0001-Revert-Removed-usage-to-deprecated-interface.patch
|
|
|
|
Patch: 0001-Revert-Removed-usage-to-deprecated-interface.patch
|
2011-07-25 09:10:35 +02:00
|
|
|
BuildRequires: fdupes
|
2016-11-05 21:28:27 +01:00
|
|
|
BuildRequires: karchive-devel >= 5.15.0
|
|
|
|
BuildRequires: kconfig-devel >= 5.15.0
|
|
|
|
BuildRequires: kcoreaddons-devel >= 5.15.0
|
|
|
|
BuildRequires: kcrash-devel >= 5.15.0
|
|
|
|
BuildRequires: kdbusaddons-devel >= 5.15.0
|
2016-03-07 13:28:23 +01:00
|
|
|
BuildRequires: kf5-filesystem
|
2016-11-05 21:28:27 +01:00
|
|
|
BuildRequires: kglobalaccel-devel >= 5.15.0
|
|
|
|
BuildRequires: ki18n-devel >= 5.15.0
|
|
|
|
BuildRequires: kiconthemes-devel >= 5.15.0
|
|
|
|
BuildRequires: kio-devel >= 5.15.0
|
|
|
|
BuildRequires: knewstuff-devel >= 5.15.0
|
|
|
|
BuildRequires: knotifications-devel >= 5.15.0
|
|
|
|
BuildRequires: knotifyconfig-devel >= 5.15.0
|
|
|
|
BuildRequires: kparts-devel >= 5.15.0
|
2017-04-12 17:36:48 +02:00
|
|
|
BuildRequires: kwayland-devel
|
2016-11-05 21:28:27 +01:00
|
|
|
BuildRequires: kwidgetsaddons-devel >= 5.15.0
|
|
|
|
BuildRequires: kwindowsystem-devel >= 5.15.0
|
2016-03-07 13:28:23 +01:00
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
|
|
|
Requires: konsole-part > 15.12
|
|
|
|
Recommends: konsole > 15.12
|
2015-05-10 10:46:09 +02:00
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
Recommends: %{name}-lang = %{version}
|
2011-07-25 09:10:35 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%description
|
2007-10-05 15:59:55 +02:00
|
|
|
Yakuake is a retractable KDE Terminal Emulator.
|
2007-01-16 00:44:08 +01:00
|
|
|
|
2011-10-06 16:46:44 +02:00
|
|
|
%lang_package
|
2015-05-10 10:46:09 +02:00
|
|
|
|
2007-01-16 00:44:08 +01:00
|
|
|
%prep
|
2011-07-25 09:10:35 +02:00
|
|
|
%setup -q
|
2017-04-12 17:36:48 +02:00
|
|
|
%if 0%{?suse_version} == 1315 && 0%{?sle_version} <= 120200
|
|
|
|
%patch -p1
|
|
|
|
%endif
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%build
|
2016-03-07 13:28:23 +01:00
|
|
|
%cmake_kf5 -d build
|
2009-05-01 02:27:03 +02:00
|
|
|
%make_jobs
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%install
|
2016-03-07 13:28:23 +01:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%suse_update_desktop_file -G "Terminal Program" org.kde.yakuake System TerminalEmulator
|
2011-10-06 16:46:44 +02:00
|
|
|
%find_lang %{name}
|
2011-07-25 09:10:35 +02:00
|
|
|
%fdupes -s %{buildroot}
|
2007-01-16 00:44:08 +01:00
|
|
|
|
2015-05-10 10:46:09 +02:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%desktop_database_post
|
2011-11-29 15:07:45 +01:00
|
|
|
|
2015-05-10 10:46:09 +02:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
%desktop_database_postun
|
2007-01-16 00:44:08 +01:00
|
|
|
|
2011-10-06 16:46:44 +02:00
|
|
|
%files
|
2007-01-16 00:44:08 +01:00
|
|
|
%defattr(-,root,root)
|
2009-05-01 02:27:03 +02:00
|
|
|
%doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS
|
2016-03-07 13:28:23 +01:00
|
|
|
%{_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/
|
2016-08-10 19:55:59 +02:00
|
|
|
%{_kf5_appstreamdir}/
|
2008-01-28 01:19:47 +01:00
|
|
|
|
2011-10-06 16:46:44 +02:00
|
|
|
%files lang -f %{name}.lang
|
2015-05-10 10:46:09 +02:00
|
|
|
%defattr(-,root,root)
|
2011-10-06 16:46:44 +02:00
|
|
|
|
2007-05-07 15:06:38 +02:00
|
|
|
%changelog
|