debian/0000775000000000000000000000000011626037365007201 5ustar debian/compat0000664000000000000000000000000211374743634010402 0ustar 7 debian/rules0000775000000000000000000000130511374743620010256 0ustar #!/usr/bin/make -f %: dh --with kde $@ PACKAGE = plasmoid-kbstate VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | cut -d"-" -f1) REV=$(shell echo $(VERSION) | awk -F"~svn" '{print $$2}') GOS_TMP=$(CURDIR)/get-orig-source-tmp TARBALL = $(PACKAGE)_$(VERSION).orig.tar.gz .PHONY: get-orig-source get-orig-source: rm -rf get-orig-source $(TARBALL) mkdir get-orig-source svn export -r $(REV) svn://anonsvn.kde.org/home/kde/trunk/kdereview/plasma/applets/kbstateapplet/ get-orig-source/$(PACKAGE)-$(VERSION) tar czf $(TARBALL) -C get-orig-source $(PACKAGE)-$(VERSION) rm -rf get-orig-source echo " "$(TARBALL)" created; move it to the right destination to build the package" debian/patches/0000775000000000000000000000000011205633104010612 5ustar debian/patches/series0000664000000000000000000000004611205633104012027 0ustar kubuntu_01_add_toplevel_building.diff debian/patches/kubuntu_01_add_toplevel_building.diff0000664000000000000000000000523011205633104020040 0ustar Index: plasmoid-kbstate-2.0~svn906377/CMakeLists.txt =================================================================== --- plasmoid-kbstate-2.0~svn906377.orig/CMakeLists.txt 2008-11-05 02:40:46.000000000 -0500 +++ plasmoid-kbstate-2.0~svn906377/CMakeLists.txt 2009-01-13 16:23:21.000000000 -0500 @@ -1,8 +1,18 @@ project(plasma-kbstate) +# Find the required Libaries +find_package(KDE4 REQUIRED) +include(KDE4Defaults) + find_package(X11 REQUIRED) -include_directories(X11_INCLUDE_DIR) +add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) +include_directories( + ${CMAKE_SOURCE_DIR} + ${CMAKE_BINARY_DIR} + ${KDE4_INCLUDES} + X11_INCLUDE_DIR + ) set(kbstate_SRCS kbstateapplet.cpp) kde4_add_plugin(plasma_applet_kbstate ${kbstate_SRCS}) Index: plasmoid-kbstate-2.0~svn906377/kbstateapplet.cpp =================================================================== --- plasmoid-kbstate-2.0~svn906377.orig/kbstateapplet.cpp 2008-10-29 20:30:39.000000000 -0400 +++ plasmoid-kbstate-2.0~svn906377/kbstateapplet.cpp 2009-01-13 16:22:38.000000000 -0500 @@ -20,19 +20,19 @@ #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include Index: plasmoid-kbstate-2.0~svn906377/kbstateapplet.h =================================================================== --- plasmoid-kbstate-2.0~svn906377.orig/kbstateapplet.h 2008-10-29 20:30:39.000000000 -0400 +++ plasmoid-kbstate-2.0~svn906377/kbstateapplet.h 2009-01-13 16:22:38.000000000 -0500 @@ -19,14 +19,14 @@ #ifndef KBSTATE_H #define KBSTATE_H -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include debian/control0000664000000000000000000000133211626037161010575 0ustar Source: plasma-widget-kbstate Section: kde Priority: optional Maintainer: Ubuntu 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), libx11-dev Standards-Version: 3.8.4 Homepage: http://accessibility.kde.org Package: plasma-widget-kbstate Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A plasma widget that shows the state of the modifier keys An accessibility plasma widget for KDE4 that shows the user the state of modifier keys and enables state changes via the mouse to enhance the usability of KDE4 keyboard accesibility tools. debian/copyright0000664000000000000000000000247711205633104011130 0ustar This package was debianized by Jonathan Thomas on Mon, 05 Jan 2009 19:08:02 -0500. It was downloaded from http://websvn.kde.org/trunk/kdereview/plasma/applets/kbstateapplet/ Upstream Author: Sebastian Sauer Copyright: Copyright (C) 2004 Gunnar Schmi Dt Copyright (C) 2008 Sebastian Sauer 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) 2009, Jonathan Thomas and is licensed under the GPLv2 or later, see above. debian/changelog0000664000000000000000000000511611626037364011055 0ustar plasma-widget-kbstate (2.0~svn906377-0ubuntu8) oneiric; urgency=low * Add a build-depend on libx11-dev to fix FTBFS (LP: #832907) -- Jonathan Thomas Fri, 26 Aug 2011 20:46:44 -0400 plasma-widget-kbstate (2.0~svn906377-0ubuntu7) maverick; urgency=low * Add a build-dep on cmake since kdelibs5-dev no longer depends on it * Transition from debian-qt-kde.mk to the KDE debhelper sequence * Switch packaging to source format 3.0 (quilt): - Bump debian/compat to 7 - Bump debhelpber build-depend version to 7.3.16 or higher - Bump pkg-kde-tools build-depend version to 0.5.0 or higher - Remove quilt build-dependency * Remove now-unnecessary conflicts/replaces on plasmoid-kbstate -- Jonathan Thomas Wed, 19 May 2010 07:12:29 -0400 plasma-widget-kbstate (2.0~svn906377-0ubuntu6) karmic; urgency=low * 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 -- Alessandro Ghersi Fri, 22 May 2009 22:09:30 +0200 plasma-widget-kbstate (2.0~svn906377-0ubuntu5) jaunty; urgency=low * Rename plasmoid-* to plasma-widget-* to match upstream naming policy - Conflicts/replaces plasmoid-kbstate - Adjust package description -- Nathan Handler Thu, 12 Feb 2009 01:20:46 +0000 plasmoid-kbstate (2.0~svn906377-0ubuntu4) 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:26:44 -0500 plasmoid-kbstate (2.0~svn906377-0ubuntu3) jaunty; urgency=low * Rebuild against new libplasma-dev -- Steve Stalcup Sat, 17 Jan 2009 21:09:06 -0500 plasmoid-kbstate (2.0~svn906377-0ubuntu2) jaunty; urgency=low * Update kubuntu_01_add_toplevel_building.diff for new Plasma/Cmake requirements * Rebuild for late abi change -- Scott Kitterman Tue, 13 Jan 2009 16:23:51 -0500 plasmoid-kbstate (2.0~svn906377-0ubuntu1) jaunty; urgency=low * Initial release. (LP: #289440) * Add kubuntu_01_add_toplevel_building.diff to allow the plasmoid to compile outside of the KDE source tree. -- Jonathan Thomas Mon, 05 Jan 2009 19:08:02 -0500 debian/source/0000775000000000000000000000000011374743561010503 5ustar debian/source/format0000664000000000000000000000001411374743567011717 0ustar 3.0 (quilt)