summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-02-01 14:55:32 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-02-01 14:55:32 +0000
commit3c5e0da1502713ecca8a99150a79fa1d1abf6e2c (patch)
tree519efae152bbf3a85aae2699174c9d863d92b6d3 /app-i18n/uim/files
parentVersion bump (again), thanks to Frederic Mangeant in bug #164798 for reporting (diff)
downloadhistorical-3c5e0da1502713ecca8a99150a79fa1d1abf6e2c.tar.gz
historical-3c5e0da1502713ecca8a99150a79fa1d1abf6e2c.tar.bz2
historical-3c5e0da1502713ecca8a99150a79fa1d1abf6e2c.zip
Version bumped. Fixed #162502.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-i18n/uim/files')
-rw-r--r--app-i18n/uim/files/digest-uim-1.4.03
-rw-r--r--app-i18n/uim/files/uim-1.2.1-nls.patch14
-rw-r--r--app-i18n/uim/files/uim-1.4.0-gentoo.patch43
3 files changed, 60 insertions, 0 deletions
diff --git a/app-i18n/uim/files/digest-uim-1.4.0 b/app-i18n/uim/files/digest-uim-1.4.0
new file mode 100644
index 000000000000..acab32c76592
--- /dev/null
+++ b/app-i18n/uim/files/digest-uim-1.4.0
@@ -0,0 +1,3 @@
+MD5 3b5669a5eeee2d660dd179b3d7fec169 uim-1.4.0.tar.bz2 2684329
+RMD160 7bfa394d822b3bdc30736569b8543339d82ce10b uim-1.4.0.tar.bz2 2684329
+SHA256 0dc49075bace432a9be6116a966988e2991b8d052ed32043a9bdd60adaf92d2d uim-1.4.0.tar.bz2 2684329
diff --git a/app-i18n/uim/files/uim-1.2.1-nls.patch b/app-i18n/uim/files/uim-1.2.1-nls.patch
new file mode 100644
index 000000000000..d0cdc05a0cbe
--- /dev/null
+++ b/app-i18n/uim/files/uim-1.2.1-nls.patch
@@ -0,0 +1,14 @@
+Index: qt/qtgettext.h
+===================================================================
+--- qt/qtgettext.h (revision 4453)
++++ qt/qtgettext.h (revision 4454)
+@@ -57,6 +57,9 @@
+ #define N_(String) (String)
+ #endif /* gettext_noop */
+
++#else /* ENABLE_NLS */
++
++#define mygettext(String) QString::fromLocal8Bit( (const char *)(String) )
+ #endif /* ENABLE_NLS */
+
+ #endif /* Not def: _QT_GETTEXT_H_ */
diff --git a/app-i18n/uim/files/uim-1.4.0-gentoo.patch b/app-i18n/uim/files/uim-1.4.0-gentoo.patch
new file mode 100644
index 000000000000..5e08cd62e102
--- /dev/null
+++ b/app-i18n/uim/files/uim-1.4.0-gentoo.patch
@@ -0,0 +1,43 @@
+--- intltool-update.in.orig 2007-01-26 01:43:29.000000000 +0900
++++ intltool-update.in 2007-01-26 01:43:39.000000000 +0900
+@@ -64,7 +64,7 @@
+ "ui|". # Bonobo specific - User Interface desc. files
+ "lang|". # ?
+ "glade2?(?:\\.in)*|". # Glade specific - User Interface desc. files (Note: .in is not required)
+-"scm-workaround(?:\\.in)*|". # ? (Note: .in is not required)
++"scm(?:\\.in)*|". # ? (Note: .in is not required)
+ "oaf(?:\\.in)+|". # DEPRECATED: Replaces by Bonobo .server files
+ "etspec|". # ?
+ "server(?:\\.in)+|". # Bonobo specific
+@@ -248,7 +248,7 @@
+ {
+ $gettext_type="glade";
+ }
+- elsif ($type =~ /scm-workaround(\.in)*$/)
++ elsif ($type =~ /scm(\.in)*$/)
+ {
+ $gettext_type="scheme";
+ }
+@@ -341,11 +341,11 @@
+
+ ## Check if we should ignore some found files, when
+ ## comparing with POTFILES.in
+- foreach my $ignore ("$SRCDIR/POTFILES.skip", "$SRCDIR/POTFILES.ignore")
++ foreach my $ignore ("POTFILES.skip", "POTFILES.ignore")
+ {
+ (-s $ignore) or next;
+
+- if ("$ignore" eq "$SRCDIR/POTFILES.ignore")
++ if ("$ignore" eq "POTFILES.ignore")
+ {
+ print "The usage of POTFILES.ignore is deprecated. Please consider moving the\n".
+ "content of this file to POTFILES.skip.\n";
+@@ -506,7 +506,7 @@
+ foreach (@buf_potfiles_sorted)
+ {
+ chomp (my $dummy = $_);
+- if ("$dummy" ne "" and ! -f "$SRCDIR/../$dummy" and ! -f "../$dummy")
++ if ("$dummy" ne "" and ! -f "$SRCDIR/../$dummy")
+ {
+ push @buf_potfiles_notexist, $_;
+ }