r33121 - in /desktop/experimental/gucharmap/debian: changelog patches/00git_fix_pkg_config.patch patches/series

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Tue Mar 13 14:49:39 UTC 2012


Author: mpitt
Date: Tue Mar 13 14:49:39 2012
New Revision: 33121

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33121
Log:
Add 00git_fix_pkg_config.patch: Fix pkg-config file to not reference old
gconf-related variable. Taken from upstream git. (LP: #952612)

Added:
    desktop/experimental/gucharmap/debian/patches/00git_fix_pkg_config.patch
Modified:
    desktop/experimental/gucharmap/debian/changelog
    desktop/experimental/gucharmap/debian/patches/series

Modified: desktop/experimental/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/changelog?rev=33121&op=diff
==============================================================================
--- desktop/experimental/gucharmap/debian/changelog [utf-8] (original)
+++ desktop/experimental/gucharmap/debian/changelog [utf-8] Tue Mar 13 14:49:39 2012
@@ -12,6 +12,8 @@
     as per configure.ac.
   * debian/gucharmap.install: Update for gconf → gsettings schema location.
   * debian/libgucharmap-2-90-7.symbols: Update for new release.
+  * Add 00git_fix_pkg_config.patch: Fix pkg-config file to not reference old
+    gconf-related variable. Taken from upstream git. (LP: #952612)
 
  -- Martin Pitt <mpitt at debian.org>  Tue, 13 Mar 2012 15:34:08 +0100
 

Added: desktop/experimental/gucharmap/debian/patches/00git_fix_pkg_config.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/patches/00git_fix_pkg_config.patch?rev=33121&op=file
==============================================================================
--- desktop/experimental/gucharmap/debian/patches/00git_fix_pkg_config.patch (added)
+++ desktop/experimental/gucharmap/debian/patches/00git_fix_pkg_config.patch [utf-8] Tue Mar 13 14:49:39 2012
@@ -1,0 +1,21 @@
+From 15ad66f28147ee0228185fe7171b736f041374e4 Mon Sep 17 00:00:00 2001
+From: Vincent Untz <vuntz at gnome.org>
+Date: Thu, 09 Feb 2012 09:56:03 +0000
+Subject: Fix pkg-config file to not reference old gconf-related variable
+
+https://bugzilla.gnome.org/show_bug.cgi?id=669734
+---
+diff --git a/gucharmap.pc.in b/gucharmap.pc.in
+index 664f90a..4d776dd 100644
+--- a/gucharmap.pc.in
++++ b/gucharmap.pc.in
+@@ -7,6 +7,6 @@ Name: gucharmap
+ Description: GTK+ Unicode Character Map
+ Version: @VERSION@
+ Requires: gtk+- at GTK_API_VERSION@ glib-2.0
+-Requires.private: @GCONFPKGS@
++Requires.private: gio-2.0
+ Libs: -L${libdir} -lgucharmap at GUCHARMAP_LIBRARY_SUFFIX_U@
+ Cflags: -I${includedir}/gucharmap- at GUCHARMAP_API_VERSION@
+--
+cgit v0.9.0.2

Modified: desktop/experimental/gucharmap/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/patches/series?rev=33121&op=diff
==============================================================================
--- desktop/experimental/gucharmap/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gucharmap/debian/patches/series [utf-8] Tue Mar 13 14:49:39 2012
@@ -1,2 +1,3 @@
+00git_fix_pkg_config.patch
 spelling_fixes.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list