-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathREADME
83 lines (67 loc) · 2.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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/>