File kde4-plasmoid-quicklauncher.spec of Package kde4-plasmoid-quicklauncher
#
# spec file for package kde4-plasmoid-quicklauncher (Version 0.4)
#
# 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
Name: kde4-plasmoid-quicklauncher
Summary: QuickLauncher Applet
Url: http://www.kde-look.org/content/show.php/QuickLauncher+Applet?content=78061
Version: 0.4
Release: 4
License: GPL v2 or later
Group: System/GUI/KDE
Source0: 78061-plasma-applet-quicklauncher-%{version}.tar.gz
Patch0: desktop-translation.patch
Patch1: style-guide-fixes.diff
Patch2: defaults.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
Reimplements the quicklaunch applet present in kde3.5.
Features: - Add icons by specify a .desktop file
- Add icons by dragging .desktop files from other locations
- Rearrange icons by dragging them in place
- Configurable number of rows
- Configurable number of visible icons
Authors:
--------
Emil Ljungdahl <emil@kratern.se>
%prep
%setup -n plasma-applet-quicklauncher-%{version}
%patch -P 0 -p1
%patch1
%patch2
%build
cd src
%cmake_kde4 -d builddir
%make_jobs
%install
pushd src/builddir
%makeinstall
%suse_update_desktop_file -n $RPM_BUILD_ROOT/usr/share/kde4/services/plasma-applet-quicklauncher.desktop
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING COPYING-DOCS COPYING.LIB
%_libdir/kde4/plasma_applet_quicklauncher.so
%_kde_share_dir/services/plasma-applet-quicklauncher.desktop
%changelog
* Sun Nov 09 2008 stbinner@suse.de
- start with some defaults on new instance
* 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
* Wed Aug 20 2008 buschmann@huessenbergnetz.de
- update to version 0.4
* Working with KDE 4.1
* Wed Apr 09 2008 buschmann@huessenbergnetz.de
- update to version 0.3
* Added initial support for hiding icons
* Added configure option to select number of visible icons
* Wed Apr 02 2008 buschmann@huessenbergnetz.de
- update to version 0.2.1
* Removed the unwanted double-click config obeyance
* Tue Apr 01 2008 buschmann@huessenbergnetz.de
- update to version 0.2
* Added Drag'n drop functionality
* Mon Mar 31 2008 buschmann@huessenbergnetz.de
- initial package