debian/0000755000000000000000000000000011611666350007173 5ustar debian/rules0000755000000000000000000000005211374624133010247 0ustar #!/usr/bin/make -f %: dh --with kde $@ debian/patches/0000755000000000000000000000000011571247466010632 5ustar debian/patches/fix_ftbfs_gcc4.6.diff0000644000000000000000000000155311571247345014502 0ustar Description: Fix FTBFS with gcc 4.6. Author: Felix Geyer --- plasma-widget-quickaccess-0.8.1.orig/popupdialog.cpp +++ plasma-widget-quickaccess-0.8.1/popupdialog.cpp @@ -249,7 +249,8 @@ void PopupDialog::hideEvent ( QHideEvent m_backButton->hide(); if(m_settings->enableDolphinSorting()) { - checkDolphinSorting(&(m_current.url())); + KUrl url = m_current.url(); + checkDolphinSorting(&url); } QWidget::hideEvent( event ); emit signal_hide(); @@ -322,8 +323,10 @@ void PopupDialog::slot_open(const QModel m_current = m_start; } - if(m_settings->enableDolphinSorting()) - checkDolphinSorting(&(m_current.url())); + if(m_settings->enableDolphinSorting()) { + KUrl url = m_current.url(); + checkDolphinSorting(&url); + } if(m_current.isFile() || !m_settings->allowNavigation()) { m_current.run(); debian/patches/series0000644000000000000000000000002611571247466012045 0ustar fix_ftbfs_gcc4.6.diff debian/compat0000644000000000000000000000000211374623417010374 0ustar 5 debian/control0000644000000000000000000000136411462151431010573 0ustar Source: plasma-widget-quickaccess Section: kde Priority: optional Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Jonathan Thomas Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5.0), cmake, kdelibs5-dev (>= 4:4.5), libkonq5-dev (>= 4:4.5.2) Standards-Version: 3.8.4 Homepage: http://kde-look.org/content/show.php/QuickAccess+%28maintenance+fork%29?content=101968 Package: plasma-widget-quickaccess Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: An alternate folder display plasma widget This is a small widget designed for usage in the panel to provide quick access to the most commonly-used folders. This makes it nice for quick file browsing. debian/changelog0000644000000000000000000001266611611666345011064 0ustar plasma-widget-quickaccess (0.8.1-0ubuntu9) oneiric; urgency=low * No change rebuild for libkonq transition (powerpc was missed before) -- Scott Kitterman Wed, 20 Jul 2011 20:03:16 -0400 plasma-widget-quickaccess (0.8.1-0ubuntu8) oneiric; urgency=low * Fix FTBFS with gcc 4.6. -- Felix Geyer Tue, 31 May 2011 21:47:34 +0200 plasma-widget-quickaccess (0.8.1-0ubuntu7) natty; urgency=low * Build against libkonq5-dev (>= 4:4.5.2) for libkonq5 -> libkonq5a transition -- Alessandro Ghersi Thu, 28 Oct 2010 03:34:59 +0200 plasma-widget-quickaccess (0.8.1-0ubuntu6) maverick; urgency=low * Rebuild upload for libkonq5 ABI breakage (LP: #636470) -- Jonathan Thomas Thu, 16 Sep 2010 14:55:10 -0400 plasma-widget-quickaccess (0.8.1-0ubuntu5) maverick; urgency=low * Switch to source format 3.0 (quilt): - Bump debhelper build-depend to 7.3.16 or higher - Bump pkg-kde-tools build-depend to 0.5.0 or higher - Remove quilt build-dependency * Transition from cdbs to the kde dh sequence from pkg-kde-tools -- Jonathan Thomas Tue, 18 May 2010 19:50:53 -0400 plasma-widget-quickaccess (0.8.1-0ubuntu4) lucid; urgency=low * rebuild rest of main for armel armv7/thumb2 optimization; UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 -- Alexander Sack Sun, 07 Mar 2010 01:01:17 +0100 plasma-widget-quickaccess (0.8.1-0ubuntu3) karmic; urgency=low * Add missing debhelper.mk -- Jonathan Riddell Wed, 29 Jul 2009 22:03:41 +0100 plasma-widget-quickaccess (0.8.1-0ubuntu2) karmic; urgency=low * Use kde.mk from pkg-kde-tools -- Jonathan Riddell Wed, 29 Jul 2009 18:10:28 +0100 plasma-widget-quickaccess (0.8.1-0ubuntu1) karmic; urgency=low * New upstream bugfix release (LP: #): - debian/control: + libplasma-dev -> kdelibs5-dev + remove now-unnecessary cmake build-dep + build-depend on pkg-kde-tools - debian/rules: + switch from kde4.mk to debian-qt-kde.mk -- Jonathan Thomas Wed, 27 May 2009 18:43:36 -0400 plasma-widget-quickaccess (0.8-0ubuntu1) karmic; urgency=low * New upstream release (LP: #368657) + Fixes initial sizing when placed on the desktop (LP: #361154) -- Jonathan Thomas Fri, 24 Apr 2009 11:23:35 -0400 plasma-widget-quickaccess (0.7.4-0ubuntu1) jaunty; urgency=low * New upstream bugfix release, extracts messages from .ui files for translation (LP: #359060) -- Jonathan Thomas Fri, 10 Apr 2009 09:12:28 -0400 plasma-widget-quickaccess (0.7.3-0ubuntu1) jaunty; urgency=low * New upstream bugfix release (LP: #356353) -- Jonathan Thomas Mon, 06 Apr 2009 11:14:22 -0400 plasma-widget-quickaccess (0.7.2-0ubuntu1) jaunty; urgency=low * New upstream bugfix release (LP: #352516): - Drop all patches, merged upstream - Remove quilt build-dep, no more patches - Update homepage in debian/control * Update maintainer info * Bump Standards-Version to 3.8.0.1, no changes required -- Jonathan Thomas Tue, 31 Mar 2009 12:20:51 -0400 plasma-widget-quickaccess (0.7.1-0ubuntu8) jaunty; urgency=low * Add kubuntu_03_fix_open_crash.diff to check whether the URL is null or not before opening it (LP: #281138) -- Jonathan Thomas Mon, 23 Mar 2009 10:29:09 -0400 plasma-widget-quickaccess (0.7.1-0ubuntu7) jaunty; urgency=low * Rename plasmoid-* to plasma-widget-* to match upstream naming policy - Conflicts/replaces plasmoid-quickaccess - Add transitional package - Adjust package description -- Scott Kitterman Mon, 09 Feb 2009 23:31:03 -0500 plasmoid-quickaccess (0.7.1-0ubuntu6) jaunty; urgency=low * Rebuild upload (LP: #321691) - Add a build-depend version of (>= 4.2.0) to libplasma-dev -- Jonathan Thomas Mon, 26 Jan 2009 19:28:57 -0500 plasmoid-quickaccess (0.7.1-0ubuntu5) jaunty; urgency=low * Rebuild against new libplasma-dev * Remove debian/cdbs build system * use kde4.mk in rules -- Steve Stalcup Thu, 15 Jan 2009 01:10:27 -0500 plasmoid-quickaccess (0.7.1-0ubuntu4) jaunty; urgency=low * Add kubuntu_02_change_cmakelists_for_42.diff to fix building with KDE 4.2 rc1 (a.k.a. 4.1.96) -- Harald Sitter Tue, 13 Jan 2009 19:54:22 +0100 plasmoid-quickaccess (0.7.1-0ubuntu3) jaunty; urgency=low * Rebuild upload (no changes) -- Harald Sitter Tue, 13 Jan 2009 19:00:43 +0100 plasmoid-quickaccess (0.7.1-0ubuntu2) jaunty; urgency=low * Add kubuntu_01_port_to_kde_4.2_api.diff found on kde-look to make quickaccess build in KDE 4.2 -- Jonathan Thomas Wed, 17 Dec 2008 21:24:33 -0500 plasmoid-quickaccess (0.7.1-0ubuntu1) intrepid; urgency=low * New upstream release. (LP: #254998) -- Jonathan Thomas (The man) Tue, 05 Aug 2008 10:37:04 -0400 plasmoid-quickaccess (0.7-0ubuntu1) intrepid; urgency=low * New upstream release (LP: #254306) -- Jonathan Thomas (The man) Sat, 02 Aug 2008 18:49:30 -0400 plasmoid-quickaccess (0.6.1-0ubuntu1) intrepid; urgency=low * Initial release. (LP: #248276) -- Jonathan Thomas (The man) Sun, 13 Jul 2008 21:44:13 -0500 debian/copyright0000644000000000000000000000252011374623417011130 0ustar This package was debianized by Jonathan Thomas on Sun, 13 Jul 2008 21:44:13 -0500. It was downloaded from http://kde-look.org/content/show.php/QuickAccess?content=84128 Upstream Author: Mark Herbert Copyright: Copyright (C) 2008 by Mark Herbert Copyright (C) 2008 by Peter Penz License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL-2 file. The Debian packaging is (C) 2008, Jonathan Thomas and is licensed under the GPLv2 or later, see above. debian/source/0000755000000000000000000000000011374624057010477 5ustar debian/source/format0000644000000000000000000000001411374624065011704 0ustar 3.0 (quilt)