diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /accessibility/gnome-mag | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 32 | ||||
-rw-r--r-- | accessibility/gnome-mag/distinfo | 3 | ||||
-rw-r--r-- | accessibility/gnome-mag/files/patch-docs_reference_Makefile.in | 11 | ||||
-rw-r--r-- | accessibility/gnome-mag/files/patch-magnifier_zoom-region.c | 59 | ||||
-rw-r--r-- | accessibility/gnome-mag/pkg-descr | 2 | ||||
-rw-r--r-- | accessibility/gnome-mag/pkg-plist | 332 |
6 files changed, 0 insertions, 439 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile deleted file mode 100644 index 3dd7afc55..000000000 --- a/accessibility/gnome-mag/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gnomemag -# Date created: 12 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.21 2006/07/27 17:49:21 marcus Exp $ -# - -PORTNAME= gnome-mag -PORTVERSION= 0.13.1 -PORTREVISION= 1 -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_XLIB= yes -USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= 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 <bsd.port.mk> diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo deleted file mode 100644 index 80cd46043..000000000 --- a/accessibility/gnome-mag/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-mag-0.13.1.tar.bz2) = 4b16b95fd978640c103a6f9cf452c579 -SHA256 (gnome2/gnome-mag-0.13.1.tar.bz2) = ee253e12750f241e2c299fa990032965458ad7a5adf1bc708604b4efff34571e -SIZE (gnome2/gnome-mag-0.13.1.tar.bz2) = 466020 diff --git a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in deleted file mode 100644 index 7f8016433..000000000 --- a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index b8ab206a3..000000000 --- a/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c +++ /dev/null @@ -1,59 +0,0 @@ ---- 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 deleted file mode 100644 index 090a256b2..000000000 --- a/accessibility/gnome-mag/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 297e75a89..000000000 --- a/accessibility/gnome-mag/pkg-plist +++ /dev/null @@ -1,332 +0,0 @@ -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.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-skels_8c.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.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_0x62.html -%%DOCSDIR%%/reference/html/globals_0x63.html -%%DOCSDIR%%/reference/html/globals_0x64.html -%%DOCSDIR%%/reference/html/globals_0x65.html -%%DOCSDIR%%/reference/html/globals_0x67.html -%%DOCSDIR%%/reference/html/globals_0x69.html -%%DOCSDIR%%/reference/html/globals_0x6d.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_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_type.html -%%DOCSDIR%%/reference/html/globals_vars.html -%%DOCSDIR%%/reference/html/index.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.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.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 -@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 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tk/LC_MESSAGES -@dirrmtry share/locale/tk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang |