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:
Bastien Nocera 2007-04-30 16:12:08 +00:00 committed by Bastien Nocera
parent b98e469088
commit a7d9950ae6
5 changed files with 26 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-04-30 Bastien Nocera <hadess@hadess.net>
* configure.in: Generate a capplets/keybindings/gnome-keybindings.pc
from the .in file
2007-04-30 Thomas Wood <thos@gnome.org>
* capplets/appearance/Makefile.am:

View file

@ -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.

View file

@ -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

View 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@

View file

@ -10,6 +10,7 @@ AM_MAINTAINER_MODE
AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_C_O
AC_STDC_HEADERS
AM_PROG_LIBTOOL
@ -546,6 +547,7 @@ vfs-methods/fontilus/gnome-font-viewer.desktop.in
vfs-methods/themus/themus-theme-applier.desktop.in
capplets/font/font-properties.desktop.in
capplets/keybindings/keybinding.desktop.in
capplets/keybindings/gnome-keybindings.pc
capplets/display/display-properties.desktop.in
capplets/mouse/gnome-settings-mouse.desktop.in
capplets/sound/gnome-settings-sound.desktop.in