debian/0000755000000000000000000000000012204764640007173 5ustar debian/manpages0000644000000000000000000000003312204757254010710 0ustar debian/kde-config-tablet.5 debian/kde-config-tablet.50000644000000000000000000000153211630761066012542 0ustar .TH KCM-TABLET "5" "2010-01-03" "kcm-tablet - kcm module that implements a GUI for the Wacom Linux Drivers" .SH NAME kcm-tablet \- kcm module that implements a GUI for the Wacom Linux Drivers. .SH SYNOPSIS .B kde control tablet .SH DESCRIPTION .B kcm-tablet KDE 4 KCModule This module implements a GUI for the Wacom Linux Drivers and extends it with profile support to handle different button / pen layouts per profile. For hardware support have a look at http://www.linuxwacom.sourceforge.net All tablets can be set up as long as they are found via xorg.conf or HAL configuration. To use this module, find it in systemsettings, or alternatively with kcmshell4 kcm_tablet .SH AUTHOR .B kcm-tablet is developed by Jörg Ehrichs This manual page was written by Lisandro Damián Nicanor Pérez Meyer for the Debian project, but may be used by others. debian/source/0000755000000000000000000000000012142475773010502 5ustar debian/source/format0000644000000000000000000000001412142475773011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000634012204764640011050 0ustar wacomtablet (2.0-2) unstable; urgency=low * Fix FTBFS due to KDE4_ENABLE_TESTS being ON since kdelibs 4.10 (Closes: #718122): - Add xvfb, xauth and dbus-x11 as build dependencies to allow tests to run. - Override dh_auto_test to start the virtual X server and the dbus session. -- Lisandro Damián Nicanor Pérez Meyer Tue, 20 Aug 2013 19:11:41 -0300 wacomtablet (2.0-1) unstable; urgency=low [ Michał Zając ] * New upstream release * Added xserver-xorg-input-wacom to Build-Depends due to upstream requiring it * Updated debian/patches/02_less_linkage [ Lisandro Damián Nicanor Pérez Meyer ] * Use canonical Vcs fields. * Export flags to allow hardening of the binaries. * Upload to unstable. -- Lisandro Damián Nicanor Pérez Meyer Wed, 26 Jun 2013 14:14:09 -0300 wacomtablet (1.3.7-1) experimental; urgency=low * New upstream release. * Update Standards-Version to 3.9.4. No changes needed. -- Lisandro Damián Nicanor Pérez Meyer Tue, 13 Nov 2012 18:55:01 -0300 wacomtablet (1.3.6-1) unstable; urgency=low * New upstream release. -- Lisandro Damián Nicanor Pérez Meyer Mon, 23 Jan 2012 09:49:03 -0300 wacomtablet (1.3.5-1) unstable; urgency=low * New upstream release. * Change my e-mail address. * Remove DM-Upload-Allowed flag. It is no longer needed. -- Lisandro Damián Nicanor Pérez Meyer Wed, 16 Nov 2011 19:20:26 -0300 wacomtablet (1.3.3-1) unstable; urgency=low * New upstream release. -- Lisandro Damián Nicanor Pérez Meyer Sun, 04 Sep 2011 17:42:41 -0300 wacomtablet (1.3.2-1) unstable; urgency=low * New upstream release. - Fixes crash in the kded module when a new table is connected (Closes: #628144). -- Lisandro Damián Nicanor Pérez Meyer Thu, 09 Jun 2011 10:03:49 -0300 wacomtablet (1.3.1-1) unstable; urgency=low [ Lisandro Damián Nicanor Pérez Meyer] * Add myself to Uploaders. * Set DM-Upload-Allowed: yes. * Change the source name to follow upstream's naming. [ Pino Toscano ] * New upstream release: - does not crash with Solid/KDE 4.6. (Closes: #624432) * Update debian/control: - bump debhelper build-dependency to 7.3.16 - bump pkg-kde-tools build-dependency to 0.6.2 - add build-dependencies: libxi-dev, libxrandr-dev - update Homepage field - add Vcs-Git and Vcs-Browser fields - bump Standards-Version to 3.9.2, no changes required - kde-config-tablet: recommend xserver-xorg-input-wacom (for `xsetwacom') * Upate debian/rules: - use the kde addon with `dh' - update the filename of the plasma widget when calling `dh_shlibdeps' * Refresh patch 02_less_linkage, and add DEP3 header to it. * Update copyright. * Install the upstream README among the package docs (it contains instructions on how to add new device information). -- Debian KDE Extras Team Thu, 28 Apr 2011 17:55:07 +0200 kcm-tablet (1.2.0-1) unstable; urgency=low * Initial release (Closes: #569708). Based on the brilliant work by Lisandro. -- Sune Vuorela Mon, 17 May 2010 22:40:15 +0200 debian/compat0000644000000000000000000000000212142475773010400 0ustar 7 debian/control0000644000000000000000000000226712204761763010610 0ustar Source: wacomtablet Section: kde Priority: extra Maintainer: Debian KDE Extras Team Build-Depends: debhelper (>= 7.3.16), cmake, kdelibs5-dev, pkg-kde-tools (>= 0.6.2), libxi-dev, libxrandr-dev, xserver-xorg-input-wacom, xvfb, xauth, dbus-x11 Standards-Version: 3.9.4 Homepage: http://projects.kde.org/projects/extragear/base/wacomtablet Uploaders: Sune Vuorela , Lisandro Damián Nicanor Pérez Meyer Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/kcm-tablet.git;a=summary Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/kcm-tablet.git Package: kde-config-tablet Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ${shlibs:Recommends}, xserver-xorg-input-wacom Description: implements a KDE configuration GUI for the Wacom drivers KDE 4 KCModule . This module implements a GUI for the Wacom Linux Drivers and extends it with profile support to handle different button / pen layouts per profile. . For hardware support have a look at http://www.linuxwacom.sourceforge.net . All tablets can be set up as long as they are found via xorg.conf or HAL configuration. debian/patches/0000755000000000000000000000000012204756375010630 5ustar debian/patches/series0000644000000000000000000000002011630761066012030 0ustar 02_less_linkage debian/patches/02_less_linkage0000644000000000000000000000077212204756375013522 0ustar Author: Sune Vuorela Description: Remove the unneeded linking against KIO. Last-Update: 2013-06-24 Forwarded: no --- a/src/kcmodule/CMakeLists.txt +++ b/src/kcmodule/CMakeLists.txt @@ -46,7 +46,6 @@ wacom_common ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} - ${KDE4_KIO_LIBS} ${X11_X11_LIB} ${X11_Xinput_LIB} ${X11_LIBRARIES} debian/rules0000755000000000000000000000114512204762545010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) %: dh $@ --with kde override_dh_shlibdeps: dh_shlibdeps -Xplasma_applet_wacomtabletsettings.so -- -dRecommends debian/kde-config-tablet/usr/lib/kde4/plasma_applet_wacomtabletsettings.so -dDepends override_dh_auto_test: xvfb-run dbus-launch dh_auto_test debian/copyright0000644000000000000000000000305612204757254011135 0ustar This work was packaged for Debian by: Lisandro Damián Nicanor Pérez Meyer on Sun, 03 Jan 2010 15:23:50 -0300 It was downloaded from: http://kde-apps.org/content/show.php/kcm+tablet?content=114856 Upstream Author: Jörg Ehrichs Copyright: Copyright © 2009-2011 Jörg Ehrichs License: This package 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 package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is: Copyright © 2010 Lisandro Damián Nicanor Pérez Meyer Copyright © 2011 Pino Toscano 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. debian/kde-config-tablet.docs0000644000000000000000000000000712142475773013330 0ustar README