File kde4-plasmoid-quickaccess.spec of Package kde4-plasmoid-quickaccess
#
# spec file for package kde4-plasmoid-quickaccess (Version 0.7.1)
#
# Copyright (c) 2008 Buschmann.
# 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
BuildRequires: kdebase4-workspace-devel libkonq-devel update-desktop-files
Name: kde4-plasmoid-quickaccess
Summary: Quick Access Plasmoid
Url: http://www.kde-look.org/content/show.php/QuickAccess?content=84128
Version: 0.7.1
Release: 4
License: GPL v2 only
Group: System/GUI/KDE
Source0: 84128-quickaccess-%{version}.tar.gz
Patch: style-guide-fixes.diff
Patch1: initial-size.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: yes
Requires: kdebase4-workspace libkonq5
%kde4_runtime_requires
%description
This is a small applet designed for the panel to have quick access to
the most used folders.
Authors:
--------
Mark Herbert <wirrkpf@googlemail.com
>
%prep
%setup -n quickaccess-%{version}
%patch
%patch1
%build
%cmake_kde4 -d builddir
%make_jobs
%install
pushd builddir
%makeinstall
popd
%suse_update_desktop_file -n $RPM_BUILD_ROOT/usr/share/kde4/services/plasma-applet-quickaccess.desktop
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING README
%_libdir/kde4/plasma_applet_quickaccess.so
%_kde_share_dir/services/plasma-applet-quickaccess.desktop
%changelog
* Sun Nov 09 2008 stbinner@suse.de
- fix initial size on desktop (bnc#432702)
* Tue Oct 28 2008 stbinner@suse.de
- style guide fixes for text strings before translation
* Thu Sep 11 2008 stbinner@suse.de
- first version in Factory
* Mon Aug 04 2008 buschmann@huessenbergnetz.de
- update to version 0.7.1
* fixed a bug which lets quickaccess/plasma crash if you
didn't open the popupdialog before a dndevent
* sorting
* improved selection(by rubberband or shift/ctrl)
* fixed a bug with invalid urls and changed default path to "~"
* applet should now save the size if placed on the desktop
* improved scrollinganimation
* the popupdialog gets closed when an item in the
contexmenu is triggered
* Fri Jul 18 2008 buschmann@huessenbergnetz.de
- update to version 0.6.1
* fixed a bug with doubleclick settings
(thanks for the report painkiller101)
* fixed a bug where the icon in the panel remains highlighted
* the listview now has by default keyboard focus
* changed the width of the text in iconmode
* changed the flipscrollview to an itemview that supports a
listmode and an iconmode (idea by Marcel Nowaczyk
aka painkiller101)
* option to disable navigation
(clicking on a folder opens dolphin/konqueror)
* some visual changes
(e.g. better readable text with transparent themes)
* Sun Jul 13 2008 buschmann@huessenbergnetz.de
- update to version 0.5.2
* fixed a bug where the previewimagesize was not updated when
the iconsize of the listview changed
* tooltips are disabled by default
* little changes in the itemheight
* Sun Jul 13 2008 buschmann@huessenbergnetz.de
- update to version 0.5.1
* ToolTip support
* extracted the resizefunctionality into a base class
* option to adjust which previewplugins should be used
(by default only the imageplugin)
* some visual "improvements"
- changed requirements
* Tue Jul 01 2008 buschmann@huessenbergnetz.de
- update to version 0.3
* use KDE's global single/double click settings for
the flipscrollview (thanks for the hint painkiller101)
* Drag and Drop support
* Tue Jul 01 2008 buschmann@huessenbergnetz.de
- initial package
* Tue Jul 01 2008 buschmann@huessenbergnetz.de
- update to version 0.4
* little cosmetic changes in the openbutton
* custom label support
* option to only show icons in the flipscrollview
- removing desktop patch