debian/0000755000000000000000000000000012171242324007164 5ustar debian/copyright0000664000000000000000000000216512170535516011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qjoypad Source: http://qjoypad.sourceforge.net/ Files: * Copyright: John Toman Nathan Gaylinn License: GPL-2+ Files: debian/* Copyright: 2013 Jonathan Riddell License: GPL-2+ License: GPL-2+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/docs0000664000000000000000000000001312170535626010044 0ustar README.txt debian/rules0000755000000000000000000000113112170535041010240 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: cd src; ./config --prefix=/usr --install-dir=/ --devdir=/dev/input --debug override_dh_auto_build: cd src; make override_dh_auto_clean: -cd src; make clean cd src; rm -f Makefile qjoypad override_dh_auto_install: dh_auto_install mkdir -p debian/qjoypad/usr/share/icons/hicolor/24x24/apps/ mkdir -p debian/qjoypad/usr/share/icons/hicolor/64x64/apps/ install -m644 icons/gamepad4-24x24.png debian/qjoypad/usr/share/icons/hicolor/24x24/apps/ install -m644 icons/gamepad4-64x64.png debian/qjoypad/usr/share/icons/hicolor/64x64/apps/ debian/source/0000755000000000000000000000000012170533562010472 5ustar debian/source/format0000664000000000000000000000001412170533562011702 0ustar 3.0 (quilt) debian/install0000664000000000000000000000011312170534472010561 0ustar src/qjoypad /usr/bin/ debian/qjoypad.desktop /usr/share/applications/kde4/ debian/changelog0000664000000000000000000000023212171242322011033 0ustar qjoypad (4.1.0-0ubuntu1) saucy; urgency=low * Initial release LP: #113183 -- Jonathan Riddell Sun, 14 Jul 2013 15:36:32 +0100 debian/compat0000664000000000000000000000000212170533562010372 0ustar 8 debian/qjoypad.desktop0000644000000000000000000000056212170534402012231 0ustar [Desktop Entry] Name=QJoyPad GenericName=Simulated Keystrokes GenericName[de]=Simulierte Tastendrücke Comment=Trigger keystrokes and mouse actions with gamepads/joysticks Comment[de]=Löse mit dem Gamepad/Joystick Tastendrücke und Mausbewegungen aus Icon=qjoypad Exec=qjoypad Terminal=false Type=Application Categories=Utility;Game; StartupNotify=false Encoding=UTF-8 debian/control0000664000000000000000000000102312170535213010566 0ustar Source: qjoypad Section: kde Priority: extra Maintainer: Jonathan Riddell Build-Depends: debhelper (>= 8.0.0), pkg-config, libqt4-dev, libxtst-dev Standards-Version: 3.9.4 Homepage: http://qjoypad.sourceforge.net/ Package: qjoypad Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Configuration tool for joypads QJoyPad takes input from a gamepad or joystick and translates it into key strokes or mouse actions, letting you control any XWindows program with your game controller. debian/patches/0000775000000000000000000000000012171222713010615 5ustar debian/patches/kubuntu_device_directory.diff0000664000000000000000000000077212171222713016555 0ustar Index: qjoypad-4.1.0/src/config =================================================================== --- qjoypad-4.1.0.orig/src/config 2009-12-26 00:57:26.000000000 +0000 +++ qjoypad-4.1.0/src/config 2013-07-16 11:51:49.055528576 +0100 @@ -65,7 +65,7 @@ if [[ ! -d $devdir ]] then echo "Invalid device directory given: $devdir" - exit 1 + #exit 1 fi ;; --prefix=*) prefix=${arg##*=} if [[ ! -d $prefix ]] debian/patches/series0000664000000000000000000000005012171222657012034 0ustar x11.patch kubuntu_device_directory.diff debian/patches/x11.patch0000644000000000000000000000045212170533775012262 0ustar #link against libX11. patch from Archlinux, thanks --- qjoypad/src/qjoypad.pro 2011/01/20 16:14:37132 +++ qjoypad/multikey/src/qjoypad.pro 2011/12/22 15:17:14133 @@ -31,7 +31,7 @@ TEMPLATE = app INCLUDEPATH += . -QMAKE_LIBS += -lXtst +QMAKE_LIBS += -lXtst -lX11 # Input HEADERS += axis.h \