2007-01-15 23:44:08 +00:00
|
|
|
#
|
2011-02-01 17:56:40 +00:00
|
|
|
# spec file for package yakuake
|
2007-01-15 23:44:08 +00:00
|
|
|
#
|
2024-02-23 20:09:05 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2007-01-15 23:44:08 +00:00
|
|
|
#
|
2008-09-24 15:45:47 +00: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.
|
|
|
|
|
2019-08-16 13:49:56 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:44:08 +00:00
|
|
|
#
|
2011-07-25 07:10:52 +00:00
|
|
|
|
2011-11-29 14:07:45 +00:00
|
|
|
|
2024-02-23 20:09:05 +00:00
|
|
|
%define kf6_version 5.246.0
|
|
|
|
%define plasma6_version 5.27.80
|
|
|
|
%define qt6_version 6.6.0
|
|
|
|
|
2022-01-06 12:45:17 +00:00
|
|
|
%bcond_without released
|
2007-01-15 23:44:08 +00:00
|
|
|
Name: yakuake
|
2024-03-21 13:55:34 +00:00
|
|
|
Version: 24.02.1
|
2012-10-29 19:14:10 +00:00
|
|
|
Release: 0
|
2021-04-19 13:31:17 +00:00
|
|
|
Summary: Drop-down terminal emulator based on Konsole technologies
|
2019-08-16 13:49:56 +00:00
|
|
|
License: GPL-2.0-or-later
|
2021-04-19 13:31:17 +00:00
|
|
|
URL: https://apps.kde.org/yakuake
|
2024-02-26 10:22:14 +00:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2022-01-06 12:45:17 +00:00
|
|
|
%if %{with released}
|
2024-02-26 10:22:14 +00:00
|
|
|
Source1: %{name}-%{version}.tar.xz.sig
|
2021-04-19 13:31:17 +00:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2011-07-25 07:10:35 +00:00
|
|
|
BuildRequires: fdupes
|
2024-02-23 20:09:05 +00:00
|
|
|
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
|
|
|
|
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6Config) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6GlobalAccel) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6IconThemes) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6NewStuff) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6Notifications) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6NotifyConfig) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6Parts) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6StatusNotifierItem) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KWayland) >= %{plasma6_version}
|
|
|
|
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
|
|
|
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
|
|
|
|
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
Requires: konsole-part
|
|
|
|
Recommends: konsole
|
2007-01-15 23:44:08 +00:00
|
|
|
|
|
|
|
%description
|
2021-04-19 13:31:17 +00:00
|
|
|
Yakuake is a Drop-down terminal emulator based on Konsole technologies.
|
2007-01-15 23:44:08 +00:00
|
|
|
|
2011-10-06 14:46:44 +00:00
|
|
|
%lang_package
|
2015-05-10 08:46:09 +00:00
|
|
|
|
2007-01-15 23:44:08 +00:00
|
|
|
%prep
|
2021-04-19 13:31:17 +00:00
|
|
|
%autosetup -p1
|
2007-01-15 23:44:08 +00:00
|
|
|
|
|
|
|
%build
|
2024-02-23 20:09:05 +00:00
|
|
|
%cmake_kf6
|
|
|
|
|
|
|
|
%kf6_build
|
2007-01-15 23:44:08 +00:00
|
|
|
|
|
|
|
%install
|
2024-02-23 20:09:05 +00:00
|
|
|
%kf6_install
|
2022-11-17 22:59:07 +00:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%fdupes -s %{buildroot}
|
2007-01-15 23:44:08 +00:00
|
|
|
|
2011-10-06 14:46:44 +00:00
|
|
|
%files
|
2021-03-28 07:28:01 +00:00
|
|
|
%license LICENSES/*
|
2020-07-22 19:32:56 +00:00
|
|
|
%doc README.md AUTHORS ChangeLog NEWS
|
2024-02-23 20:09:05 +00:00
|
|
|
%{_kf6_applicationsdir}/org.kde.yakuake.desktop
|
|
|
|
%{_kf6_appstreamdir}/org.kde.yakuake.appdata.xml
|
|
|
|
%{_kf6_bindir}/yakuake
|
|
|
|
%{_kf6_knsrcfilesdir}/yakuake.knsrc
|
|
|
|
%{_kf6_iconsdir}/hicolor/*/apps/yakuake.*
|
|
|
|
%{_kf6_notificationsdir}/yakuake.notifyrc
|
|
|
|
%{_kf6_sharedir}/yakuake/
|
|
|
|
%{_kf6_sharedir}/dbus-1/services/org.kde.yakuake.service
|
2008-01-28 00:19:47 +00:00
|
|
|
|
2011-10-06 14:46:44 +00:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2007-05-07 13:06:38 +00:00
|
|
|
%changelog
|