[gnome-icon-theme-symbolic] Building and installing .pc file
- From: Xabier Rodriguez Calvar <xrcalvar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-icon-theme-symbolic] Building and installing .pc file
- Date: Tue, 8 Jan 2013 16:29:11 +0000 (UTC)
commit 2f3f5a5ec083f7c62ad3dc6b22d369369a052a8f
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date: Thu Dec 27 01:35:33 2012 +0100
Building and installing .pc file
Makefile.am | 5 ++++-
configure.ac | 1 +
gnome-icon-theme-symbolic.pc.in | 6 ++++++
3 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7ba0f00..a7a4767 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,10 @@ install-data-hook:
$(GTK_UPDATE_ICON_CACHE) -q $(DESTDIR)$(themedir); \
fi
-EXTRA_DIST = gnome
+pkgconfigdir = $(datadir)/pkgconfig
+pkgconfig_DATA = gnome-icon-theme-symbolic.pc
+
+EXTRA_DIST = gnome-icon-theme-symbolic.pc.in gnome
MAINTAINERCLEANFILES = \
Makefile.in \
diff --git a/configure.ac b/configure.ac
index c9537f1..41501c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,6 +70,7 @@ AM_CONDITIONAL(ALLOW_RENDERING, test "x$allow_rendering" = "xyes")
AC_CONFIG_FILES([
+gnome-icon-theme-symbolic.pc
Makefile
src/Makefile
])
diff --git a/gnome-icon-theme-symbolic.pc.in b/gnome-icon-theme-symbolic.pc.in
new file mode 100644
index 0000000..470beb3
--- /dev/null
+++ b/gnome-icon-theme-symbolic.pc.in
@@ -0,0 +1,6 @@
+Name: gnome-icon-theme-symbolic
+Description: A collection of symbolic 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]