[maemo-commits] [maemo-commits] r8234 - in projects/haf/trunk/maemo-theme-layout-3: . pkgconfig

From: mdk at stage.maemo.org mdk at stage.maemo.org
Date: Tue Nov 21 17:01:15 EET 2006
Author: mdk
Date: 2006-11-21 17:01:14 +0200 (Tue, 21 Nov 2006)
New Revision: 8234

Added:
   projects/haf/trunk/maemo-theme-layout-3/pkgconfig/
   projects/haf/trunk/maemo-theme-layout-3/pkgconfig/Makefile.am
   projects/haf/trunk/maemo-theme-layout-3/pkgconfig/hildon-theme-layout-3.pc.in
Modified:
   projects/haf/trunk/maemo-theme-layout-3/ChangeLog
   projects/haf/trunk/maemo-theme-layout-3/Makefile.am
   projects/haf/trunk/maemo-theme-layout-3/configure.ac
Log:
2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 

	* Makefile.am:
	* configure.ac:
	* pkgconfig:
	* pkgconfig/Makefile.am:
	* pkgconfig/hildon-theme-layout-3.pc.in: Adding a pkgconfig file so
	that installed layouts can be spotted.


Modified: projects/haf/trunk/maemo-theme-layout-3/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/ChangeLog	2006-11-21 14:52:44 UTC (rev 8233)
+++ projects/haf/trunk/maemo-theme-layout-3/ChangeLog	2006-11-21 15:01:14 UTC (rev 8234)
@@ -1,6 +1,15 @@
 2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* Makefile.am:
+	* configure.ac:
+	* pkgconfig:
+	* pkgconfig/Makefile.am:
+	* pkgconfig/hildon-theme-layout-3.pc.in: Adding a pkgconfig file so
+	that installed layouts can be spotted.
+
+2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* Makefile.am:
 	* NEWS:
 	* configure.ac:
 	* rc/Makefile.am:

Modified: projects/haf/trunk/maemo-theme-layout-3/Makefile.am
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/Makefile.am	2006-11-21 14:52:44 UTC (rev 8233)
+++ projects/haf/trunk/maemo-theme-layout-3/Makefile.am	2006-11-21 15:01:14 UTC (rev 8234)
@@ -1,4 +1,4 @@
-SUBDIRS				= scripts rc
+SUBDIRS				= scripts rc pkgconfig
 
 MAINTAINERCLEANFILES		= Makefile.in aclocal.m4 configure 	\
 			  	  config.h.in compile 			\

Modified: projects/haf/trunk/maemo-theme-layout-3/configure.ac
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/configure.ac	2006-11-21 14:52:44 UTC (rev 8233)
+++ projects/haf/trunk/maemo-theme-layout-3/configure.ac	2006-11-21 15:01:14 UTC (rev 8234)
@@ -7,4 +7,6 @@
 AC_OUTPUT([Makefile                             \
            scripts/Makefile                     \
 	   rc/Makefile                          \
-           scripts/hildon-theme-install-3])
+           scripts/hildon-theme-install-3       \
+           pkgconfig/hildon-theme-layout-3.pc   \
+           pkgconfig/Makefile])

Added: projects/haf/trunk/maemo-theme-layout-3/pkgconfig/Makefile.am
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/pkgconfig/Makefile.am	2006-11-21 14:52:44 UTC (rev 8233)
+++ projects/haf/trunk/maemo-theme-layout-3/pkgconfig/Makefile.am	2006-11-21 15:01:14 UTC (rev 8234)
@@ -0,0 +1,6 @@
+MAINTAINERCLEANFILES			= Makefile.in
+
+pkgconfigdir				= $(libdir)/pkgconfig
+pkgconfig_DATA				= hildon-theme-layout-3.pc
+
+EXTRA_DIST				= hildon-theme-layout-3.pc.in

Added: projects/haf/trunk/maemo-theme-layout-3/pkgconfig/hildon-theme-layout-3.pc.in
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/pkgconfig/hildon-theme-layout-3.pc.in	2006-11-21 14:52:44 UTC (rev 8233)
+++ projects/haf/trunk/maemo-theme-layout-3/pkgconfig/hildon-theme-layout-3.pc.in	2006-11-21 15:01:14 UTC (rev 8234)
@@ -0,0 +1,9 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+pkgdatadir=@datadir@/hildon-theme-layout-3/
+commonrcfilesdir=@datadir@/hildon-theme-layout-3/commonrcfiles
+
+Name: hildon-theme-layout-3
+Description: Hildon theme layout version 3
+Version: @VERSION@


More information about the maemo-commits mailing list