Author: megabajt Date: Thu Feb 25 22:47:21 2010 GMT Module: packages Tag: HEAD ---- Log message: - restore pkgconfig file (http://bugzilla.gnome.org/show_bug.cgi?id=606245)
---- Files affected: packages/gnome-icon-theme: gnome-icon-theme-pc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnome-icon-theme/gnome-icon-theme-pc.patch diff -u /dev/null packages/gnome-icon-theme/gnome-icon-theme-pc.patch:1.1 --- /dev/null Thu Feb 25 23:47:21 2010 +++ packages/gnome-icon-theme/gnome-icon-theme-pc.patch Thu Feb 25 23:47:16 2010 @@ -0,0 +1,55 @@ +From 5b354ba6fd01f6ea524836be7362e5e012e8aa02 Mon Sep 17 00:00:00 2001 +From: Marc-Andre Lureau <[email protected]> +Date: Thu, 7 Jan 2010 19:39:07 +0000 +Subject: [PATCH] build: bring back gnome-icon-theme.pc + +https://bugzilla.gnome.org/show_bug.cgi?id=606245 +--- + Makefile.am | 4 ++++ + configure.ac | 1 + + gnome-icon-theme.pc.in | 6 ++++++ + 3 files changed, 11 insertions(+), 0 deletions(-) + create mode 100644 gnome-icon-theme.pc.in + +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 9839c3d..dd291b7 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -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: +-- +1.6.5.7 \ No newline at end of file ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
