diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..95dc148 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +lxqt-globalkeys (0.7.96-1) unstable; urgency=low + + * Initial release (Closes: #747601) + + -- Alf Gaida Tue, 09 Sep 2014 23:10:42 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7495443 --- /dev/null +++ b/debian/control @@ -0,0 +1,82 @@ +Source: lxqt-globalkeys +Section: x11 +Priority: optional +Maintainer: Alf Gaida +Build-Depends: + cmake, + debhelper (>= 9), + libx11-dev, + pkg-config, + liblxqt-qt5-0-dev (>= 0.7.0), + libqt5x11extras5-dev (>= 5.3.0), + libqt5xdg-dev (>= 1.0.0), + qttools5-dev (>= 5.3.0), + qttools5-dev-tools (>= 5.3.0), +Standards-Version: 3.9.5 +Homepage: https://github.com/lxde/lxqt-globalkeys +#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-globalkeys.git +#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-globalkeys.git;a=summary + +Package: lxqt-globalkeys-qt5 +Architecture: any +Breaks: + lxqt-globalkeys, +Replaces: + lxqt-globalkeys, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: Daemon used to register global keyboard shortcuts (appl.) + Daemon used to register global keyboard shortcuts + . + This package contain the program files for LXQt globalskeys. + +Package: liblxqt-globalkeys-qt5-0 +Architecture: any +Section: libs +Depends: + ${misc:Pre-Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Daemon used to register global keyboard shortcuts (shared libs) + Daemon used to register global keyboard shortcuts + . + This package contain the shared libs for LXQt globalkeys. + +Package: liblxqt-globalkeys-qt5-0-dev +Architecture: any +Section: libdevel +Depends: + ${misc:Depends}, + ${shlibs:Depends}, + liblxqt-globalkeys-qt5-0 (= ${binary:Version}), +Description: Daemon used to register global keyboard shortcuts (dev files) + Daemon used to register global keyboard shortcuts + . + This package contain the development files. + +Package: liblxqt-globalkeys-ui-qt5-0 +Architecture: any +Section: libs +Depends: + ${misc:Pre-Depends}, + ${misc:Depends}, + ${shlibs:Depends}, + liblxqt-globalkeys-qt5-0 (= ${binary:Version}), +Description: Daemon used to register global keyboard shortcuts (ui files) + Daemon used to register global keyboard shortcuts + . + This package contain the ui for LXQt globalkeys. + +Package: liblxqt-globalkeys-ui-qt5-0-dev +Architecture: any +Section: libdevel +Depends: + ${misc:Depends}, + ${shlibs:Depends}, + liblxqt-globalkeys-ui-qt5-0 (= ${binary:Version}), +Description: Daemon used to register global keyboard shortcuts (ui dev files) + Daemon used to register global keyboard shortcuts + . + This package contain the ui development files. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..41af860 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,47 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name:lxqt-globalkeys +Source: https://github.com/lxde/lxqt-globalkeys + +Files: * +Copyright: 2012-2014 LXQt team + 2010-2012 Razor team +License: GPL-2.0+ and LGPL-2.1+ + +Files: debian/* +Copyright: 2014 Alf Gaida +License: LGPL-2.1+ + +License: GPL-2.0+ + 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". + +License: LGPL-2.1+ + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 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 + Lesser 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 Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-2.1". + \ No newline at end of file diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..62deb04 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +AUTHORS diff --git a/debian/liblxqt-globalkeys-qt5-0-dev.install b/debian/liblxqt-globalkeys-qt5-0-dev.install new file mode 100644 index 0000000..6a3d5e6 --- /dev/null +++ b/debian/liblxqt-globalkeys-qt5-0-dev.install @@ -0,0 +1,6 @@ +usr/include/lxqt-globalkeys-qt5/ +usr/lib/*/pkgconfig/lxqt-globalkeys-qt5.pc +usr/lib/*/liblxqt-globalkeys-qt5.so +usr/share/cmake/lxqt-globalkeys-qt5/lxqt-globalkeys-qt5-config.cmake +usr/share/cmake/lxqt-globalkeys-qt5/lxqt_globalkeys_use.cmake + diff --git a/debian/liblxqt-globalkeys-qt5-0.install b/debian/liblxqt-globalkeys-qt5-0.install new file mode 100644 index 0000000..3575b9a --- /dev/null +++ b/debian/liblxqt-globalkeys-qt5-0.install @@ -0,0 +1 @@ +usr/lib/*/liblxqt-globalkeys-qt5.so.* diff --git a/debian/liblxqt-globalkeys-ui-qt5-0-dev.install b/debian/liblxqt-globalkeys-ui-qt5-0-dev.install new file mode 100644 index 0000000..939def7 --- /dev/null +++ b/debian/liblxqt-globalkeys-ui-qt5-0-dev.install @@ -0,0 +1,9 @@ +usr/include/lxqt-globalkeys-ui-qt5/shortcutselector.h +usr/include/lxqt-globalkeys-ui-qt5/shortcut_selector.h +usr/include/lxqt-globalkeys-ui-qt5/LXQtGlobalKeysUi/ShortcutSelector + +usr/lib/*/liblxqt-globalkeys-ui-qt5.so +usr/lib/*/pkgconfig/lxqt-globalkeys-ui-qt5.pc + +usr/share/cmake/lxqt-globalkeys-ui-qt5/lxqt_globalkeys_ui_use.cmake +usr/share/cmake/lxqt-globalkeys-ui-qt5/lxqt-globalkeys-ui-qt5-config.cmake diff --git a/debian/liblxqt-globalkeys-ui-qt5-0.install b/debian/liblxqt-globalkeys-ui-qt5-0.install new file mode 100644 index 0000000..c726d0d --- /dev/null +++ b/debian/liblxqt-globalkeys-ui-qt5-0.install @@ -0,0 +1,2 @@ +usr/lib/*/liblxqt-globalkeys-ui-qt5.so.* + diff --git a/debian/lxqt-config-globalkeyshortcuts-qt5.install b/debian/lxqt-config-globalkeyshortcuts-qt5.install new file mode 100644 index 0000000..18e2f7c --- /dev/null +++ b/debian/lxqt-config-globalkeyshortcuts-qt5.install @@ -0,0 +1,3 @@ +usr/bin/lxqt-config-globalkeyshortcuts +usr/share/applications/lxqt-config-globalkeyshortcuts.desktop +usr/share/lxqt-qt5/lxqt-config-globalkeyshortcuts/ diff --git a/debian/lxqt-globalkeys-qt5.install b/debian/lxqt-globalkeys-qt5.install new file mode 100644 index 0000000..87d5b57 --- /dev/null +++ b/debian/lxqt-globalkeys-qt5.install @@ -0,0 +1,7 @@ +#daemon +usr/bin/lxqt-globalkeysd + +#shortcuts +usr/bin/lxqt-config-globalkeyshortcuts +usr/share/applications/lxqt-config-globalkeyshortcuts.desktop +usr/share/lxqt-qt5/lxqt-config-globalkeyshortcuts/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e792e50 --- /dev/null +++ b/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +export USE_QT5=1 + +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + + +%: + dh ${@} --buildsystem cmake --parallel + +override_dh_install: + dh_install --list-missing --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" + +#override_dh_strip: + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f76e6b3 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/lxde/lxqt-globalkeys/releases .*/([\d\.]+).tar.gz