diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-03-25 22:35:28 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-03-25 22:35:28 +0800 |
commit | 8bc2f924c6cadd94f82ca31a006923212ff9e8ae (patch) | |
tree | 40954508c717409a9b9326078c41b722738845fc /net | |
parent | e31a1d08ab6a890e748ea6d64b49ffa38c636873 (diff) | |
download | freebsd-ports-gnome-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.tar.gz freebsd-ports-gnome-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.tar.zst freebsd-ports-gnome-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.zip |
Fix net/gnome-icu to install i18n files
PR: ports/16438
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net')
-rw-r--r-- | net/gnomeicu/Makefile | 4 | ||||
-rw-r--r-- | net/gnomeicu/files/patch-ac | 11 | ||||
-rw-r--r-- | net/gnomeicu/gnomeicu/Makefile | 4 | ||||
-rw-r--r-- | net/gnomeicu/gnomeicu/files/patch-ac | 11 | ||||
-rw-r--r-- | net/gnomeicu/gnomeicu/pkg-plist | 13 | ||||
-rw-r--r-- | net/gnomeicu/pkg-plist | 13 | ||||
-rw-r--r-- | net/gnomeicu2/Makefile | 4 | ||||
-rw-r--r-- | net/gnomeicu2/files/patch-ac | 11 | ||||
-rw-r--r-- | net/gnomeicu2/pkg-plist | 13 |
9 files changed, 81 insertions, 3 deletions
diff --git a/net/gnomeicu/Makefile b/net/gnomeicu/Makefile index 884c1535f1f8..68b9e4934e95 100644 --- a/net/gnomeicu/Makefile +++ b/net/gnomeicu/Makefile @@ -20,7 +20,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include <bsd.port.mk> diff --git a/net/gnomeicu/files/patch-ac b/net/gnomeicu/files/patch-ac new file mode 100644 index 000000000000..c0a042787c06 --- /dev/null +++ b/net/gnomeicu/files/patch-ac @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000 ++++ po/Makefile.in.in Sat Jan 29 16:08:19 2000 +@@ -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 diff --git a/net/gnomeicu/gnomeicu/Makefile b/net/gnomeicu/gnomeicu/Makefile index 884c1535f1f8..68b9e4934e95 100644 --- a/net/gnomeicu/gnomeicu/Makefile +++ b/net/gnomeicu/gnomeicu/Makefile @@ -20,7 +20,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include <bsd.port.mk> diff --git a/net/gnomeicu/gnomeicu/files/patch-ac b/net/gnomeicu/gnomeicu/files/patch-ac new file mode 100644 index 000000000000..c0a042787c06 --- /dev/null +++ b/net/gnomeicu/gnomeicu/files/patch-ac @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000 ++++ po/Makefile.in.in Sat Jan 29 16:08:19 2000 +@@ -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 diff --git a/net/gnomeicu/gnomeicu/pkg-plist b/net/gnomeicu/gnomeicu/pkg-plist index b4ae035b1b4e..89e9b436ae60 100644 --- a/net/gnomeicu/gnomeicu/pkg-plist +++ b/net/gnomeicu/gnomeicu/pkg-plist @@ -36,6 +36,19 @@ share/gnome/pixmaps/gnomeicu/ok.xpm share/gnome/pixmaps/gnomeicu/rename.xpm share/gnome/pixmaps/gnomeicu/watermark.png share/gnome/sounds/gnomeicu/message.wav +share/locale/da/LC_MESSAGES/gnomeicu.mo +share/locale/de/LC_MESSAGES/gnomeicu.mo +share/locale/es/LC_MESSAGES/gnomeicu.mo +share/locale/fr/LC_MESSAGES/gnomeicu.mo +share/locale/it/LC_MESSAGES/gnomeicu.mo +share/locale/ja/LC_MESSAGES/gnomeicu.mo +share/locale/ko/LC_MESSAGES/gnomeicu.mo +share/locale/no/LC_MESSAGES/gnomeicu.mo +share/locale/pl/LC_MESSAGES/gnomeicu.mo +share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo +share/locale/tr/LC_MESSAGES/gnomeicu.mo +share/locale/sv/LC_MESSAGES/gnomeicu.mo +share/locale/uk/LC_MESSAGES/gnomeicu.mo @dirrm share/gnome/sounds/gnomeicu @dirrm share/gnome/pixmaps/gnomeicu @dirrm share/gnome/help/gnomeicu/C diff --git a/net/gnomeicu/pkg-plist b/net/gnomeicu/pkg-plist index b4ae035b1b4e..89e9b436ae60 100644 --- a/net/gnomeicu/pkg-plist +++ b/net/gnomeicu/pkg-plist @@ -36,6 +36,19 @@ share/gnome/pixmaps/gnomeicu/ok.xpm share/gnome/pixmaps/gnomeicu/rename.xpm share/gnome/pixmaps/gnomeicu/watermark.png share/gnome/sounds/gnomeicu/message.wav +share/locale/da/LC_MESSAGES/gnomeicu.mo +share/locale/de/LC_MESSAGES/gnomeicu.mo +share/locale/es/LC_MESSAGES/gnomeicu.mo +share/locale/fr/LC_MESSAGES/gnomeicu.mo +share/locale/it/LC_MESSAGES/gnomeicu.mo +share/locale/ja/LC_MESSAGES/gnomeicu.mo +share/locale/ko/LC_MESSAGES/gnomeicu.mo +share/locale/no/LC_MESSAGES/gnomeicu.mo +share/locale/pl/LC_MESSAGES/gnomeicu.mo +share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo +share/locale/tr/LC_MESSAGES/gnomeicu.mo +share/locale/sv/LC_MESSAGES/gnomeicu.mo +share/locale/uk/LC_MESSAGES/gnomeicu.mo @dirrm share/gnome/sounds/gnomeicu @dirrm share/gnome/pixmaps/gnomeicu @dirrm share/gnome/help/gnomeicu/C diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index 884c1535f1f8..68b9e4934e95 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -20,7 +20,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include <bsd.port.mk> diff --git a/net/gnomeicu2/files/patch-ac b/net/gnomeicu2/files/patch-ac new file mode 100644 index 000000000000..c0a042787c06 --- /dev/null +++ b/net/gnomeicu2/files/patch-ac @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000 ++++ po/Makefile.in.in Sat Jan 29 16:08:19 2000 +@@ -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 diff --git a/net/gnomeicu2/pkg-plist b/net/gnomeicu2/pkg-plist index b4ae035b1b4e..89e9b436ae60 100644 --- a/net/gnomeicu2/pkg-plist +++ b/net/gnomeicu2/pkg-plist @@ -36,6 +36,19 @@ share/gnome/pixmaps/gnomeicu/ok.xpm share/gnome/pixmaps/gnomeicu/rename.xpm share/gnome/pixmaps/gnomeicu/watermark.png share/gnome/sounds/gnomeicu/message.wav +share/locale/da/LC_MESSAGES/gnomeicu.mo +share/locale/de/LC_MESSAGES/gnomeicu.mo +share/locale/es/LC_MESSAGES/gnomeicu.mo +share/locale/fr/LC_MESSAGES/gnomeicu.mo +share/locale/it/LC_MESSAGES/gnomeicu.mo +share/locale/ja/LC_MESSAGES/gnomeicu.mo +share/locale/ko/LC_MESSAGES/gnomeicu.mo +share/locale/no/LC_MESSAGES/gnomeicu.mo +share/locale/pl/LC_MESSAGES/gnomeicu.mo +share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo +share/locale/tr/LC_MESSAGES/gnomeicu.mo +share/locale/sv/LC_MESSAGES/gnomeicu.mo +share/locale/uk/LC_MESSAGES/gnomeicu.mo @dirrm share/gnome/sounds/gnomeicu @dirrm share/gnome/pixmaps/gnomeicu @dirrm share/gnome/help/gnomeicu/C |