SHA256
1
0
forked from pool/yakuake

Accepting request 723778 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yakuake?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:49:56 +00:00 committed by Git OBS Bridge
parent 6174d43298
commit abba386027
6 changed files with 147 additions and 92 deletions

BIN
applications.keyring Normal file

Binary file not shown.

3
yakuake-19.08.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0931fffbcd6f17687f13ab766e628961c6caf6dcf8cad79f6e311a0b5692a49
size 370476

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpgACgkQ29LOiT4t
HIcnzwf/az/xfDWCFkD1/KyyoUAivWZ9NPotO9XQvhcbpMKECgRnoetbdqTiLQxB
0tgMivceiQZzUJm56Gw2+X1d29y9ZEGwSMsAPKWUsM9amqMop5JStn0zfW2DPV5V
7+chbIDPmOC4Pe23Q1NADakXOwUH+3GQwKXJEUK8UzNEhxBnnhc59R4ppAYz56Nu
VVrk+orWguL9enoS+Wwh05Z4CM8CYo0ccme9bLCXgBYOeeN/03Q09NxoDXvyCgsg
CQIWzMKBZi9igGsIqxgRgeHsH8ySuyx8MnrLOJC/njme7Sdgmg6JcOQaHsGp2SX/
iOlzk5CLZCpOulGN0sxEazCYZR6Edw==
=3Ar4
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08
size 347412

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Fri Aug 9 08:32:38 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:52 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- No code changes since 19.07.80
-------------------------------------------------------------------
Thu Jul 25 18:32:57 UTC 2019 - wbauer@tmo.at
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 3.0.5:
* yakuake web site due to be killed off in favour of kde.org/applications
* [Yakuake] add blur effect support
* [Yakuake] Use the svg icons instead of the png icons for the default theme (kde#397590)
* Remove forcing the initial dir to QDir::homePath() (kde#396036)
* Add DesktopEntry to notifyrc
* [Yakuake] Improve customization
* Remove double scrollbar in appearance settings
* Fix Skin validation when installed from KNS (kde#395012)
* Add option to restore fullscreen state of the window
* Use correct variable type
* Add shortcuts as default shortcuts (kde#401244)
* Use KWindowSystem to determine which display system is in use
* Fix KIcon -> QIcon porting bug
* Use KMainWindow instead of QMainWindow (kde#398425)
* Fix minor EBN issues and typos
- Update URL
- Remove %post/%postun sections, the package doesn't install
shared libraries
- Make lang package optional
- Run spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 28 11:41:47 UTC 2018 - wbauer@tmo.at Wed Mar 28 11:41:47 UTC 2018 - wbauer@tmo.at

View File

@ -1,7 +1,7 @@
# #
# spec file for package yakuake # spec file for package yakuake
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%bcond_without lang
Name: yakuake Name: yakuake
Version: 3.0.5 Version: 19.08.0
Release: 0 Release: 0
Summary: Terminal for KDE Summary: Terminal for KDE
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
Url: https://yakuake.kde.org URL: https://kde.org/applications/system/org.kde.yakuake
Source: http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz 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: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -44,14 +49,12 @@ BuildRequires: cmake(KF5Wayland)
BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras) BuildRequires: cmake(Qt5X11Extras)
Requires: konsole-part > 15.12 Requires: konsole-part > 15.12
Recommends: konsole > 15.12
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: konsole > 15.12
%description %description
Yakuake is a retractable KDE Terminal Emulator. Yakuake is a retractable KDE Terminal Emulator.
@ -68,33 +71,27 @@ Yakuake is a retractable KDE Terminal Emulator.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%suse_update_desktop_file -G "Terminal Program" org.kde.yakuake System TerminalEmulator %suse_update_desktop_file -G "Terminal Program" org.kde.yakuake System TerminalEmulator
%if %{with lang}
%find_lang %{name} %find_lang %{name}
%endif
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%post
/sbin/ldconfig
%desktop_database_post
%postun
/sbin/ldconfig
%desktop_database_postun
%files %files
%defattr(-,root,root)
%license COPYING COPYING.DOC %license COPYING COPYING.DOC
%doc README AUTHORS ChangeLog NEWS %doc README AUTHORS ChangeLog NEWS
%{_kf5_applicationsdir}/org.kde.yakuake.desktop
%{_kf5_appstreamdir}/org.kde.yakuake.appdata.xml
%{_kf5_bindir}/yakuake %{_kf5_bindir}/yakuake
%config %{_kf5_configdir}/yakuake.knsrc %config %{_kf5_configdir}/yakuake.knsrc
%{_kf5_applicationsdir}/org.kde.yakuake.desktop %dir %{_kf5_iconsdir}/hicolor/256x256
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
%{_kf5_iconsdir}/hicolor/*/*/*.*
%{_kf5_notifydir}/ %{_kf5_notifydir}/
%dir %{_kf5_sharedir}/icons/hicolor/256x256
%dir %{_kf5_sharedir}/icons/hicolor/256x256/apps
%{_kf5_sharedir}/icons/hicolor/*/*/*.*
%{_kf5_sharedir}/yakuake/ %{_kf5_sharedir}/yakuake/
%{_kf5_appstreamdir}/
%{_kf5_sharedir}/dbus-1/services/org.kde.yakuake.service %{_kf5_sharedir}/dbus-1/services/org.kde.yakuake.service
%if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%defattr(-,root,root) %endif
%changelog %changelog