[gnome-icon-theme] add pc file back. patch by Marc-Andre Lureau. gb #606245



commit 7f75f5450701b4ec9dbb5c02810d12ff53546d47
Author: Jakub Steiner <jimmac gmail com>
Date:   Sat Feb 27 22:04:09 2010 +0100

    add pc file back. patch by Marc-Andre Lureau. gb #606245

 Makefile.am            |    4 ++++
 configure.ac           |    3 ++-
 gnome-icon-theme.pc.in |    6 ++++++
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 26fd5d8..0975fe9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,11 @@ install-data-local:
 		touch $(DESTDIR)$(themedir); \
 	fi
 
+pkgconfigdir = $(datadir)/pkgconfig
+pkgconfig_DATA = gnome-icon-theme.pc
+
 EXTRA_DIST =			\
+	gnome-icon-theme.pc.in  \
 	gnome			\
 	$(theme_in_files)
 
diff --git a/configure.ac b/configure.ac
index 41007a8..6a3563e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.53)
 
-AC_INIT([gnome-icon-theme], [2.29.0],
+AC_INIT([gnome-icon-theme], [2.29.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
 AC_CONFIG_SRCDIR([index.theme.in.in])
 
@@ -73,6 +73,7 @@ AM_CONDITIONAL(ALLOW_RENDERING, test "x$allow_rendering" = "xyes")
 
 AC_CONFIG_FILES([
 Makefile
+gnome-icon-theme.pc
 po/Makefile.in
 src/Makefile
 ])
diff --git a/gnome-icon-theme.pc.in b/gnome-icon-theme.pc.in
new file mode 100644
index 0000000..c347ce4
--- /dev/null
+++ b/gnome-icon-theme.pc.in
@@ -0,0 +1,6 @@
+Name: gnome-icon-theme
+Description: A collection of icons used as the basis for GNOME themes
+Version: @VERSION@
+Requires:
+Libs:
+Cflags:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]