[oe-commits] org.oe.dev intltool: add patch from http://bugzilla.gnome.org/show_bug.cgi?id=462312

john_lee commit oe at amethyst.openembedded.net
Mon Mar 17 08:53:57 UTC 2008


intltool: add patch from http://bugzilla.gnome.org/show_bug.cgi?id=462312
          we need this to compile the latest version of packagekit.

Author: john_lee at openembedded.org
Branch: org.openembedded.dev
Revision: 4d0957721e08599c530088a37d85a2ffbb859d8c
ViewMTN: http://monotone.openembedded.org/revision/info/4d0957721e08599c530088a37d85a2ffbb859d8c
Files:
1
packages/intltool/files/intltool-0.35.5-polkit.patch
packages/intltool/intltool_0.35.5.bb
Diffs:

#
# mt diff -r1fe7ac2c394a7c8dd11b02f29b426951c1e2670d -r4d0957721e08599c530088a37d85a2ffbb859d8c
#
#
#
# add_file "packages/intltool/files/intltool-0.35.5-polkit.patch"
#  content [72d062a3f136a1d3ad5d1db1d7af59a3be4b5e0d]
# 
# patch "packages/intltool/intltool_0.35.5.bb"
#  from [3988342f58d7e4721fe3ce448611d40b792d577c]
#    to [10a0f98d1497cd9141a619a9e75f44c063075ce0]
#
============================================================
--- packages/intltool/files/intltool-0.35.5-polkit.patch	72d062a3f136a1d3ad5d1db1d7af59a3be4b5e0d
+++ packages/intltool/files/intltool-0.35.5-polkit.patch	72d062a3f136a1d3ad5d1db1d7af59a3be4b5e0d
@@ -0,0 +1,32 @@
+diff -up intltool-0.35.5/intltool.m4.polkit intltool-0.35.5/intltool.m4
+--- intltool-0.35.5/intltool.m4.polkit	2007-07-31 17:23:52.000000000 -0400
++++ intltool-0.35.5/intltool.m4	2007-07-31 17:24:20.000000000 -0400
+@@ -65,6 +65,7 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.
+   INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
+     INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
+     INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
++   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
+ 
+ AC_SUBST(INTLTOOL_DESKTOP_RULE)
+ AC_SUBST(INTLTOOL_DIRECTORY_RULE)
+@@ -84,6 +85,7 @@ AC_SUBST(INTLTOOL_CAVES_RULE)
+ AC_SUBST(INTLTOOL_SCHEMAS_RULE)
+ AC_SUBST(INTLTOOL_THEME_RULE)
+ AC_SUBST(INTLTOOL_SERVICE_RULE)
++AC_SUBST(INTLTOOL_POLICY_RULE)
+ 
+ # Use the tools built into the package, not the ones that are installed.
+ AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')
+diff -up intltool-0.35.5/intltool-update.in.in.polkit intltool-0.35.5/intltool-update.in.in
+--- intltool-0.35.5/intltool-update.in.in.polkit	2007-07-31 17:10:52.000000000 -0400
++++ intltool-0.35.5/intltool-update.in.in	2007-07-31 17:21:45.000000000 -0400
+@@ -71,7 +71,8 @@ my $xml_support =
+ "sheet(?:\\.in)+|".	# ?
+ "schemas(?:\\.in)+|".	# GConf specific
+ "pong(?:\\.in)+|".	# DEPRECATED: PONG is not used [by GNOME] any longer.
+-"kbd(?:\\.in)+";	# GOK specific. 
++"kbd(?:\\.in)+|".	# GOK specific. 
++"policy(?:\\.in)+";	# PolicyKit files
+ 
+ my $ini_support =
+ "icon(?:\\.in)+|".	# http://www.freedesktop.org/Standards/icon-theme-spec
============================================================
--- packages/intltool/intltool_0.35.5.bb	3988342f58d7e4721fe3ce448611d40b792d577c
+++ packages/intltool/intltool_0.35.5.bb	10a0f98d1497cd9141a619a9e75f44c063075ce0
@@ -3,8 +3,10 @@ RDEPENDS = "perl-module-text-wrap perl-m
 DEPENDS = "libxml-parser-perl-native"
 RDEPENDS = "perl-module-text-wrap perl-module-re"
 
-PR = "r1"
+PR = "r2"
 
 RRECOMMENDS = "perl-modules"
 
 DEFAULT_PREFERENCE = "-1"
+
+SRC_URI += "file://intltool-0.35.5-polkit.patch;patch=1"






More information about the Openembedded-commits mailing list