forked from pool/yakuake
Accepting request 139537 from KDE:Distro:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/139537 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yakuake?expand=0&rev=31
This commit is contained in:
parent
809ac991a4
commit
e0225afc51
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a359dfe47cd230af9663854972f2594716674e63f9c0413ba11629aaaa1d3d29
|
|
||||||
size 319316
|
|
3
yakuake-2.9.9.tar.xz
Normal file
3
yakuake-2.9.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e0e4994c568f8091c9424e4aab35645436a9ff341c00b1cd1eab0ada0bf61ce
|
||||||
|
size 316716
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 20 07:44:14 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.9.9
|
||||||
|
* Yakuake now sports a standard KDE "Configure Notifications..."
|
||||||
|
item in its menu.
|
||||||
|
* It is now possible to monitor sessions (or individual terminals
|
||||||
|
within them) for activity or silence.
|
||||||
|
* Support for Get Hot New Stuff for skins has been added.
|
||||||
|
* Yakuake now automatically retracts after the last open tab
|
||||||
|
closes.
|
||||||
|
* A number of default keyboard shortcuts have been changed to
|
||||||
|
reestablish consistency with Konsole, which introduced changed
|
||||||
|
defaults in KDE Software Compilation v4.6.
|
||||||
|
* Invoking the window manager maximization feature now results in
|
||||||
|
a Yakuake window with 100% width and height instead of the
|
||||||
|
unresized window getting moved to the top-left corner of the
|
||||||
|
screen. However, restore is not supported as it doesn't easily
|
||||||
|
fit with Yakuake's window size state model.
|
||||||
|
* Tweaks to the code Yakuake uses to make itself the active window
|
||||||
|
when invoked should improve compatibility with more window
|
||||||
|
managers, particularly xfwm.
|
||||||
|
* The D-Bus API has been expanded further to cover the new activity
|
||||||
|
and silence monitoring options, as well as with additional
|
||||||
|
methods related to retrieving information about the keyboard
|
||||||
|
input enabled state for sessions and terminals.
|
||||||
|
* The "Help" button was removed from the configuration dialog since
|
||||||
|
there currently is no handbook included.
|
||||||
|
* Fixed errors in the tab stop order in several pages of the
|
||||||
|
configuration dialog.
|
||||||
|
* Fixed the message shown on stderr when Yakuake is already running
|
||||||
|
to refer to toggling rather than opening the window, since that
|
||||||
|
is what a repeated execution actually does - if the window is
|
||||||
|
already open, it will be closed at this time.
|
||||||
|
* Code cleanups, including porting away from recently deprecated
|
||||||
|
KDE Platform APIs for future-compatibility.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 28 21:05:51 UTC 2011 - ctrippe@opensuse.org
|
Mon Nov 28 21:05:51 UTC 2011 - ctrippe@opensuse.org
|
||||||
|
|
||||||
|
16
yakuake.spec
16
yakuake.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yakuake
|
# spec file for package yakuake
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products 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
|
||||||
@ -16,17 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: yakuake
|
Name: yakuake
|
||||||
Version: 2.9.8
|
Version: 2.9.9
|
||||||
Release: 8
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Terminal for KDE
|
Summary: Terminal for KDE
|
||||||
Url: http://kde-apps.org/content/show.php?content=29153
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Url: http://kde-apps.org/content/show.php?content=29153
|
||||||
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
|
BuildRequires: xz
|
||||||
Requires: konsole
|
Requires: konsole
|
||||||
Provides: kde4-yakuake = %{version}
|
Provides: kde4-yakuake = %{version}
|
||||||
Obsoletes: kde4-yakuake < %{version}
|
Obsoletes: kde4-yakuake < %{version}
|
||||||
@ -67,6 +67,8 @@ rm -rf %{buildroot}
|
|||||||
%{_kde4_appsdir}/yakuake
|
%{_kde4_appsdir}/yakuake
|
||||||
%{_kde4_bindir}/yakuake
|
%{_kde4_bindir}/yakuake
|
||||||
%{_kde4_iconsdir}/hicolor/
|
%{_kde4_iconsdir}/hicolor/
|
||||||
|
%{_kde4_appsdir}/kconf_update/
|
||||||
|
%{_kde4_configdir}/yakuake.knsrc
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user