debian/0000755000000000000000000000000011374656415007202 5ustar debian/compat0000644000000000000000000000000211374622043010366 0ustar 7 debian/rules0000755000000000000000000000005111374622066010251 0ustar #!/usr/bin/make -f %: dh --with kde $@ debian/patches/0000755000000000000000000000000011374620014010613 5ustar debian/patches/kubuntu_01_change_cmakelists_for_42.diff0000644000000000000000000000160711144205754020352 0ustar diff -Nurp plasmoid-wifi-0.5/CMakeLists.txt plasmoid-wifi-0.5/CMakeLists.txt --- plasmoid-wifi-0.5/CMakeLists.txt 2008-06-15 15:18:50.000000000 -0400 +++ plasmoid-wifi-0.5/CMakeLists.txt 2009-01-13 16:21:51.000000000 -0500 @@ -6,7 +6,6 @@ project(plasma-wifi-signal) # Find the required Libaries find_package(KDE4 REQUIRED) include(KDE4Defaults) -find_package(Plasma REQUIRED) add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) include_directories( @@ -22,7 +21,7 @@ set(plasma_wifi_signal_SRCS plasma-wifi- # Now make sure all files get to the right place kde4_add_plugin(plasma_applet_wifi_signal ${plasma_wifi_signal_SRCS}) target_link_libraries(plasma_applet_wifi_signal - ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) # Build the tests #kde4_add_unit_test( test_plasma_wifi test_plasma-wifi-signal.cpp ) debian/patches/series0000644000000000000000000000005211144205754012032 0ustar kubuntu_01_change_cmakelists_for_42.diff debian/control0000644000000000000000000000132411374621671010601 0ustar Source: plasma-widget-wifi 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.2.2) Standards-Version: 3.8.4 Homepage: http://kde-look.org/content/show.php/Plasma+WiFi?content=79476 Package: plasma-widget-wifi Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A Plasma widget that displays WiFi connection strength A simple plasma widget used to monitor the strength of the connection between your wireless network card and wireless access point. debian/copyright0000644000000000000000000000241611144205754011127 0ustar This package was debianized by Jonathan Thomas Sun, 04 May 2008 21:17:00 -0500. It was downloaded from http://kde-look.org/content/download.php?content=79476 Upstream Author: Mark Jaroski Copyright: Copyright (C) 2008 by Mark Jaroski 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 3 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-3 file. The Debian packaging is (C) 2008, Jonathan Thomas and is licensed under the GPL, see above. debian/changelog0000644000000000000000000000566511374623231011056 0ustar plasma-widget-wifi (0.5+repack-0ubuntu1) maverick; urgency=low * Repack the orig tarball as the old one contained parts of the debian/ dir. * Add cmake to build-dependencies as kdelibs5-dev no longer depends on it. * Move to section kde. * Add ${misc:Depends} to plasma-widget-wifi dependencies. * Switch to source format 3.0 (quilt). * Switch from cdbs to dh7 rules and bump debian/compat to 7. * Bump Standards-Version to 3.8.4, no changes needed. -- Felix Geyer Wed, 19 May 2010 01:43:30 +0200 plasma-widget-wifi (0.5-0ubuntu8) karmic; urgency=low [ Alessandro Ghersi ] * Transition from libplasma-dev to kdelibs5-dev - debian/control: change libplasma-dev to kdelibs5-dev * Transition from kde4.mk to pkg-kde-tools - debian/rules: Change '/usr/share/cdbs/1/class/kde4.mk' to '/usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk' - debian/control: Build-Depend on 'pkg-kde-tools' * Drop cmake from build-deps * Bump Standards-Version to 3.8.1 * Drop plasmoid-wifi transitional package * Remove plasma-widget-wifi.install [ Jonathan Thomas ] * Update my name/email in the original maintainer field -- Alessandro Ghersi Sat, 23 May 2009 02:55:20 +0200 plasma-widget-wifi (0.5-0ubuntu7) jaunty; urgency=low * Rename package to match Debian plasma workings * Add a transitional package for intrepid upgrades * Add plasma-widget-wifi.install file -- Steve Stalcup Tue, 10 Feb 2009 00:14:47 -0500 plasmoid-wifi (0.5-0ubuntu6) jaunty; urgency=low * Rebuild against new libplasma-dev and bump version required to 4.2.0 to avoid inadvertent builds against the old version on slow archs -- Scott Kitterman Mon, 26 Jan 2009 22:41:42 -0500 plasmoid-wifi (0.5-0ubuntu5) jaunty; urgency=low * Rebuild against new libplasma-dev -- Steve Stalcup Sat, 17 Jan 2009 21:22:44 -0500 plasmoid-wifi (0.5-0ubuntu4) jaunty; urgency=low * Add kubuntu_01_change_cmakelists_for_42.diff to fix building with KDE 4.1.96 -- Steve Stalcup Tue, 13 Jan 2009 16:30:50 -0500 plasmoid-wifi (0.5-0ubuntu3) jaunty; urgency=low * debian/control: - Bumped build-dep on libplasma-dev to 4.1.85 for libplasma2 -> 3 transition. -- Michael Casadevall Wed, 17 Dec 2008 23:28:32 -0500 plasmoid-wifi (0.5-0ubuntu2) intrepid; urgency=low * Just a rebuild upload, nothing changed. (LP: #267639) * Remove obsolete debian/cdbs folder. -- Alessandro Ghersi Mon, 08 Sep 2008 06:56:05 +0200 plasmoid-wifi (0.5-0ubuntu1) intrepid; urgency=low [ Jonathan Thomas (The man) ] * Initial release. (LP: #221150) [ Harald Sitter ] * Remove debian/watch since upstream doesn't publish the tarballs anymore on a server, which we can query -- Harald Sitter Tue, 15 Jul 2008 11:56:44 +0200 debian/source/0000755000000000000000000000000011360465702010472 5ustar debian/source/format0000644000000000000000000000001411374656352011710 0ustar 3.0 (quilt)