forked from pool/yakuake
This commit is contained in:
parent
4656ba49dc
commit
025472fcc8
3
yakuake-2.8.1.tar.bz2
Normal file
3
yakuake-2.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4780a4e138ccd31e9788fc9723a33f1addfa4eb2678fd3bc612d6ab7bdcd5fc8
|
||||||
|
size 535406
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:801b86aad25aab86fec9ec4340119e8e63889fd902e9c256af0886a16e4508c4
|
|
||||||
size 513358
|
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 27 08:44:02 CET 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
- update to new upstream version 2.8.1:
|
||||||
|
- Added an option to control whether the Yakuake window keeps
|
||||||
|
above other windows.
|
||||||
|
- Improved experience for non-KDE users by disabling KRootPixmap-
|
||||||
|
based pseudo-translucency for them. Gets rid of rendering errors
|
||||||
|
with skins that make use of the alpha channel. Replaced by
|
||||||
|
configurable skin background color.
|
||||||
|
- Fix leftover gap below the window at 100% height or in
|
||||||
|
fullscreen mode.
|
||||||
|
- Added option to automatically open the Yakuake window when the
|
||||||
|
pointer touches the screen edge it lives on.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 5 14:57:12 CEST 2007 - stbinner@suse.de
|
Fri Oct 5 14:57:12 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
41
yakuake.spec
41
yakuake.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yakuake (Version 2.8.0)
|
# spec file for package yakuake (Version 2.8.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -17,9 +17,9 @@ 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.0
|
Version: 2.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
%define rversion 2.8
|
%define rversion 2.8.1
|
||||||
Source: %{name}-%{rversion}.tar.bz2
|
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
|
||||||
@ -71,8 +71,21 @@ 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
|
* Sun Jan 27 2008 stbinner@suse.de
|
||||||
|
- update to new upstream version 2.8.1:
|
||||||
|
- Added an option to control whether the Yakuake window keeps
|
||||||
|
above other windows.
|
||||||
|
- Improved experience for non-KDE users by disabling KRootPixmap-
|
||||||
|
based pseudo-translucency for them. Gets rid of rendering errors
|
||||||
|
with skins that make use of the alpha channel. Replaced by
|
||||||
|
configurable skin background color.
|
||||||
|
- Fix leftover gap below the window at 100%% height or in
|
||||||
|
fullscreen mode.
|
||||||
|
- Added option to automatically open the Yakuake window when the
|
||||||
|
pointer touches the screen edge it lives on.
|
||||||
|
* Fri Oct 05 2007 stbinner@suse.de
|
||||||
- update to new upstream version 2.8:
|
- update to new upstream version 2.8:
|
||||||
- Made the new behavior of the Open/Retract action focussing an
|
- Made the new behavior of the Open/Retract action focussing an
|
||||||
already open Yakuake window optional.
|
already open Yakuake window optional.
|
||||||
@ -91,21 +104,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Added more What's This help in the config dialog.
|
- Added more What's This help in the config dialog.
|
||||||
- Minor interface wording improvements.
|
- Minor interface wording improvements.
|
||||||
- Greatly expanded translation coverage.
|
- 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,
|
||||||
fixed missplaced check for Settings::popup()
|
fixed missplaced check for Settings::popup()
|
||||||
* Tue May 15 2007 - dkukawka@suse.de
|
* Tue May 15 2007 dkukawka@suse.de
|
||||||
- added patches:
|
- added patches:
|
||||||
- yakuake-fix_Accesskey_handling.diff for b.n.c #272147 to change
|
- yakuake-fix_Accesskey_handling.diff for b.n.c #272147 to change
|
||||||
handling of Accesskey settings. Ask always for input key if
|
handling of Accesskey settings. Ask always for input key if
|
||||||
there is no key set and added some KConfig::sync() calls.
|
there is no key set and added some KConfig::sync() calls.
|
||||||
* Sun May 06 2007 - dkukawka@suse.de
|
* Sun May 06 2007 dkukawka@suse.de
|
||||||
- updated to new upstream beta version 2.8-beta1:
|
- updated to new upstream beta version 2.8-beta1:
|
||||||
* changelog to long please check ChangeLog file
|
* changelog to long please check ChangeLog file
|
||||||
* Wed May 24 2006 - adrian@suse.de
|
* Wed May 24 2006 adrian@suse.de
|
||||||
- fix build for < 10.1
|
- fix build for < 10.1
|
||||||
* Mon Mar 27 2006 - dkukawka@suse.de
|
* Mon Mar 27 2006 dkukawka@suse.de
|
||||||
- updated to new upstream version 2.7.5:
|
- updated to new upstream version 2.7.5:
|
||||||
- Further translations have been added.
|
- Further translations have been added.
|
||||||
- Yakuake no longer spawns login shells in new sessions.
|
- Yakuake no longer spawns login shells in new sessions.
|
||||||
@ -123,7 +136,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
default label.
|
default label.
|
||||||
- Yakuake will now display a warning before quitting the
|
- Yakuake will now display a warning before quitting the
|
||||||
application with multiple tabs open.
|
application with multiple tabs open.
|
||||||
* Sun Mar 19 2006 - dkukawka@suse.de
|
* Sun Mar 19 2006 dkukawka@suse.de
|
||||||
- updated to new upstream version 2.7.4 :
|
- updated to new upstream version 2.7.4 :
|
||||||
- A bug in the Makefiles that led to the configure script being
|
- A bug in the Makefiles that led to the configure script being
|
||||||
run twice has been fixed.
|
run twice has been fixed.
|
||||||
@ -138,9 +151,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Whitespace at the beginning or end of session labels will now
|
- Whitespace at the beginning or end of session labels will now
|
||||||
be trimmed.
|
be trimmed.
|
||||||
- Setting all-whitespace session labels is no longer possible.
|
- Setting all-whitespace session labels is no longer possible.
|
||||||
* Wed Feb 15 2006 - stbinner@suse.de
|
* Wed Feb 15 2006 stbinner@suse.de
|
||||||
- add GenericName to .desktop file
|
- add GenericName to .desktop file
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jan 18 2006 - dkukawka@suse.de
|
* Wed Jan 18 2006 dkukawka@suse.de
|
||||||
- initial package (v2.7.3)
|
- initial package (v2.7.3)
|
||||||
|
Loading…
Reference in New Issue
Block a user