~crtmike/gtkhotkey/gtkhotkey

34 by "Mikkel Kamstrup Erlandsen"
More porject setup to make it actually useful as a library (.pc install headers etc)
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@
5
6
Name: @PACKAGE_NAME@
7
Description: Helper library for Gtk+ applications to register and bind hotkeys in a consistent way
8
Version: @PACKAGE_VERSION@
55 by Mike Manilone
0.2.1 -> 0.2.10, GTK+ 3 ported
9
Requires: gtk+-3.0
34 by "Mikkel Kamstrup Erlandsen"
More porject setup to make it actually useful as a library (.pc install headers etc)
10
Libs: -L${libdir} -lgtkhotkey
11
Cflags: -I${includedir}/gtkhotkey-1.0