forked from pool/yakuake
This commit is contained in:
parent
01af42931b
commit
4656ba49dc
3
yakuake-2.8.tar.bz2
Normal file
3
yakuake-2.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:801b86aad25aab86fec9ec4340119e8e63889fd902e9c256af0886a16e4508c4
|
||||||
|
size 513358
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:174959cecf2e0b2c6848259647eb529dc1009a0f17fdd5452b6d339e70c0dd12
|
|
||||||
size 484226
|
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 14:57:12 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
- update to new upstream version 2.8:
|
||||||
|
- Made the new behavior of the Open/Retract action focussing an
|
||||||
|
already open Yakuake window optional.
|
||||||
|
- The Xinerama screen setting is now updated when the window is
|
||||||
|
moved to a different screen using facilities outside of Yakuake
|
||||||
|
itself, such as the new shortcuts provided by Lubos Lunak's
|
||||||
|
Xinerama Improvements patchset for KWin 3.5.x. The window size
|
||||||
|
and position get updated to fit the new bounding box accordingly.
|
||||||
|
- Initial session tab label naming is now consistent with Konsole.
|
||||||
|
Instead of naively incrementing the shell number, the lowest
|
||||||
|
available number is used.
|
||||||
|
- Swapped horizontal & vertical split actions for consistency with Kate.
|
||||||
|
- Added slotSessionName() and slotSessionName(int session_id) DCOP Calls.
|
||||||
|
- Added sessionIdList() and terminalIdList(int session_id) DCOP calls.
|
||||||
|
- Naming consistency improvements in the DCOP interface.
|
||||||
|
- Added more What's This help in the config dialog.
|
||||||
|
- Minor interface wording improvements.
|
||||||
|
- Greatly expanded translation coverage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 7 18:02:30 CEST 2007 - dkukawka@suse.de
|
Fri Sep 7 18:02:30 CEST 2007 - dkukawka@suse.de
|
||||||
|
|
||||||
|
35
yakuake.spec
35
yakuake.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yakuake (Version 2.8_beta1)
|
# spec file for package yakuake (Version 2.8.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,18 +13,19 @@
|
|||||||
Name: yakuake
|
Name: yakuake
|
||||||
BuildRequires: kdelibs3-devel
|
BuildRequires: kdelibs3-devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
URL: http://kde-apps.org/content/show.php?content=29153
|
Url: http://kde-apps.org/content/show.php?content=29153
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: yakuake is a terminal for KDE
|
Summary: yakuake is a terminal for KDE
|
||||||
Version: 2.8_beta1
|
Version: 2.8.0
|
||||||
Release: 47
|
Release: 1
|
||||||
Source: %{name}-%{version}.tar.bz2
|
%define rversion 2.8
|
||||||
|
Source: %{name}-%{rversion}.tar.bz2
|
||||||
Source1: yakuake.desktop
|
Source1: yakuake.desktop
|
||||||
Patch1: yakuake-fix_Accesskey_handling_v2.diff
|
Patch1: yakuake-fix_Accesskey_handling_v2.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Yakukake is a retractable KDE Terminal Emulator.
|
Yakuake is a retractable KDE Terminal Emulator.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -33,7 +34,7 @@ Authors:
|
|||||||
Francois Chazal <neptune3k@free.fr>
|
Francois Chazal <neptune3k@free.fr>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version} -q
|
%setup -n %{name}-%{rversion} -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
. /etc/opt/kde3/common_options
|
. /etc/opt/kde3/common_options
|
||||||
update_admin
|
update_admin
|
||||||
@ -70,8 +71,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/opt/kde3/share/applications/kde/yakuake.desktop
|
/opt/kde3/share/applications/kde/yakuake.desktop
|
||||||
/opt/kde3/share/config.kcfg/yakuake.kcfg
|
/opt/kde3/share/config.kcfg/yakuake.kcfg
|
||||||
/opt/kde3/share/locale/*/LC_MESSAGES/*.mo
|
/opt/kde3/share/locale/*/LC_MESSAGES/*.mo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 05 2007 - stbinner@suse.de
|
||||||
|
- update to new upstream version 2.8:
|
||||||
|
- Made the new behavior of the Open/Retract action focussing an
|
||||||
|
already open Yakuake window optional.
|
||||||
|
- The Xinerama screen setting is now updated when the window is
|
||||||
|
moved to a different screen using facilities outside of Yakuake
|
||||||
|
itself, such as the new shortcuts provided by Lubos Lunak's
|
||||||
|
Xinerama Improvements patchset for KWin 3.5.x. The window size
|
||||||
|
and position get updated to fit the new bounding box accordingly.
|
||||||
|
- Initial session tab label naming is now consistent with Konsole.
|
||||||
|
Instead of naively incrementing the shell number, the lowest
|
||||||
|
available number is used.
|
||||||
|
- Swapped horizontal & vertical split actions for consistency with Kate.
|
||||||
|
- Added slotSessionName() and slotSessionName(int session_id) DCOP Calls.
|
||||||
|
- Added sessionIdList() and terminalIdList(int session_id) DCOP calls.
|
||||||
|
- Naming consistency improvements in the DCOP interface.
|
||||||
|
- Added more What's This help in the config dialog.
|
||||||
|
- Minor interface wording improvements.
|
||||||
|
- Greatly expanded translation coverage.
|
||||||
* Fri Sep 07 2007 - dkukawka@suse.de
|
* Fri Sep 07 2007 - dkukawka@suse.de
|
||||||
- updated patches:
|
- updated patches:
|
||||||
- yakuake-fix_Accesskey_handling_v2.diff: fix b.n.c #307273,
|
- yakuake-fix_Accesskey_handling_v2.diff: fix b.n.c #307273,
|
||||||
|
Loading…
Reference in New Issue
Block a user