From 6f4b67feee7e318403afcf6852937811116cd886 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 13 Jun 2010 08:08:37 +0900 Subject: [PATCH] Rename eek*.pc to libeek*.pc. --- README | 3 ++- configure.ac | 8 ++++---- eek/Makefile.am | 2 +- eek/{eek-clutter.pc.in => libeek-clutter.pc.in} | 0 eek/{eek-xkb.pc.in => libeek-xkb.pc.in} | 0 eek/{eek-xkl.pc.in => libeek-xkl.pc.in} | 0 eek/{eek.pc.in => libeek.pc.in} | 0 7 files changed, 7 insertions(+), 6 deletions(-) rename eek/{eek-clutter.pc.in => libeek-clutter.pc.in} (100%) rename eek/{eek-xkb.pc.in => libeek-xkb.pc.in} (100%) rename eek/{eek-xkl.pc.in => libeek-xkl.pc.in} (100%) rename eek/{eek.pc.in => libeek.pc.in} (100%) diff --git a/README b/README index 44518bb6..e022e792 100644 --- a/README +++ b/README @@ -9,7 +9,8 @@ lot of bugs and lacks documentation. * How to test - $ sudo apt-get install libclutter-gtk-0.10-dev libfakekey-dev + $ sudo apt-get install libclutter-gtk-0.10-dev libxklavier-dev \ + libfakekey-dev python $ git clone git://github.com/ueno/eekboard.git $ cd eekboard $ ./autogen.sh --prefix=/usr --enable-gtk-doc diff --git a/configure.ac b/configure.ac index 1df0a108..717f4380 100644 --- a/configure.ac +++ b/configure.ac @@ -60,8 +60,8 @@ tests/Makefile docs/Makefile docs/reference/Makefile docs/reference/eek/Makefile -eek/eek.pc -eek/eek-clutter.pc -eek/eek-xkb.pc -eek/eek-xkl.pc]) +eek/libeek.pc +eek/libeek-clutter.pc +eek/libeek-xkb.pc +eek/libeek-xkl.pc]) AC_OUTPUT diff --git a/eek/Makefile.am b/eek/Makefile.am index 7192cf9c..1371e956 100644 --- a/eek/Makefile.am +++ b/eek/Makefile.am @@ -104,7 +104,7 @@ eek-keyname-keysym-labels.h: keyname-keysym-labels.txt $(PYTHON) ./gen-keysym-labels.py keyname_keysym_labels < $< > $@ pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = eek.pc eek-clutter.pc eek-xkb.pc eek-xkl.pc +pkgconfig_DATA = libeek.pc libeek-clutter.pc libeek-xkb.pc libeek-xkl.pc DISTCLEANFILES = \ eek-special-keysym-labels.h \ diff --git a/eek/eek-clutter.pc.in b/eek/libeek-clutter.pc.in similarity index 100% rename from eek/eek-clutter.pc.in rename to eek/libeek-clutter.pc.in diff --git a/eek/eek-xkb.pc.in b/eek/libeek-xkb.pc.in similarity index 100% rename from eek/eek-xkb.pc.in rename to eek/libeek-xkb.pc.in diff --git a/eek/eek-xkl.pc.in b/eek/libeek-xkl.pc.in similarity index 100% rename from eek/eek-xkl.pc.in rename to eek/libeek-xkl.pc.in diff --git a/eek/eek.pc.in b/eek/libeek.pc.in similarity index 100% rename from eek/eek.pc.in rename to eek/libeek.pc.in