[oe-commits] Frans Meulenbroeks : intltool/files: removed; was only used by now removed recipes

git version control git at git.openembedded.org
Sat Aug 14 09:35:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 488688f6a9c77fe992d320ac34765b4f4516c1f3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=488688f6a9c77fe992d320ac34765b4f4516c1f3

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Aug 14 11:26:01 2010 +0200

intltool/files: removed; was only used by now removed recipes

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 .../intltool/files/intltool-0.35.5-polkit.patch    |   32 ----------------
 recipes/intltool/files/intltool-nowarn.patch       |   40 --------------------
 2 files changed, 0 insertions(+), 72 deletions(-)

diff --git a/recipes/intltool/files/intltool-0.35.5-polkit.patch b/recipes/intltool/files/intltool-0.35.5-polkit.patch
deleted file mode 100644
index 2d89fbe..0000000
--- a/recipes/intltool/files/intltool-0.35.5-polkit.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-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
diff --git a/recipes/intltool/files/intltool-nowarn.patch b/recipes/intltool/files/intltool-nowarn.patch
deleted file mode 100644
index 546db5f..0000000
--- a/recipes/intltool/files/intltool-nowarn.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- intltool-0.35.0/intltool-extract.in.in.orig	2006-06-16 15:49:14.000000000 -0600
-+++ intltool-0.35.0/intltool-extract.in.in	2006-06-16 15:49:18.000000000 -0600
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w 
-+#!@INTLTOOL_PERL@ 
- # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4  -*-
- 
- #
---- intltool-0.35.0/intltool-merge.in.in.orig	2006-06-16 15:49:18.000000000 -0600
-+++ intltool-0.35.0/intltool-merge.in.in	2006-06-16 15:49:23.000000000 -0600
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w
-+#!@INTLTOOL_PERL@
- # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4  -*-
- 
- #
---- intltool-0.35.0/intltool-prepare.in.orig	2006-06-16 15:49:23.000000000 -0600
-+++ intltool-0.35.0/intltool-prepare.in	2006-06-16 15:49:26.000000000 -0600
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w
-+#!@INTLTOOL_PERL@
- # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4  -*-
- 
- #  Intltool .desktop, .directory Prepare Tool
---- intltool-0.35.0/intltool-unicodify.in.orig	2006-06-16 15:49:26.000000000 -0600
-+++ intltool-0.35.0/intltool-unicodify.in	2006-06-16 15:49:30.000000000 -0600
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w
-+#!@INTLTOOL_PERL@
-         
- #
- #  The i18n Unicode Encoding Utility
---- intltool-0.35.0/intltool-update.in.in.orig	2006-06-16 15:49:30.000000000 -0600
-+++ intltool-0.35.0/intltool-update.in.in	2006-06-16 15:49:35.000000000 -0600
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w
-+#!@INTLTOOL_PERL@
- # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4  -*-
- 
- #





More information about the Openembedded-commits mailing list