install locale files in correct place

This commit is contained in:
brad 1999-04-04 23:07:57 +00:00
parent ae28ad2466
commit 9a33f75443
5 changed files with 73 additions and 28 deletions

11
x11/gtk+/patches/patch-ae Normal file
View File

@ -0,0 +1,11 @@
--- configure.orig Sun Apr 4 17:20:23 1999
+++ configure Sun Apr 4 17:26:42 1999
@@ -4506,7 +4506,7 @@
# AM_GTK_GNU_GETTEXT above substs $DATADIRNAME
# this is the directory where the *.{mo,gmo} files are installed
-gtklocaledir='${prefix}/${DATADIRNAME}/locale'
+gtklocaledir='${prefix}/share/locale'
echo $ac_n "checking for extra flags to get ANSI library prototypes""... $ac_c" 1>&6

11
x11/gtk+/patches/patch-af Normal file
View File

@ -0,0 +1,11 @@
--- po/Makefile.in.in.orig Thu Feb 25 12:02:20 1999
+++ po/Makefile.in.in Thu Mar 4 00:14:56 1999
@@ -19,7 +19,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
+localedir = $(prefix)/share/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po
subdir = po

17
x11/gtk+/patches/patch-ag Normal file
View File

@ -0,0 +1,17 @@
--- gdk/gdkimage.c.orig Mon Jan 4 10:33:27 1999
+++ gdk/gdkimage.c Sat Jan 16 02:01:30 1999
@@ -18,12 +18,14 @@
*/
#include <config.h>
+#ifdef __linux__
/* gcc -ansi -pedantic on GNU/Linux causes warnings and errors
* unless this is defined:
* warning: #warning "Files using this header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE"
*/
#ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE 1
+#endif
#endif
#include <stdlib.h>

View File

@ -119,20 +119,20 @@ include/gtk/gtkwindow.h
include/gtk/gtkfeatures.h
include/gtk/gtkmarshal.h
include/gtk/gtktypebuiltins.h
lib/locale/cs/LC_MESSAGES/gtk+.mo
lib/locale/de/LC_MESSAGES/gtk+.mo
lib/locale/es/LC_MESSAGES/gtk+.mo
lib/locale/fr/LC_MESSAGES/gtk+.mo
lib/locale/hu/LC_MESSAGES/gtk+.mo
lib/locale/it/LC_MESSAGES/gtk+.mo
lib/locale/ja/LC_MESSAGES/gtk+.mo
lib/locale/ko/LC_MESSAGES/gtk+.mo
lib/locale/nl/LC_MESSAGES/gtk+.mo
lib/locale/no/LC_MESSAGES/gtk+.mo
lib/locale/pl/LC_MESSAGES/gtk+.mo
lib/locale/pt/LC_MESSAGES/gtk+.mo
lib/locale/ru/LC_MESSAGES/gtk+.mo
lib/locale/sv/LC_MESSAGES/gtk+.mo
share/locale/cs/LC_MESSAGES/gtk+.mo
share/locale/de/LC_MESSAGES/gtk+.mo
share/locale/es/LC_MESSAGES/gtk+.mo
share/locale/fr/LC_MESSAGES/gtk+.mo
share/locale/hu/LC_MESSAGES/gtk+.mo
share/locale/it/LC_MESSAGES/gtk+.mo
share/locale/ja/LC_MESSAGES/gtk+.mo
share/locale/ko/LC_MESSAGES/gtk+.mo
share/locale/nl/LC_MESSAGES/gtk+.mo
share/locale/no/LC_MESSAGES/gtk+.mo
share/locale/pl/LC_MESSAGES/gtk+.mo
share/locale/pt/LC_MESSAGES/gtk+.mo
share/locale/ru/LC_MESSAGES/gtk+.mo
share/locale/sv/LC_MESSAGES/gtk+.mo
lib/libgdk.so.1.2
lib/libgdk.la
lib/libgdk.a
@ -156,3 +156,6 @@ lib/gtk/gtkrc.ru
@dirrm lib/gtk
@dirrm include/gtk
@dirrm include/gdk
@dirrm share/themes/Default/gtk
@dirrm share/themes/Default
@dirrm share/themes

View File

@ -119,20 +119,20 @@ include/gtk/gtkwindow.h
include/gtk/gtkfeatures.h
include/gtk/gtkmarshal.h
include/gtk/gtktypebuiltins.h
lib/locale/cs/LC_MESSAGES/gtk+.mo
lib/locale/de/LC_MESSAGES/gtk+.mo
lib/locale/es/LC_MESSAGES/gtk+.mo
lib/locale/fr/LC_MESSAGES/gtk+.mo
lib/locale/hu/LC_MESSAGES/gtk+.mo
lib/locale/it/LC_MESSAGES/gtk+.mo
lib/locale/ja/LC_MESSAGES/gtk+.mo
lib/locale/ko/LC_MESSAGES/gtk+.mo
lib/locale/nl/LC_MESSAGES/gtk+.mo
lib/locale/no/LC_MESSAGES/gtk+.mo
lib/locale/pl/LC_MESSAGES/gtk+.mo
lib/locale/pt/LC_MESSAGES/gtk+.mo
lib/locale/ru/LC_MESSAGES/gtk+.mo
lib/locale/sv/LC_MESSAGES/gtk+.mo
share/locale/cs/LC_MESSAGES/gtk+.mo
share/locale/de/LC_MESSAGES/gtk+.mo
share/locale/es/LC_MESSAGES/gtk+.mo
share/locale/fr/LC_MESSAGES/gtk+.mo
share/locale/hu/LC_MESSAGES/gtk+.mo
share/locale/it/LC_MESSAGES/gtk+.mo
share/locale/ja/LC_MESSAGES/gtk+.mo
share/locale/ko/LC_MESSAGES/gtk+.mo
share/locale/nl/LC_MESSAGES/gtk+.mo
share/locale/no/LC_MESSAGES/gtk+.mo
share/locale/pl/LC_MESSAGES/gtk+.mo
share/locale/pt/LC_MESSAGES/gtk+.mo
share/locale/ru/LC_MESSAGES/gtk+.mo
share/locale/sv/LC_MESSAGES/gtk+.mo
lib/libgdk.la
lib/libgdk.a
lib/libgtk.la
@ -153,3 +153,6 @@ lib/gtk/gtkrc.ru
@dirrm lib/gtk
@dirrm include/gtk
@dirrm include/gdk
@dirrm share/themes/Default/gtk
@dirrm share/themes/Default
@dirrm share/themes