From 39724fd11c03a2137adb46f6be2134c1d6972e47 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 13 Jul 2006 03:55:45 +0000 Subject: Update to 0.13.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6583 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/gnome-mag/Makefile | 31 ++ accessibility/gnome-mag/distinfo | 3 + .../files/patch-docs_reference_Makefile.in | 11 + .../gnome-mag/files/patch-magnifier_zoom-region.c | 59 ++++ accessibility/gnome-mag/pkg-descr | 2 + accessibility/gnome-mag/pkg-plist | 311 +++++++++++++++++++++ 6 files changed, 417 insertions(+) create mode 100644 accessibility/gnome-mag/Makefile create mode 100644 accessibility/gnome-mag/distinfo create mode 100644 accessibility/gnome-mag/files/patch-docs_reference_Makefile.in create mode 100644 accessibility/gnome-mag/files/patch-magnifier_zoom-region.c create mode 100644 accessibility/gnome-mag/pkg-descr create mode 100644 accessibility/gnome-mag/pkg-plist (limited to 'accessibility') diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile new file mode 100644 index 000000000..12d21f782 --- /dev/null +++ b/accessibility/gnome-mag/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gnomemag +# Date created: 12 April 2003 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom: ports-stable/accessibility/gnomemag/Makefile,v 1.1 2006/03/13 23:49:23 mezz Exp $ +# + +PORTNAME= gnome-mag +PORTVERSION= 0.13.0 +CATEGORIES= accessibility gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME screen magnifier + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack +USE_GMAKE= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:15 +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} + +.include diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo new file mode 100644 index 000000000..97790a756 --- /dev/null +++ b/accessibility/gnome-mag/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-mag-0.13.0.tar.bz2) = 977009557cfe3de977ca62daf40cd29a +SHA256 (gnome2/gnome-mag-0.13.0.tar.bz2) = 1bfd1209d0d8fa04f2447d03e505f35edcbdac91ffd3703a403db8b11cd64284 +SIZE (gnome2/gnome-mag-0.13.0.tar.bz2) = 608379 diff --git a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in new file mode 100644 index 000000000..7f8016433 --- /dev/null +++ b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in @@ -0,0 +1,11 @@ +--- docs/reference/Makefile.in.orig Fri Feb 3 00:25:58 2006 ++++ docs/reference/Makefile.in Fri Feb 3 00:26:09 2006 +@@ -220,7 +220,7 @@ + target_alias = @target_alias@ + doxygen_configfile = Doxyfile + EXTRA_DIST = README Doxyfile html +-referencetopdir = $(datadir)/doc/gnome-mag-$(VERSION)/reference ++referencetopdir = $(prefix)/share/doc/gnome-mag-$(VERSION)/reference + referencedir = $(referencetopdir)/html + all: all-am + diff --git a/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c b/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c new file mode 100644 index 000000000..b8ab206a3 --- /dev/null +++ b/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c @@ -0,0 +1,59 @@ +--- magnifier/zoom-region.c~ Tue Feb 14 22:37:24 2006 ++++ magnifier/zoom-region.c Thu Mar 16 15:36:55 2006 +@@ -1794,10 +1794,10 @@ + gdk_window_end_paint (zoom_region->priv->w->window); + g_timer_stop (mag_timing.scale); + if (timing_test) { +- mag_timing.num_scale_samples++; +- + gulong microseconds; + ++ mag_timing.num_scale_samples++; ++ + mag_timing.scale_val = + g_timer_elapsed (mag_timing.scale, + µseconds); +@@ -1971,12 +1971,11 @@ + float x_scroll_incr, y_scroll_incr; + int width = magnifier->target_bounds.x2 - magnifier->target_bounds.x1; + int height = magnifier->target_bounds.y2 - magnifier->target_bounds.y1; ++ gulong microseconds; + + mag_timing.num_frame_samples++; + g_timer_stop (mag_timing.frame); + +- gulong microseconds; +- + mag_timing.frame_val = g_timer_elapsed (mag_timing.frame, + µseconds); + +@@ -2094,10 +2093,10 @@ + g_timer_stop (mag_timing.idle); + + if (timing_test) { +- mag_timing.num_idle_samples++; +- + gulong microseconds; + ++ mag_timing.num_idle_samples++; ++ + mag_timing.idle_val = g_timer_elapsed (mag_timing.idle, + µseconds); + mag_timing.idle_total += mag_timing.idle_val; +@@ -2472,6 +2471,7 @@ + int screen_height, height; + int pixel_position; + int pixel_direction; ++ gulong microseconds; + + screen_height = gdk_screen_get_height ( + gdk_display_get_screen (magnifier->source_display, +@@ -2484,8 +2484,6 @@ + roi.x2 = zoom_region->roi.x2; + + g_timer_stop (mag_timing.process); +- +- gulong microseconds; + + total_time = g_timer_elapsed (mag_timing.process, µseconds); + diff --git a/accessibility/gnome-mag/pkg-descr b/accessibility/gnome-mag/pkg-descr new file mode 100644 index 000000000..090a256b2 --- /dev/null +++ b/accessibility/gnome-mag/pkg-descr @@ -0,0 +1,2 @@ +Gnome-Mag magnifies the screen for easier reading. This package includes a +magnification Bonobo service. diff --git a/accessibility/gnome-mag/pkg-plist b/accessibility/gnome-mag/pkg-plist new file mode 100644 index 000000000..8babb6384 --- /dev/null +++ b/accessibility/gnome-mag/pkg-plist @@ -0,0 +1,311 @@ +bin/magnifier +include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h +lib/libgnome-mag.a +lib/libgnome-mag.la +lib/libgnome-mag.so +lib/libgnome-mag.so.2 +lib/orbit-2.0/GNOME_Magnifier_module.a +lib/orbit-2.0/GNOME_Magnifier_module.la +lib/orbit-2.0/GNOME_Magnifier_module.so +libdata/bonobo/servers/GNOME_Magnifier.server +libdata/pkgconfig/gnome-mag-1.0.pc +%%DOCSDIR%%/reference/html/GNOME__Magnifier-common_8c-source.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier-common_8c.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier-imodule_8c-source.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier-imodule_8c.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier-skels_8c-source.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier-skels_8c.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier-stubs_8c-source.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier-stubs_8c.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier_8h-source.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier_8h.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier_8idl-source.html +%%DOCSDIR%%/reference/html/GNOME__Magnifier_8idl.html +%%DOCSDIR%%/reference/html/annotated.html +%%DOCSDIR%%/reference/html/classGNOME_1_1Magnifier_1_1Magnifier.html +%%DOCSDIR%%/reference/html/classGNOME_1_1Magnifier_1_1ZoomRegion.html +%%DOCSDIR%%/reference/html/damage-client_8c-source.html +%%DOCSDIR%%/reference/html/damage-client_8c.html +%%DOCSDIR%%/reference/html/damage-client_8h-source.html +%%DOCSDIR%%/reference/html/damage-client_8h.html +%%DOCSDIR%%/reference/html/dir_000000.html +%%DOCSDIR%%/reference/html/dir_000001.html +%%DOCSDIR%%/reference/html/dirs.html +%%DOCSDIR%%/reference/html/doxygen.css +%%DOCSDIR%%/reference/html/doxygen.png +%%DOCSDIR%%/reference/html/files.html +%%DOCSDIR%%/reference/html/functions.html +%%DOCSDIR%%/reference/html/functions_0x61.html +%%DOCSDIR%%/reference/html/functions_0x62.html +%%DOCSDIR%%/reference/html/functions_0x63.html +%%DOCSDIR%%/reference/html/functions_0x64.html +%%DOCSDIR%%/reference/html/functions_0x65.html +%%DOCSDIR%%/reference/html/functions_0x66.html +%%DOCSDIR%%/reference/html/functions_0x67.html +%%DOCSDIR%%/reference/html/functions_0x68.html +%%DOCSDIR%%/reference/html/functions_0x69.html +%%DOCSDIR%%/reference/html/functions_0x6c.html +%%DOCSDIR%%/reference/html/functions_0x6d.html +%%DOCSDIR%%/reference/html/functions_0x6e.html +%%DOCSDIR%%/reference/html/functions_0x70.html +%%DOCSDIR%%/reference/html/functions_0x71.html +%%DOCSDIR%%/reference/html/functions_0x72.html +%%DOCSDIR%%/reference/html/functions_0x73.html +%%DOCSDIR%%/reference/html/functions_0x74.html +%%DOCSDIR%%/reference/html/functions_0x75.html +%%DOCSDIR%%/reference/html/functions_0x76.html +%%DOCSDIR%%/reference/html/functions_0x77.html +%%DOCSDIR%%/reference/html/functions_0x78.html +%%DOCSDIR%%/reference/html/functions_0x79.html +%%DOCSDIR%%/reference/html/functions_0x7a.html +%%DOCSDIR%%/reference/html/functions_enum.html +%%DOCSDIR%%/reference/html/functions_eval.html +%%DOCSDIR%%/reference/html/functions_func.html +%%DOCSDIR%%/reference/html/functions_vars.html +%%DOCSDIR%%/reference/html/functions_vars_0x61.html +%%DOCSDIR%%/reference/html/functions_vars_0x62.html +%%DOCSDIR%%/reference/html/functions_vars_0x63.html +%%DOCSDIR%%/reference/html/functions_vars_0x64.html +%%DOCSDIR%%/reference/html/functions_vars_0x65.html +%%DOCSDIR%%/reference/html/functions_vars_0x66.html +%%DOCSDIR%%/reference/html/functions_vars_0x67.html +%%DOCSDIR%%/reference/html/functions_vars_0x68.html +%%DOCSDIR%%/reference/html/functions_vars_0x69.html +%%DOCSDIR%%/reference/html/functions_vars_0x6c.html +%%DOCSDIR%%/reference/html/functions_vars_0x6d.html +%%DOCSDIR%%/reference/html/functions_vars_0x6e.html +%%DOCSDIR%%/reference/html/functions_vars_0x70.html +%%DOCSDIR%%/reference/html/functions_vars_0x71.html +%%DOCSDIR%%/reference/html/functions_vars_0x72.html +%%DOCSDIR%%/reference/html/functions_vars_0x73.html +%%DOCSDIR%%/reference/html/functions_vars_0x74.html +%%DOCSDIR%%/reference/html/functions_vars_0x75.html +%%DOCSDIR%%/reference/html/functions_vars_0x76.html +%%DOCSDIR%%/reference/html/functions_vars_0x77.html +%%DOCSDIR%%/reference/html/functions_vars_0x78.html +%%DOCSDIR%%/reference/html/functions_vars_0x79.html +%%DOCSDIR%%/reference/html/functions_vars_0x7a.html +%%DOCSDIR%%/reference/html/globals.html +%%DOCSDIR%%/reference/html/globals_0x61.html +%%DOCSDIR%%/reference/html/globals_0x62.html +%%DOCSDIR%%/reference/html/globals_0x63.html +%%DOCSDIR%%/reference/html/globals_0x64.html +%%DOCSDIR%%/reference/html/globals_0x65.html +%%DOCSDIR%%/reference/html/globals_0x66.html +%%DOCSDIR%%/reference/html/globals_0x67.html +%%DOCSDIR%%/reference/html/globals_0x69.html +%%DOCSDIR%%/reference/html/globals_0x6c.html +%%DOCSDIR%%/reference/html/globals_0x6d.html +%%DOCSDIR%%/reference/html/globals_0x6e.html +%%DOCSDIR%%/reference/html/globals_0x6f.html +%%DOCSDIR%%/reference/html/globals_0x70.html +%%DOCSDIR%%/reference/html/globals_0x72.html +%%DOCSDIR%%/reference/html/globals_0x73.html +%%DOCSDIR%%/reference/html/globals_0x74.html +%%DOCSDIR%%/reference/html/globals_0x75.html +%%DOCSDIR%%/reference/html/globals_0x7a.html +%%DOCSDIR%%/reference/html/globals_defs.html +%%DOCSDIR%%/reference/html/globals_defs_0x62.html +%%DOCSDIR%%/reference/html/globals_defs_0x63.html +%%DOCSDIR%%/reference/html/globals_defs_0x64.html +%%DOCSDIR%%/reference/html/globals_defs_0x65.html +%%DOCSDIR%%/reference/html/globals_defs_0x67.html +%%DOCSDIR%%/reference/html/globals_defs_0x69.html +%%DOCSDIR%%/reference/html/globals_defs_0x6d.html +%%DOCSDIR%%/reference/html/globals_defs_0x6f.html +%%DOCSDIR%%/reference/html/globals_defs_0x70.html +%%DOCSDIR%%/reference/html/globals_defs_0x74.html +%%DOCSDIR%%/reference/html/globals_defs_0x7a.html +%%DOCSDIR%%/reference/html/globals_enum.html +%%DOCSDIR%%/reference/html/globals_eval.html +%%DOCSDIR%%/reference/html/globals_func.html +%%DOCSDIR%%/reference/html/globals_func_0x62.html +%%DOCSDIR%%/reference/html/globals_func_0x63.html +%%DOCSDIR%%/reference/html/globals_func_0x67.html +%%DOCSDIR%%/reference/html/globals_func_0x69.html +%%DOCSDIR%%/reference/html/globals_func_0x6d.html +%%DOCSDIR%%/reference/html/globals_func_0x70.html +%%DOCSDIR%%/reference/html/globals_func_0x72.html +%%DOCSDIR%%/reference/html/globals_func_0x74.html +%%DOCSDIR%%/reference/html/globals_func_0x7a.html +%%DOCSDIR%%/reference/html/globals_type.html +%%DOCSDIR%%/reference/html/globals_vars.html +%%DOCSDIR%%/reference/html/index.html +%%DOCSDIR%%/reference/html/magnifier-main_8c-source.html +%%DOCSDIR%%/reference/html/magnifier-main_8c.html +%%DOCSDIR%%/reference/html/magnifier-private_8h-source.html +%%DOCSDIR%%/reference/html/magnifier-private_8h.html +%%DOCSDIR%%/reference/html/magnifier_8c-source.html +%%DOCSDIR%%/reference/html/magnifier_8c.html +%%DOCSDIR%%/reference/html/magnifier_8h-source.html +%%DOCSDIR%%/reference/html/magnifier_8h.html +%%DOCSDIR%%/reference/html/namespaceGNOME.html +%%DOCSDIR%%/reference/html/namespaceGNOME_1_1Magnifier.html +%%DOCSDIR%%/reference/html/namespacemembers.html +%%DOCSDIR%%/reference/html/namespacemembers_type.html +%%DOCSDIR%%/reference/html/namespaces.html +%%DOCSDIR%%/reference/html/structBonobo__EventSource__UnknownListener__type.html +%%DOCSDIR%%/reference/html/structBonobo__Pair__type.html +%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__BackendFailed__type.html +%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__InvalidType__type.html +%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__NotFound__type.html +%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__ReadOnly__type.html +%%DOCSDIR%%/reference/html/structCORBA__sequence__Bonobo__Pair.html +%%DOCSDIR%%/reference/html/structCORBA__sequence__CORBA__Object.html +%%DOCSDIR%%/reference/html/structCORBA__sequence__CORBA__string.html +%%DOCSDIR%%/reference/html/structGNOME_1_1Magnifier_1_1Point.html +%%DOCSDIR%%/reference/html/structGNOME_1_1Magnifier_1_1RectBounds.html +%%DOCSDIR%%/reference/html/structGNOME__Magnifier__Point__type.html +%%DOCSDIR%%/reference/html/structGNOME__Magnifier__RectBounds__type.html +%%DOCSDIR%%/reference/html/structMagLoginHelper.html +%%DOCSDIR%%/reference/html/structMagLoginHelperClass.html +%%DOCSDIR%%/reference/html/structMagnifier.html +%%DOCSDIR%%/reference/html/structMagnifierClass.html +%%DOCSDIR%%/reference/html/structMagnifierOptions.html +%%DOCSDIR%%/reference/html/structMagnifierZoomRegionSaveProps.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase____epv.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase____vepv.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource____epv.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource____vepv.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener____epv.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener____vepv.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag____epv.html +%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag____vepv.html +%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier.html +%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier____epv.html +%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier____vepv.html +%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion.html +%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion____epv.html +%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion____vepv.html +%%DOCSDIR%%/reference/html/structZoomRegion.html +%%DOCSDIR%%/reference/html/structZoomRegionClass.html +%%DOCSDIR%%/reference/html/struct__MagnifierPrivate.html +%%DOCSDIR%%/reference/html/struct__ZoomRegionPrivate.html +%%DOCSDIR%%/reference/html/structtiming.html +%%DOCSDIR%%/reference/html/zoom-region-private_8h-source.html +%%DOCSDIR%%/reference/html/zoom-region-private_8h.html +%%DOCSDIR%%/reference/html/zoom-region_8c-source.html +%%DOCSDIR%%/reference/html/zoom-region_8c.html +%%DOCSDIR%%/reference/html/zoom-region_8h-source.html +%%DOCSDIR%%/reference/html/zoom-region_8h.html +share/gnome/gnome-mag/1_32/appstart.xpm +share/gnome/gnome-mag/1_32/bottom_left_corner.xpm +share/gnome/gnome-mag/1_32/bottom_side.xpm +share/gnome/gnome-mag/1_32/busy.xpm +share/gnome/gnome-mag/1_32/crosshair.xpm +share/gnome/gnome-mag/1_32/default.xpm +share/gnome/gnome-mag/1_32/fleur.xpm +share/gnome/gnome-mag/1_32/hand.xpm +share/gnome/gnome-mag/1_32/left_ptr.xpm +share/gnome/gnome-mag/1_32/left_side.xpm +share/gnome/gnome-mag/1_32/no.xpm +share/gnome/gnome-mag/1_32/right_side.xpm +share/gnome/gnome-mag/1_32/sb_h_double_arrow.xpm +share/gnome/gnome-mag/1_32/sb_v_double_arrow.xpm +share/gnome/gnome-mag/1_32/top_left_corner.xpm +share/gnome/gnome-mag/1_32/top_right_corner.xpm +share/gnome/gnome-mag/1_32/top_side.xpm +share/gnome/gnome-mag/1_32/up.xpm +share/gnome/gnome-mag/1_32/xterm.xpm +share/gnome/gnome-mag/default-cursor.xpm +share/gnome/idl/gnome-mag-1.0/GNOME_Magnifier.idl +share/locale/ang/LC_MESSAGES/gnome-mag.mo +share/locale/ar/LC_MESSAGES/gnome-mag.mo +share/locale/az/LC_MESSAGES/gnome-mag.mo +share/locale/be/LC_MESSAGES/gnome-mag.mo +share/locale/bg/LC_MESSAGES/gnome-mag.mo +share/locale/bn/LC_MESSAGES/gnome-mag.mo +share/locale/bn_IN/LC_MESSAGES/gnome-mag.mo +share/locale/br/LC_MESSAGES/gnome-mag.mo +share/locale/bs/LC_MESSAGES/gnome-mag.mo +share/locale/ca/LC_MESSAGES/gnome-mag.mo +share/locale/cs/LC_MESSAGES/gnome-mag.mo +share/locale/cy/LC_MESSAGES/gnome-mag.mo +share/locale/da/LC_MESSAGES/gnome-mag.mo +share/locale/de/LC_MESSAGES/gnome-mag.mo +share/locale/dz/LC_MESSAGES/gnome-mag.mo +share/locale/el/LC_MESSAGES/gnome-mag.mo +share/locale/en_CA/LC_MESSAGES/gnome-mag.mo +share/locale/en_GB/LC_MESSAGES/gnome-mag.mo +share/locale/eo/LC_MESSAGES/gnome-mag.mo +share/locale/es/LC_MESSAGES/gnome-mag.mo +share/locale/et/LC_MESSAGES/gnome-mag.mo +share/locale/eu/LC_MESSAGES/gnome-mag.mo +share/locale/fa/LC_MESSAGES/gnome-mag.mo +share/locale/fi/LC_MESSAGES/gnome-mag.mo +share/locale/fr/LC_MESSAGES/gnome-mag.mo +share/locale/ga/LC_MESSAGES/gnome-mag.mo +share/locale/gl/LC_MESSAGES/gnome-mag.mo +share/locale/gu/LC_MESSAGES/gnome-mag.mo +share/locale/he/LC_MESSAGES/gnome-mag.mo +share/locale/hi/LC_MESSAGES/gnome-mag.mo +share/locale/hr/LC_MESSAGES/gnome-mag.mo +share/locale/hu/LC_MESSAGES/gnome-mag.mo +share/locale/id/LC_MESSAGES/gnome-mag.mo +share/locale/is/LC_MESSAGES/gnome-mag.mo +share/locale/it/LC_MESSAGES/gnome-mag.mo +share/locale/ja/LC_MESSAGES/gnome-mag.mo +share/locale/ka/LC_MESSAGES/gnome-mag.mo +share/locale/ko/LC_MESSAGES/gnome-mag.mo +share/locale/ku/LC_MESSAGES/gnome-mag.mo +share/locale/ky/LC_MESSAGES/gnome-mag.mo +share/locale/lt/LC_MESSAGES/gnome-mag.mo +share/locale/lv/LC_MESSAGES/gnome-mag.mo +share/locale/mi/LC_MESSAGES/gnome-mag.mo +share/locale/mn/LC_MESSAGES/gnome-mag.mo +share/locale/mr/LC_MESSAGES/gnome-mag.mo +share/locale/ms/LC_MESSAGES/gnome-mag.mo +share/locale/nb/LC_MESSAGES/gnome-mag.mo +share/locale/ne/LC_MESSAGES/gnome-mag.mo +share/locale/nl/LC_MESSAGES/gnome-mag.mo +share/locale/nn/LC_MESSAGES/gnome-mag.mo +share/locale/or/LC_MESSAGES/gnome-mag.mo +share/locale/pa/LC_MESSAGES/gnome-mag.mo +share/locale/pl/LC_MESSAGES/gnome-mag.mo +share/locale/pt/LC_MESSAGES/gnome-mag.mo +share/locale/pt_BR/LC_MESSAGES/gnome-mag.mo +share/locale/ro/LC_MESSAGES/gnome-mag.mo +share/locale/ru/LC_MESSAGES/gnome-mag.mo +share/locale/rw/LC_MESSAGES/gnome-mag.mo +share/locale/sk/LC_MESSAGES/gnome-mag.mo +share/locale/sl/LC_MESSAGES/gnome-mag.mo +share/locale/sq/LC_MESSAGES/gnome-mag.mo +share/locale/sr/LC_MESSAGES/gnome-mag.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-mag.mo +share/locale/sv/LC_MESSAGES/gnome-mag.mo +share/locale/ta/LC_MESSAGES/gnome-mag.mo +share/locale/th/LC_MESSAGES/gnome-mag.mo +share/locale/tk/LC_MESSAGES/gnome-mag.mo +share/locale/tr/LC_MESSAGES/gnome-mag.mo +share/locale/ug/LC_MESSAGES/gnome-mag.mo +share/locale/uk/LC_MESSAGES/gnome-mag.mo +share/locale/vi/LC_MESSAGES/gnome-mag.mo +share/locale/zh_CN/LC_MESSAGES/gnome-mag.mo +share/locale/zh_HK/LC_MESSAGES/gnome-mag.mo +share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ang/LC_MESSAGES +@dirrmtry share/locale/ang +@dirrm share/gnome/idl/gnome-mag-1.0 +@dirrm share/gnome/gnome-mag/1_32 +@dirrm share/gnome/gnome-mag +@dirrm %%DOCSDIR%%/reference/html +@dirrm %%DOCSDIR%%/reference +@dirrm %%DOCSDIR%% +@dirrm include/gnome-mag-1.0/magnifier +@dirrm include/gnome-mag-1.0 -- cgit v1.2.3