File kde4-yakuake.spec of Package kde4-yakuake
#
# spec file for package kde4-yakuake (Version 2.9.4)
#
# Copyright (c) 2008 SUSE LINUX Products 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/
#
# norootforbuild
Name: kde4-yakuake
BuildRequires: kdebase4-workspace-devel
License: GPL v2 or later
Url: http://yakuake.kde.org/
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Retractable Terminal for KDE
Version: 2.9.4
Release: 8
Source: yakuake-%{version}.tar.bz2
Requires: kde4-konsole
%description
Yakuake is a retractable KDE terminal emulator.
Authors:
--------
Francois Chazal <neptune3k@free.fr>
%prep
%setup -n yakuake-%{version} -q
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%suse_update_desktop_file -G "Terminal Program" yakuake System TerminalEmulator
%find_lang yakuake
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -f build/yakuake.lang
%defattr(-,root,root)
%doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS
/usr/bin/yakuake
/usr/share/applications/kde4/yakuake.desktop
/usr/share/icons/hicolor/*/apps/yakuake.*
/usr/share/kde4/apps/yakuake
%changelog
* Sun Sep 21 2008 stbinner@suse.de
- require kde4-konsole (bnc#422066)
* Fri Sep 05 2008 stbinner@suse.de
- update to version 2.9.4:
* Added a new Oxygen-style application icon made by Nuno Pinheiro.
* Added a setting to fill with the configurable background color
at a given opacity before painting the skin elements.
* Fixed a bug that made it impossible to move a session located at
the start or end of the tab bar back after moving it left/right
using the keyboard shortcuts.
* Mon Jun 16 2008 stbinner@suse.de
- update to version 2.9.3:
* Added an option to focus individual sub-terminals as the
mouse pointer is moved over them.
* Added an option to explicitly control whether the window will
be shown on all (virtual) desktops. Defaults to true, as before.
* Made the error condition when Yakuake is unable to load the
Konsole KPart component non-destructive, i.e. being unable to
load the KPart will no longer end in an unavoidable application
quit. Instead, a good-looking warning will be shown where the
terminal would normally be. This also takes care of the edge
case in which Konsole is uninstalled while Yakuake is already
running, so that existing terminals won't be lost.
* Fixed a regression that caused the "Show title bar contents in
tab labels" preference to no longer work.
* Fixed tab label not immediately being updated upon creating a new
session when "Show title bar contents in tab labels" is enabled.
* Thu Apr 24 2008 stbinner@suse.de
- update to version 2.9.2:
* Fixed title bar not immediately being updated upon creating a
new single-terminal session.
* Other fixes in preparation of KDE 4.1
* Tue Mar 25 2008 stbinner@suse.de
- update to version 2.9.1:
* Starting Yakuake a second time now toggles the window state,
making it possible to open and retract Yakuake from a panel
button or by simply running the executable.
* Disabled standard startup notifications ("Launch Feedback")
* Fixed Open/Retract action not working with current KDE 4 trunk
* Fixed a bug that could cause actions also available from the
tab context menu to operate on the wrong session when triggered
by keyboard shortcut and the context menu had been used previously.
* Fixed the "Close Active Terminal", "Split Left/Right" and "Split
Top/Bottom" actions not operating on the correct session when
activated from the context menu of a tab other than the active tab.
* Mon Mar 03 2008 stbinner@suse.de
- initial package of KDE4 version in abuild