Generate a capplets/keybindings/gnome-keybindings.pc from the .in file
2007-04-30 Bastien Nocera <hadess@hadess.net> * configure.in: Generate a capplets/keybindings/gnome-keybindings.pc from the .in file 2007-04-30 Bastien Nocera <hadess@hadess.net> * Makefile.am: upd * gnome-keybindings.pc.in: add a noarch pkgconfig file to allow applications to know where to add their keybindings (Closes: #434591) svn path=/trunk/; revision=7519
This commit is contained in:
parent
b98e469088
commit
a7d9950ae6
5 changed files with 26 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-04-30 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* Makefile.am: upd
|
||||
* gnome-keybindings.pc.in: add a noarch pkgconfig file to allow
|
||||
applications to know where to add their keybindings
|
||||
(Closes: #434591)
|
||||
|
||||
2007-04-27 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||
|
||||
* keybinding.desktop.in.in: renamed Bugzilla product.
|
||||
|
|
|
@ -26,6 +26,9 @@ xmldir = $(pkgdatadir)/keybindings
|
|||
xml_in_files = 00-multimedia-key.xml.in 01-desktop-key.xml.in
|
||||
xml_DATA = $(xml_in_files:.xml.in=.xml)
|
||||
|
||||
pkgconfigdir = $(datadir)/pkgconfig
|
||||
pkgconfig_DATA = gnome-keybindings.pc
|
||||
|
||||
INCLUDES = \
|
||||
$(GNOMECC_CAPPLETS_CFLAGS) \
|
||||
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
||||
|
@ -33,5 +36,5 @@ INCLUDES = \
|
|||
-DGNOMECC_GLADE_DIR="\"$(pkgdatadir)/glade\"" \
|
||||
-DGNOMECC_KEYBINDINGS_DIR="\"$(pkgdatadir)/keybindings\""
|
||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
|
||||
EXTRA_DIST = $(Glade_DATA) $(xml_in_files)
|
||||
EXTRA_DIST = $(Glade_DATA) $(xml_in_files) gnome-keybindings.pc.in
|
||||
|
||||
|
|
8
capplets/keybindings/gnome-keybindings.pc.in
Normal file
8
capplets/keybindings/gnome-keybindings.pc.in
Normal file
|
@ -0,0 +1,8 @@
|
|||
prefix=@prefix@
|
||||
pkgdatadir=@datadir@/@GETTEXT_PACKAGE@
|
||||
keysdir=${pkgdatadir}/keybindings
|
||||
|
||||
Name: gnome-keybindings
|
||||
Description: Keybindings configuration for GNOME applications
|
||||
Version: @VERSION@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue