Skip to content

Latest commit

 

History

History

QHotkey

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
QHotkey
------------------------------------------
The QHotkey is a class that can be used to create hotkeys/global shortcuts, aka
shortcuts that work everywhere, independent of the application state. This
means your application can be active, inactive, minimized or not visible at all
and still receive the shortcuts.

Runtime requirements:
  cygwin-3.3.1-1
  libQt5Core5-5.9.4-2
  libQt5Gui5-5.9.4-2
  libQt5X11Extras5-5.9.4-1
  libX11_6-1.7.2-1
  libgcc1-11.2.0-1
  libqhotkey-devel-1.5.0-1bl1
  libqhotkey1-1.5.0-1bl1
  libstdc++6-11.2.0-1
  pkg-config-1.6.3-1

Build requirements:
(besides corresponding -devel packages)
  binutils-2.37-2
  cmake-3.20.0-1
  cygport-0.34.0-1
  gcc-core-11.2.0-1
  gcc-g++-11.2.0-1
  libQt5Core-devel-5.9.4-2
  libQt5Gui-devel-5.9.4-2
  libQt5X11Extras-devel-5.9.4-1
  libX11-devel-1.7.2-1
  ninja-1.10.2-1

Canonical website:
  https://github.com/Skycoder42/QHotkey

Canonical download:
  https://github.com/Skycoder42/QHotkey/archive/refs/tags/1.5.0.tar.gz

-------------------------------------------

Build instructions:
  1. unpack QHotkey-1.5.0-X-src.tar.xz
  2. if you use setup to install this src package,
     it will be unpacked under /usr/src automatically
        % cd /usr/src
        % cygport ./QHotkey-1.5.0-X.cygport all

This will create:
  /usr/src/QHotkey-1.5.0-X-src.tar.xz
  /usr/src/QHotkey-1.5.0-X.tar.xz
  /usr/src/libqhotkey1-1.5.0-X.tar.xz
  /usr/src/libqhotkey-devel-1.5.0-X.tar.xz

-------------------------------------------

Files included in the binary package:

(QHotkey)
  /usr/share/doc/Cygwin/QHotkey.README
  /usr/share/doc/QHotkey/LICENSE
  /usr/share/doc/QHotkey/README.md

(libqhotkey1)
  /usr/bin/cygqhotkey-1.dll

(libqhotkey-devel)
  /usr/include/QHotkey
  /usr/include/qhotkey.h
  /usr/lib/cmake/QHotkey/QHotkeyConfig-release.cmake
  /usr/lib/cmake/QHotkey/QHotkeyConfig.cmake
  /usr/lib/cmake/QHotkey/QHotkeyConfigVersion.cmake
  /usr/lib/libqhotkey.dll.a
  /usr/lib/pkgconfig/QHotkey.pc

------------------

Port Notes:

----- version 1.5.0-1bl1 -----
Version bump.

----- version 1.4.2-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>