[ibus-european-table] Fixed package issue

anish anishpatil at fedoraproject.org
Wed Dec 21 11:58:15 UTC 2011


commit f87abf185653f60d9afa0c60f6766b5bfb9e123f
Author: anish <anish.developer at gmail.com>
Date:   Wed Dec 21 17:19:36 2011 +0530

    Fixed package issue

 bug-pkg-issue.patch              |   97 ++++++++++++++++++++++++++++++++++++++
 ibus-european-table-1.1.0.tar.gz |  Bin 245194 -> 0 bytes
 2 files changed, 97 insertions(+), 0 deletions(-)
---
diff --git a/bug-pkg-issue.patch b/bug-pkg-issue.patch
new file mode 100644
index 0000000..a7c8a12
--- /dev/null
+++ b/bug-pkg-issue.patch
@@ -0,0 +1,97 @@
+diff -rup ibus-european-table-1.1.0-old/engine/european-table.xml.in ibus-european-table-1.1.0/engine/european-table.xml.in
+--- ibus-european-table-1.1.0-old/engine/european-table.xml.in	2011-12-19 15:13:59.000000000 +0530
++++ ibus-european-table-1.1.0/engine/european-table.xml.in	2011-12-21 17:13:21.146511502 +0530
+@@ -1,16 +1,16 @@
+ <?xml version='1.0' encoding='utf-8'?>
+-<!-- filename: indic-table.xml -->
++<!-- filename: european-table.xml -->
+ <component>
+-    <name>org.freedesktop.IBus.IndicTable</name>
++    <name>org.freedesktop.IBus.EuropeanTable</name>
+     <description>Table Component</description>
+-    <exec>${libexecdir}/ibus-engine-indic-table --ibus</exec>
+-    <version>1.3.1</version>
+-    <author>Naveen Kumar &lt;nav007 at gmail.com&gt;</author>
++    <exec>${libexecdir}/ibus-engine-european-table --ibus</exec>
++    <version>1.1.0</version>
++    <author>Anish Patil &lt;anish.developer at gmail.com&gt;</author>
+     <license>LGPL</license>
+     <homepage>http://code.google.com/p/ibus</homepage>
+-    <textdomain>ibus-indic-table</textdomain>
++    <textdomain>ibus-european-table</textdomain>
+     <observed-paths>
+-        <path>${pkgdatadir}/indic-tables/</path>
++        <path>${pkgdatadir}/european-tables/</path>
+     </observed-paths>
+-    <engines exec='${libexecdir}/ibus-engine-indic-table --xml'/>
++    <engines exec='${libexecdir}/ibus-engine-european-table --xml'/>
+ </component>
+diff -rup ibus-european-table-1.1.0-old/european-tables/additional/Makefile.am ibus-european-table-1.1.0/european-tables/additional/Makefile.am
+--- ibus-european-table-1.1.0-old/european-tables/additional/Makefile.am	2011-12-19 15:13:59.000000000 +0530
++++ ibus-european-table-1.1.0/european-tables/additional/Makefile.am	2011-12-21 17:13:21.148511502 +0530
+@@ -1,8 +1,8 @@
+ # vim:set noet ts=4
+ #
+-# ibus-indic-table - The Tables engine for IBus
++# ibus-european-table - The Tables engine for IBus
+ #
+-# Copyright (c) 2011-2012 Naveen Kumar <nav007 at gmail.com>
++# Copyright (c) 2011-2012 Anish Patil <anish.developer at gmail.com>
+ #
+ # This library is free software; you can redistribute it and/or
+ # modify it under the terms of the GNU Lesser General Public
+@@ -32,7 +32,7 @@ tables_DATA =
+ tables_DATA += $(NULL)
+ 
+ 
+-tablesdir = $(pkgdatadir)/indic-tables
++tablesdir = $(pkgdatadir)/european-tables
+ 
+ EXTRA_DIST = \
+ 	$(NULL)
+diff -rup ibus-european-table-1.1.0-old/european-tables/additional/Makefile.in ibus-european-table-1.1.0/european-tables/additional/Makefile.in
+--- ibus-european-table-1.1.0-old/european-tables/additional/Makefile.in	2011-12-19 15:13:59.000000000 +0530
++++ ibus-european-table-1.1.0/european-tables/additional/Makefile.in	2011-12-21 17:13:21.148511502 +0530
+@@ -17,9 +17,9 @@
+ 
+ # vim:set noet ts=4
+ #
+-# ibus-indic-table - The Tables engine for IBus
++# ibus-european-table - The Tables engine for IBus
+ #
+-# Copyright (c) 2011-2012 Naveen Kumar <nav007 at gmail.com>
++# Copyright (c) 2011-2012 Anish Patil <anish.developer at gmail.com>
+ #
+ # This library is free software; you can redistribute it and/or
+ # modify it under the terms of the GNU Lesser General Public
+@@ -57,7 +57,7 @@ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-subdir = indic-tables/additional
++subdir = european-tables/additional
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
+@@ -225,7 +225,7 @@ createdb_index = \
+ 	$(PYTHON) $(abs_top_srcdir)/engine/tabcreatedb.py -i
+ 
+ tables_DATA = $(NULL)
+-tablesdir = $(pkgdatadir)/indic-tables
++tablesdir = $(pkgdatadir)/european-tables
+ EXTRA_DIST = \
+ 	$(NULL)
+ 
+@@ -254,9 +254,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu indic-tables/additional/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu european-tables/additional/Makefile'; \
+ 	$(am__cd) $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu indic-tables/additional/Makefile
++	  $(AUTOMAKE) --gnu european-tables/additional/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
+Only in ibus-european-table-1.1.0-old/po: .Makefile.swp


More information about the scm-commits mailing list