diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
commit | 58406bee8938178fc317574c4236434b0dd11a25 (patch) | |
tree | b4fa34eca69e23769c548b4436cbf65d765e5fe2 /accessibility | |
parent | 98eb5c95a29c8dd1a76435744e5316092835f696 (diff) | |
download | ports-58406bee8938178fc317574c4236434b0dd11a25.tar.gz ports-58406bee8938178fc317574c4236434b0dd11a25.zip |
Notes
Diffstat (limited to 'accessibility')
26 files changed, 323 insertions, 116 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 6ef7247bf96a..6b1226e80119 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -6,10 +6,10 @@ # PORTNAME= at-spi -PORTVERSION= 1.4.2 +PORTVERSION= 1.6.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -17,10 +17,11 @@ COMMENT= An Assistive Technology Service Provider Interface USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo lthack intlhack +USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \ + intlhack USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/accessibility/at-spi/distinfo b/accessibility/at-spi/distinfo index 9f11d0c53cda..0ccda013665f 100644 --- a/accessibility/at-spi/distinfo +++ b/accessibility/at-spi/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/at-spi-1.4.2.tar.bz2) = e36683a6e55fcb5ef2e6ef05806f9c3e -SIZE (gnome2/at-spi-1.4.2.tar.bz2) = 510355 +MD5 (gnome2/at-spi-1.6.0.tar.bz2) = 950fc9bb66cf90b720739f3ea5ad8b18 +SIZE (gnome2/at-spi-1.6.0.tar.bz2) = 503948 diff --git a/accessibility/at-spi/pkg-plist b/accessibility/at-spi/pkg-plist index 7e8b4ce0fb29..3764751a51b3 100644 --- a/accessibility/at-spi/pkg-plist +++ b/accessibility/at-spi/pkg-plist @@ -27,16 +27,23 @@ include/at-spi-1.0/libspi/streamablecontent.h include/at-spi-1.0/libspi/table.h include/at-spi-1.0/libspi/text.h include/at-spi-1.0/libspi/value.h +include/at-spi-1.0/login-helper/Accessibility_LoginHelper.h +include/at-spi-1.0/login-helper/login-helper.h lib/libcspi.a lib/libcspi.so -lib/libcspi.so.9 +lib/libcspi.so.10 +lib/libloginhelper.a +lib/libloginhelper.so +lib/libloginhelper.so.0 lib/libspi.a lib/libspi.so -lib/libspi.so.9 +lib/libspi.so.10 lib/gtk-2.0/modules/libatk-bridge.so +lib/orbit-2.0/Accessibility_LoginHelper_module.so lib/orbit-2.0/Accessibility_module.so libdata/bonobo/servers/Accessibility_Registry.server libdata/pkgconfig/cspi-1.0.pc +libdata/pkgconfig/libloginhelper-1.0.pc libdata/pkgconfig/libspi-1.0.pc libexec/at-spi-registryd share/doc/at-spi-cspi/at-spi-cspi-Accessible-Objects.html @@ -79,6 +86,7 @@ share/gnome/idl/at-spi-1.0/Accessibility_Event.idl share/gnome/idl/at-spi-1.0/Accessibility_Hyperlink.idl share/gnome/idl/at-spi-1.0/Accessibility_Hypertext.idl share/gnome/idl/at-spi-1.0/Accessibility_Image.idl +share/gnome/idl/at-spi-1.0/Accessibility_LoginHelper.idl share/gnome/idl/at-spi-1.0/Accessibility_Registry.idl share/gnome/idl/at-spi-1.0/Accessibility_Relation.idl share/gnome/idl/at-spi-1.0/Accessibility_Role.idl @@ -91,6 +99,7 @@ share/gnome/idl/at-spi-1.0/Accessibility_Value.idl @dirrm share/gnome/idl/at-spi-1.0 @dirrm share/doc/at-spi-cspi @dirrm lib/orbit-2.0 +@dirrm include/at-spi-1.0/login-helper @dirrm include/at-spi-1.0/libspi @dirrm include/at-spi-1.0/cspi @dirrm include/at-spi-1.0 diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index be46b0402422..107c9cf45786 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -6,11 +6,11 @@ # PORTNAME= atk -PORTVERSION= 1.6.1 +PORTVERSION= 1.8.0 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} \ ftp://ftp.gtk.org/pub/gtk/v2.3/ -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -18,8 +18,8 @@ COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 -USE_GNOME= gnomehack lthack glib20 +USE_LIBTOOL_VER=15 +USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo index f096173d5fa9..ac7f3c0887bc 100644 --- a/accessibility/atk/distinfo +++ b/accessibility/atk/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/atk-1.6.1.tar.bz2) = f77be7e128c957bd3056c2e270b5f283 -SIZE (gnome2/atk-1.6.1.tar.bz2) = 493415 +MD5 (gnome2/atk-1.8.0.tar.bz2) = fc46940febb0e91427b77457e6356f3d +SIZE (gnome2/atk-1.8.0.tar.bz2) = 500156 diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist index ee9f857ffc86..1a3bf58c5786 100644 --- a/accessibility/atk/pkg-plist +++ b/accessibility/atk/pkg-plist @@ -26,7 +26,7 @@ include/atk-1.0/atk/atkutil.h include/atk-1.0/atk/atkvalue.h lib/libatk-1.0.a lib/libatk-1.0.so -lib/libatk-1.0.so.600 +lib/libatk-1.0.so.800 libdata/pkgconfig/atk.pc %%DOCSDIR%%/AtkAction.html %%DOCSDIR%%/AtkComponent.html @@ -65,6 +65,7 @@ share/locale/az/LC_MESSAGES/atk10.mo share/locale/be/LC_MESSAGES/atk10.mo share/locale/bg/LC_MESSAGES/atk10.mo share/locale/bn/LC_MESSAGES/atk10.mo +share/locale/bs/LC_MESSAGES/atk10.mo share/locale/ca/LC_MESSAGES/atk10.mo share/locale/cs/LC_MESSAGES/atk10.mo share/locale/cy/LC_MESSAGES/atk10.mo @@ -100,6 +101,7 @@ share/locale/ml/LC_MESSAGES/atk10.mo share/locale/mn/LC_MESSAGES/atk10.mo share/locale/mr/LC_MESSAGES/atk10.mo share/locale/ms/LC_MESSAGES/atk10.mo +share/locale/nb/LC_MESSAGES/atk10.mo share/locale/ne/LC_MESSAGES/atk10.mo share/locale/nl/LC_MESSAGES/atk10.mo share/locale/nn/LC_MESSAGES/atk10.mo @@ -118,6 +120,7 @@ share/locale/sr@Latn/LC_MESSAGES/atk10.mo share/locale/sr@ije/LC_MESSAGES/atk10.mo share/locale/sv/LC_MESSAGES/atk10.mo share/locale/ta/LC_MESSAGES/atk10.mo +share/locale/tk/LC_MESSAGES/atk10.mo share/locale/tr/LC_MESSAGES/atk10.mo share/locale/uk/LC_MESSAGES/atk10.mo share/locale/vi/LC_MESSAGES/atk10.mo diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 6e6c2b7c4863..94a50f9c4789 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gail -PORTVERSION= 1.6.6 +PORTVERSION= 1.8.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -19,11 +19,16 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes USE_GNOME= gnomehack libgnomecanvas lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/configure \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/accessibility/gail/distinfo b/accessibility/gail/distinfo index 10e331f382e2..306b6d18d866 100644 --- a/accessibility/gail/distinfo +++ b/accessibility/gail/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gail-1.6.6.tar.bz2) = 0741e06cd58088d4973dda98d3995a99 -SIZE (gnome2/gail-1.6.6.tar.bz2) = 519879 +MD5 (gnome2/gail-1.8.0.tar.bz2) = 58a0520361a47634f19ea271f5a5d8aa +SIZE (gnome2/gail-1.8.0.tar.bz2) = 549085 diff --git a/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in b/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in index 6008612e13c6..39407901dc28 100644 --- a/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in +++ b/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in @@ -1,11 +1,11 @@ ---- docs/reference/libgail-util/Makefile.in.orig Wed Feb 25 13:45:04 2004 -+++ docs/reference/libgail-util/Makefile.in Wed Feb 25 13:55:28 2004 -@@ -476,8 +476,6 @@ +--- docs/reference/libgail-util/Makefile.in.orig Mon Sep 13 12:27:31 2004 ++++ docs/reference/libgail-util/Makefile.in Mon Sep 13 12:28:21 2004 +@@ -474,8 +474,6 @@ echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ - echo '-- Installing $(srcdir)/html/index.sgml' ; \ - $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ - fi + fi) uninstall-local: diff --git a/accessibility/gail/pkg-plist b/accessibility/gail/pkg-plist index 6ee4adb1f929..9ee4141b4ba5 100644 --- a/accessibility/gail/pkg-plist +++ b/accessibility/gail/pkg-plist @@ -1,7 +1,6 @@ include/gail-1.0/libgail-util/gail-util.h include/gail-1.0/libgail-util/gailmisc.h include/gail-1.0/libgail-util/gailtextutil.h -lib/gtk-2.0/modules/libferret.so lib/gtk-2.0/modules/libgail.so lib/libgailutil.a lib/libgailutil.so @@ -16,13 +15,13 @@ share/doc/gail-libgail-util/index.sgml share/doc/gail-libgail-util/left.png share/doc/gail-libgail-util/libgail-util-main.html share/doc/gail-libgail-util/right.png -share/doc/gail-libgail-util/style.css share/doc/gail-libgail-util/up.png share/locale/ar/LC_MESSAGES/gail.mo share/locale/az/LC_MESSAGES/gail.mo share/locale/be/LC_MESSAGES/gail.mo share/locale/bg/LC_MESSAGES/gail.mo share/locale/bn/LC_MESSAGES/gail.mo +share/locale/bs/LC_MESSAGES/gail.mo share/locale/ca/LC_MESSAGES/gail.mo share/locale/cs/LC_MESSAGES/gail.mo share/locale/cy/LC_MESSAGES/gail.mo @@ -37,8 +36,10 @@ share/locale/fa/LC_MESSAGES/gail.mo share/locale/fi/LC_MESSAGES/gail.mo share/locale/fr/LC_MESSAGES/gail.mo share/locale/ga/LC_MESSAGES/gail.mo +share/locale/gu/LC_MESSAGES/gail.mo share/locale/hi/LC_MESSAGES/gail.mo share/locale/hr/LC_MESSAGES/gail.mo +share/locale/hu/LC_MESSAGES/gail.mo share/locale/id/LC_MESSAGES/gail.mo share/locale/is/LC_MESSAGES/gail.mo share/locale/it/LC_MESSAGES/gail.mo @@ -48,9 +49,12 @@ share/locale/lt/LC_MESSAGES/gail.mo share/locale/mi/LC_MESSAGES/gail.mo share/locale/mn/LC_MESSAGES/gail.mo share/locale/ms/LC_MESSAGES/gail.mo +share/locale/nb/LC_MESSAGES/gail.mo +share/locale/ne/LC_MESSAGES/gail.mo share/locale/nl/LC_MESSAGES/gail.mo share/locale/nn/LC_MESSAGES/gail.mo share/locale/no/LC_MESSAGES/gail.mo +share/locale/or/LC_MESSAGES/gail.mo share/locale/pa/LC_MESSAGES/gail.mo share/locale/pl/LC_MESSAGES/gail.mo share/locale/pt/LC_MESSAGES/gail.mo @@ -62,6 +66,8 @@ share/locale/sr/LC_MESSAGES/gail.mo share/locale/sr@Latn/LC_MESSAGES/gail.mo share/locale/sv/LC_MESSAGES/gail.mo share/locale/ta/LC_MESSAGES/gail.mo +share/locale/th/LC_MESSAGES/gail.mo +share/locale/tk/LC_MESSAGES/gail.mo share/locale/tr/LC_MESSAGES/gail.mo share/locale/uk/LC_MESSAGES/gail.mo share/locale/zh_CN/LC_MESSAGES/gail.mo diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 5416df80c64e..49873638cdf9 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomemag -PORTVERSION= 0.10.11 +PORTVERSION= 0.11.10 CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-mag/0.10 +MASTER_SITE_SUBDIR= sources/gnome-mag/0.11 DISTNAME= gnome-mag-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -18,9 +18,9 @@ COMMENT= GNOME screen magnifier USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack +USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo index 6fd1495a3472..b8b7a1de6253 100644 --- a/accessibility/gnome-mag/distinfo +++ b/accessibility/gnome-mag/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-mag-0.10.11.tar.bz2) = 8a117fc965c792a3b4a8ae0d8fa5a33e -SIZE (gnome2/gnome-mag-0.10.11.tar.bz2) = 291851 +MD5 (gnome2/gnome-mag-0.11.10.tar.bz2) = 2603ef3349a8bbadcc1f3b36b467a9bf +SIZE (gnome2/gnome-mag-0.11.10.tar.bz2) = 311253 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 d4557ae47457..000000000000 --- a/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c +++ /dev/null @@ -1,10 +0,0 @@ ---- magnifier/zoom-region.c.orig Tue Dec 9 16:54:22 2003 -+++ magnifier/zoom-region.c Tue Dec 9 16:56:18 2003 -@@ -20,6 +20,7 @@ - * Boston, MA 02111-1307, USA. - */ - -+#include <sys/time.h> - #include <stdlib.h> - #include <string.h> - #include <popt.h> diff --git a/accessibility/gnome-mag/pkg-descr b/accessibility/gnome-mag/pkg-descr index 534934091f1b..090a256b20f6 100644 --- a/accessibility/gnome-mag/pkg-descr +++ b/accessibility/gnome-mag/pkg-descr @@ -1,3 +1,2 @@ -Gnome-mag is an accessibility tool that magnifies the screen for easier -reading. This package includes the magnifier Bonobo service as well as a -sample implementation. +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 index ebac5bf8c9ec..bd9c1e05c343 100644 --- a/accessibility/gnome-mag/pkg-plist +++ b/accessibility/gnome-mag/pkg-plist @@ -2,18 +2,38 @@ bin/magnifier include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h lib/libgnome-mag.a lib/libgnome-mag.so -lib/libgnome-mag.so.1 +lib/libgnome-mag.so.2 libdata/bonobo/servers/GNOME_Magnifier.server libdata/pkgconfig/gnome-mag-1.0.pc -share/gnome/gnome-mag/crosshair-cursor.xpm +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/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 @@ -29,22 +49,27 @@ 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/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/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/ms/LC_MESSAGES/gnome-mag.mo +share/locale/nb/LC_MESSAGES/gnome-mag.mo share/locale/nl/LC_MESSAGES/gnome-mag.mo share/locale/nn/LC_MESSAGES/gnome-mag.mo share/locale/no/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 @@ -57,6 +82,7 @@ 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 @@ -65,6 +91,7 @@ share/locale/vi/LC_MESSAGES/gnome-mag.mo share/locale/zh_CN/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 include/gnome-mag-1.0/magnifier @dirrm include/gnome-mag-1.0 diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile index 5416df80c64e..49873638cdf9 100644 --- a/accessibility/gnomemag/Makefile +++ b/accessibility/gnomemag/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomemag -PORTVERSION= 0.10.11 +PORTVERSION= 0.11.10 CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-mag/0.10 +MASTER_SITE_SUBDIR= sources/gnome-mag/0.11 DISTNAME= gnome-mag-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -18,9 +18,9 @@ COMMENT= GNOME screen magnifier USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack +USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/accessibility/gnomemag/distinfo b/accessibility/gnomemag/distinfo index 6fd1495a3472..b8b7a1de6253 100644 --- a/accessibility/gnomemag/distinfo +++ b/accessibility/gnomemag/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-mag-0.10.11.tar.bz2) = 8a117fc965c792a3b4a8ae0d8fa5a33e -SIZE (gnome2/gnome-mag-0.10.11.tar.bz2) = 291851 +MD5 (gnome2/gnome-mag-0.11.10.tar.bz2) = 2603ef3349a8bbadcc1f3b36b467a9bf +SIZE (gnome2/gnome-mag-0.11.10.tar.bz2) = 311253 diff --git a/accessibility/gnomemag/files/patch-magnifier_zoom-region.c b/accessibility/gnomemag/files/patch-magnifier_zoom-region.c deleted file mode 100644 index d4557ae47457..000000000000 --- a/accessibility/gnomemag/files/patch-magnifier_zoom-region.c +++ /dev/null @@ -1,10 +0,0 @@ ---- magnifier/zoom-region.c.orig Tue Dec 9 16:54:22 2003 -+++ magnifier/zoom-region.c Tue Dec 9 16:56:18 2003 -@@ -20,6 +20,7 @@ - * Boston, MA 02111-1307, USA. - */ - -+#include <sys/time.h> - #include <stdlib.h> - #include <string.h> - #include <popt.h> diff --git a/accessibility/gnomemag/pkg-descr b/accessibility/gnomemag/pkg-descr index 534934091f1b..090a256b20f6 100644 --- a/accessibility/gnomemag/pkg-descr +++ b/accessibility/gnomemag/pkg-descr @@ -1,3 +1,2 @@ -Gnome-mag is an accessibility tool that magnifies the screen for easier -reading. This package includes the magnifier Bonobo service as well as a -sample implementation. +Gnome-Mag magnifies the screen for easier reading. This package includes a +magnification Bonobo service. diff --git a/accessibility/gnomemag/pkg-plist b/accessibility/gnomemag/pkg-plist index ebac5bf8c9ec..bd9c1e05c343 100644 --- a/accessibility/gnomemag/pkg-plist +++ b/accessibility/gnomemag/pkg-plist @@ -2,18 +2,38 @@ bin/magnifier include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h lib/libgnome-mag.a lib/libgnome-mag.so -lib/libgnome-mag.so.1 +lib/libgnome-mag.so.2 libdata/bonobo/servers/GNOME_Magnifier.server libdata/pkgconfig/gnome-mag-1.0.pc -share/gnome/gnome-mag/crosshair-cursor.xpm +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/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 @@ -29,22 +49,27 @@ 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/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/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/ms/LC_MESSAGES/gnome-mag.mo +share/locale/nb/LC_MESSAGES/gnome-mag.mo share/locale/nl/LC_MESSAGES/gnome-mag.mo share/locale/nn/LC_MESSAGES/gnome-mag.mo share/locale/no/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 @@ -57,6 +82,7 @@ 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 @@ -65,6 +91,7 @@ share/locale/vi/LC_MESSAGES/gnome-mag.mo share/locale/zh_CN/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 include/gnome-mag-1.0/magnifier @dirrm include/gnome-mag-1.0 diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 1363a295b5e0..eb20cc957de1 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -6,25 +6,28 @@ # PORTNAME= gnopernicus -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.16 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of accessibility apps for GNOME 2 -LIB_DEPENDS= gnome-mag.1:${PORTSDIR}/accessibility/gnomemag +LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnomemag USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui atspi \ - gnomespeech -USE_LIBTOOL_VER=13 +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= SED="${SED}" +GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas +SHLIB_VERSION= 16 +PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} + .include <bsd.port.mk> diff --git a/accessibility/gnopernicus/distinfo b/accessibility/gnopernicus/distinfo index c4d1d3c27edb..a40466bc5a0d 100644 --- a/accessibility/gnopernicus/distinfo +++ b/accessibility/gnopernicus/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnopernicus-0.8.4.tar.bz2) = ec8cc57606b2568e621e6e7434a4f73b -SIZE (gnome2/gnopernicus-0.8.4.tar.bz2) = 1520946 +MD5 (gnome2/gnopernicus-0.9.16.tar.bz2) = 7870ad0df8edcfd01c4f16c49755db35 +SIZE (gnome2/gnopernicus-0.9.16.tar.bz2) = 1905537 diff --git a/accessibility/gnopernicus/pkg-plist b/accessibility/gnopernicus/pkg-plist index 27bf9af40f8f..547b86846442 100644 --- a/accessibility/gnopernicus/pkg-plist +++ b/accessibility/gnopernicus/pkg-plist @@ -1,15 +1,5 @@ -bin/brlmonitor bin/gnopernicus bin/srcore -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/brlmonitor.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/brlmonitor.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/brlmonitor.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnopernicus.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/gnopernicus.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnopernicus.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/remote.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/remote.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/remote.schemas > /dev/null || /usr/bin/true etc/gnopernicus-1.0/translation_tables/de.a2b etc/gnopernicus-1.0/translation_tables/en_US.a2b etc/gnopernicus-1.0/translation_tables/es.a2b @@ -21,37 +11,35 @@ include/gnopernicus-1.0/libsrconf/libsrconf.h include/gnopernicus-1.0/libsrlow/SRLow.h include/gnopernicus-1.0/libsrlow/SRObject.h include/gnopernicus-1.0/libsrlow/screen-review.h -include/gnopernicus-1.0/libsrs/srsxmlapi.h +include/gnopernicus-1.0/libsrs/srs-xml.h include/gnopernicus-1.0/libsrutil/SREvent.h include/gnopernicus-1.0/libsrutil/SRMessages.h include/gnopernicus-1.0/libsrutil/srintl.h include/gnopernicus-1.0/libsrutil/util.h lib/gnopernicus-1.0/libbrl.a lib/gnopernicus-1.0/libbrl.so -lib/gnopernicus-1.0/libbrl.so.4 +lib/gnopernicus-1.0/libbrl.so.%%SHLIB_VERSION%% lib/gnopernicus-1.0/libke.a lib/gnopernicus-1.0/libke.so -lib/gnopernicus-1.0/libke.so.4 +lib/gnopernicus-1.0/libke.so.%%SHLIB_VERSION%% lib/gnopernicus-1.0/libmag.a lib/gnopernicus-1.0/libmag.so -lib/gnopernicus-1.0/libmag.so.4 +lib/gnopernicus-1.0/libmag.so.%%SHLIB_VERSION%% lib/gnopernicus-1.0/libsrconf.a lib/gnopernicus-1.0/libsrconf.so -lib/gnopernicus-1.0/libsrconf.so.4 +lib/gnopernicus-1.0/libsrconf.so.%%SHLIB_VERSION%% lib/gnopernicus-1.0/libsrlow.a lib/gnopernicus-1.0/libsrlow.so -lib/gnopernicus-1.0/libsrlow.so.4 +lib/gnopernicus-1.0/libsrlow.so.%%SHLIB_VERSION%% lib/gnopernicus-1.0/libsrs.a lib/gnopernicus-1.0/libsrs.so -lib/gnopernicus-1.0/libsrs.so.4 +lib/gnopernicus-1.0/libsrs.so.%%SHLIB_VERSION%% lib/gnopernicus-1.0/libsrutil.a lib/gnopernicus-1.0/libsrutil.so -lib/gnopernicus-1.0/libsrutil.so.4 +lib/gnopernicus-1.0/libsrutil.so.%%SHLIB_VERSION%% libdata/pkgconfig/gnopernicus-1.0.pc +libexec/brlmonitor share/gnome/applications/gnopernicus.desktop -share/gnome/gnopernicus/fonts/braillehc.afm -share/gnome/gnopernicus/fonts/braillehc.pfb -share/gnome/gnopernicus/fonts/braillehc.pfm share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2 share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2 share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2 @@ -83,24 +71,26 @@ share/gnome/gnopernicus/presentation/default.xml share/gnome/gnopernicus/presentation/verbose.xml share/gnome/help/brlmonitor/C/brlmonitor.xml share/gnome/help/brlmonitor/C/legal.xml -share/gnome/help/gnopernicus/C/gnopernicus.xml -share/gnome/help/gnopernicus/C/legal.xml share/gnome/help/brlmonitor/es/brlmonitor.xml share/gnome/help/brlmonitor/es/legal.xml +share/gnome/help/gnopernicus/C/gnopernicus.xml +share/gnome/help/gnopernicus/C/legal.xml share/gnome/help/gnopernicus/es/gnopernicus.xml share/gnome/help/gnopernicus/es/legal.xml share/gnome/omf/gnopernicus/brlmonitor-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/brlmonitor-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnopernicus/gnopernicus-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/gnopernicus-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnopernicus/brlmonitor-es.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/brlmonitor-es.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/gnopernicus/gnopernicus-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/gnopernicus-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnopernicus/gnopernicus-es.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/gnopernicus-es.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnopernicus.png share/locale/ar/LC_MESSAGES/gnopernicus.mo share/locale/az/LC_MESSAGES/gnopernicus.mo share/locale/be/LC_MESSAGES/gnopernicus.mo +share/locale/bg/LC_MESSAGES/gnopernicus.mo +share/locale/bn/LC_MESSAGES/gnopernicus.mo share/locale/ca/LC_MESSAGES/gnopernicus.mo share/locale/cs/LC_MESSAGES/gnopernicus.mo share/locale/cy/LC_MESSAGES/gnopernicus.mo @@ -123,6 +113,7 @@ share/locale/ko/LC_MESSAGES/gnopernicus.mo share/locale/lt/LC_MESSAGES/gnopernicus.mo share/locale/mn/LC_MESSAGES/gnopernicus.mo share/locale/ms/LC_MESSAGES/gnopernicus.mo +share/locale/nb/LC_MESSAGES/gnopernicus.mo share/locale/nl/LC_MESSAGES/gnopernicus.mo share/locale/no/LC_MESSAGES/gnopernicus.mo share/locale/pa/LC_MESSAGES/gnopernicus.mo @@ -130,12 +121,18 @@ share/locale/pl/LC_MESSAGES/gnopernicus.mo share/locale/pt/LC_MESSAGES/gnopernicus.mo share/locale/pt_BR/LC_MESSAGES/gnopernicus.mo share/locale/ro/LC_MESSAGES/gnopernicus.mo +share/locale/ru/LC_MESSAGES/gnopernicus.mo +share/locale/sk/LC_MESSAGES/gnopernicus.mo share/locale/sq/LC_MESSAGES/gnopernicus.mo share/locale/sr/LC_MESSAGES/gnopernicus.mo share/locale/sr@Latn/LC_MESSAGES/gnopernicus.mo share/locale/sv/LC_MESSAGES/gnopernicus.mo +share/locale/ta/LC_MESSAGES/gnopernicus.mo +share/locale/tr/LC_MESSAGES/gnopernicus.mo share/locale/uk/LC_MESSAGES/gnopernicus.mo +share/locale/vi/LC_MESSAGES/gnopernicus.mo share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo +share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo @dirrm share/gnome/omf/gnopernicus @dirrm share/gnome/help/gnopernicus/es @dirrm share/gnome/help/gnopernicus/C @@ -158,7 +155,6 @@ share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo @dirrm share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings @dirrm share/gnome/gnopernicus/glade/gnopi_files @dirrm share/gnome/gnopernicus/glade -@dirrm share/gnome/gnopernicus/fonts @dirrm share/gnome/gnopernicus @dirrm lib/gnopernicus-1.0 @dirrm include/gnopernicus-1.0/libsrutil @@ -172,6 +168,6 @@ share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo @dirrm etc/gnopernicus-1.0/translation_tables @dirrm etc/gnopernicus-1.0 @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/brlmonitor-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/gnopernicus-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/brlmonitor-es.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/gnopernicus-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/gnopernicus-es.omf 2>/dev/null || /usr/bin/true diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 9a948c813aab..f4b5744dfa56 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -6,24 +6,28 @@ # PORTNAME= gok -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.16 CATEGORIES= accessibility sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) +LIB_DEPENDS= gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech + USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix intlhack lthack libgnomeui atspi libwnck +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +GCONF_SCHEMAS= gok.schemas + post-patch: @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ ${WRKSRC}/gok/word-complete.c diff --git a/accessibility/gok/distinfo b/accessibility/gok/distinfo index 7044bb4e8a89..4f079a91e4b9 100644 --- a/accessibility/gok/distinfo +++ b/accessibility/gok/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gok-0.10.2.tar.bz2) = 35605f8f8c32832c3406be92c05cc1f4 -SIZE (gnome2/gok-0.10.2.tar.bz2) = 1125549 +MD5 (gnome2/gok-0.11.16.tar.bz2) = 6bfe9d4efb35ae20ef1c05c191dc8ad7 +SIZE (gnome2/gok-0.11.16.tar.bz2) = 1244123 diff --git a/accessibility/gok/pkg-plist b/accessibility/gok/pkg-plist index 40122da7c73c..80443a4b0d4e 100644 --- a/accessibility/gok/pkg-plist +++ b/accessibility/gok/pkg-plist @@ -1,7 +1,5 @@ +bin/create-branching-keyboard bin/gok -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gok.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/gok.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gok.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_Gok.server libdata/pkgconfig/gok-1.0.pc share/gnome/applications/gok.desktop @@ -20,16 +18,20 @@ share/gnome/gok/am/launcher.kbd share/gnome/gok/am/main.kbd share/gnome/gok/am/mouse.kbd share/gnome/gok/am/move-resize.kbd +share/gnome/gok/am/numberpad.kbd share/gnome/gok/am/quit.kbd share/gnome/gok/am/text-operations.kbd +share/gnome/gok/am/valuator.kbd share/gnome/gok/ar/gok-controls.kbd share/gnome/gok/ar/hide.kbd share/gnome/gok/ar/launcher.kbd share/gnome/gok/ar/main.kbd share/gnome/gok/ar/mouse.kbd share/gnome/gok/ar/move-resize.kbd +share/gnome/gok/ar/numberpad.kbd share/gnome/gok/ar/quit.kbd share/gnome/gok/ar/text-operations.kbd +share/gnome/gok/ar/valuator.kbd share/gnome/gok/automatic-scanning.xam share/gnome/gok/az/gok-controls.kbd share/gnome/gok/az/hide.kbd @@ -37,66 +39,93 @@ share/gnome/gok/az/launcher.kbd share/gnome/gok/az/main.kbd share/gnome/gok/az/mouse.kbd share/gnome/gok/az/move-resize.kbd +share/gnome/gok/az/numberpad.kbd share/gnome/gok/az/quit.kbd share/gnome/gok/az/text-operations.kbd +share/gnome/gok/az/valuator.kbd share/gnome/gok/be/gok-controls.kbd share/gnome/gok/be/hide.kbd share/gnome/gok/be/launcher.kbd share/gnome/gok/be/main.kbd share/gnome/gok/be/mouse.kbd share/gnome/gok/be/move-resize.kbd +share/gnome/gok/be/numberpad.kbd share/gnome/gok/be/quit.kbd share/gnome/gok/be/text-operations.kbd +share/gnome/gok/be/valuator.kbd +share/gnome/gok/bg/gok-controls.kbd +share/gnome/gok/bg/hide.kbd +share/gnome/gok/bg/launcher.kbd +share/gnome/gok/bg/main.kbd +share/gnome/gok/bg/mouse.kbd +share/gnome/gok/bg/move-resize.kbd +share/gnome/gok/bg/numberpad.kbd +share/gnome/gok/bg/quit.kbd +share/gnome/gok/bg/text-operations.kbd +share/gnome/gok/bg/valuator.kbd share/gnome/gok/bn/gok-controls.kbd share/gnome/gok/bn/hide.kbd share/gnome/gok/bn/launcher.kbd share/gnome/gok/bn/main.kbd share/gnome/gok/bn/mouse.kbd share/gnome/gok/bn/move-resize.kbd +share/gnome/gok/bn/numberpad.kbd share/gnome/gok/bn/quit.kbd share/gnome/gok/bn/text-operations.kbd +share/gnome/gok/bn/valuator.kbd share/gnome/gok/ca/gok-controls.kbd share/gnome/gok/ca/hide.kbd share/gnome/gok/ca/launcher.kbd share/gnome/gok/ca/main.kbd share/gnome/gok/ca/mouse.kbd share/gnome/gok/ca/move-resize.kbd +share/gnome/gok/ca/numberpad.kbd share/gnome/gok/ca/quit.kbd share/gnome/gok/ca/text-operations.kbd +share/gnome/gok/ca/valuator.kbd share/gnome/gok/cs/gok-controls.kbd share/gnome/gok/cs/hide.kbd share/gnome/gok/cs/launcher.kbd share/gnome/gok/cs/main.kbd share/gnome/gok/cs/mouse.kbd share/gnome/gok/cs/move-resize.kbd +share/gnome/gok/cs/numberpad.kbd share/gnome/gok/cs/quit.kbd share/gnome/gok/cs/text-operations.kbd +share/gnome/gok/cs/valuator.kbd share/gnome/gok/cy/gok-controls.kbd share/gnome/gok/cy/hide.kbd share/gnome/gok/cy/launcher.kbd share/gnome/gok/cy/main.kbd share/gnome/gok/cy/mouse.kbd share/gnome/gok/cy/move-resize.kbd +share/gnome/gok/cy/numberpad.kbd share/gnome/gok/cy/quit.kbd share/gnome/gok/cy/text-operations.kbd +share/gnome/gok/cy/valuator.kbd share/gnome/gok/da/gok-controls.kbd share/gnome/gok/da/hide.kbd share/gnome/gok/da/launcher.kbd share/gnome/gok/da/main.kbd share/gnome/gok/da/mouse.kbd share/gnome/gok/da/move-resize.kbd +share/gnome/gok/da/numberpad.kbd share/gnome/gok/da/quit.kbd share/gnome/gok/da/text-operations.kbd +share/gnome/gok/da/valuator.kbd share/gnome/gok/de/gok-controls.kbd share/gnome/gok/de/hide.kbd share/gnome/gok/de/launcher.kbd share/gnome/gok/de/main.kbd share/gnome/gok/de/mouse.kbd share/gnome/gok/de/move-resize.kbd +share/gnome/gok/de/numberpad.kbd share/gnome/gok/de/quit.kbd share/gnome/gok/de/text-operations.kbd +share/gnome/gok/de/valuator.kbd share/gnome/gok/dictionary.txt share/gnome/gok/direct-selection.xam +share/gnome/gok/directed.xam share/gnome/gok/dwell-selection.xam share/gnome/gok/el/gok-controls.kbd share/gnome/gok/el/hide.kbd @@ -104,52 +133,75 @@ share/gnome/gok/el/launcher.kbd share/gnome/gok/el/main.kbd share/gnome/gok/el/mouse.kbd share/gnome/gok/el/move-resize.kbd +share/gnome/gok/el/numberpad.kbd share/gnome/gok/el/quit.kbd share/gnome/gok/el/text-operations.kbd +share/gnome/gok/el/valuator.kbd +share/gnome/gok/empty.png share/gnome/gok/en_CA/gok-controls.kbd share/gnome/gok/en_CA/hide.kbd share/gnome/gok/en_CA/launcher.kbd share/gnome/gok/en_CA/main.kbd share/gnome/gok/en_CA/mouse.kbd share/gnome/gok/en_CA/move-resize.kbd +share/gnome/gok/en_CA/numberpad.kbd share/gnome/gok/en_CA/quit.kbd share/gnome/gok/en_CA/text-operations.kbd +share/gnome/gok/en_CA/valuator.kbd share/gnome/gok/en_GB/gok-controls.kbd share/gnome/gok/en_GB/hide.kbd share/gnome/gok/en_GB/launcher.kbd share/gnome/gok/en_GB/main.kbd share/gnome/gok/en_GB/mouse.kbd share/gnome/gok/en_GB/move-resize.kbd +share/gnome/gok/en_GB/numberpad.kbd share/gnome/gok/en_GB/quit.kbd share/gnome/gok/en_GB/text-operations.kbd -share/gnome/gok/empty.png +share/gnome/gok/en_GB/valuator.kbd share/gnome/gok/es/gok-controls.kbd share/gnome/gok/es/hide.kbd share/gnome/gok/es/launcher.kbd share/gnome/gok/es/main.kbd share/gnome/gok/es/mouse.kbd share/gnome/gok/es/move-resize.kbd +share/gnome/gok/es/numberpad.kbd share/gnome/gok/es/quit.kbd share/gnome/gok/es/text-operations.kbd +share/gnome/gok/es/valuator.kbd +share/gnome/gok/fi/gok-controls.kbd +share/gnome/gok/fi/hide.kbd +share/gnome/gok/fi/launcher.kbd +share/gnome/gok/fi/main.kbd +share/gnome/gok/fi/mouse.kbd +share/gnome/gok/fi/move-resize.kbd +share/gnome/gok/fi/numberpad.kbd +share/gnome/gok/fi/quit.kbd +share/gnome/gok/fi/text-operations.kbd +share/gnome/gok/fi/valuator.kbd share/gnome/gok/fr/gok-controls.kbd share/gnome/gok/fr/hide.kbd share/gnome/gok/fr/launcher.kbd share/gnome/gok/fr/main.kbd share/gnome/gok/fr/mouse.kbd share/gnome/gok/fr/move-resize.kbd +share/gnome/gok/fr/numberpad.kbd share/gnome/gok/fr/quit.kbd share/gnome/gok/fr/text-operations.kbd +share/gnome/gok/fr/valuator.kbd share/gnome/gok/ga/gok-controls.kbd share/gnome/gok/ga/hide.kbd share/gnome/gok/ga/launcher.kbd share/gnome/gok/ga/main.kbd share/gnome/gok/ga/mouse.kbd share/gnome/gok/ga/move-resize.kbd +share/gnome/gok/ga/numberpad.kbd share/gnome/gok/ga/quit.kbd share/gnome/gok/ga/text-operations.kbd +share/gnome/gok/ga/valuator.kbd +share/gnome/gok/glade/gok.glade2 +share/gnome/gok/gok-controls.kbd share/gnome/gok/gok.png share/gnome/gok/gok.rc -share/gnome/gok/gok-controls.kbd share/gnome/gok/goklogo.png share/gnome/gok/goksound1.wav share/gnome/gok/goksound2.wav @@ -159,16 +211,20 @@ share/gnome/gok/gu/launcher.kbd share/gnome/gok/gu/main.kbd share/gnome/gok/gu/mouse.kbd share/gnome/gok/gu/move-resize.kbd +share/gnome/gok/gu/numberpad.kbd share/gnome/gok/gu/quit.kbd share/gnome/gok/gu/text-operations.kbd +share/gnome/gok/gu/valuator.kbd share/gnome/gok/hi/gok-controls.kbd share/gnome/gok/hi/hide.kbd share/gnome/gok/hi/launcher.kbd share/gnome/gok/hi/main.kbd share/gnome/gok/hi/mouse.kbd share/gnome/gok/hi/move-resize.kbd +share/gnome/gok/hi/numberpad.kbd share/gnome/gok/hi/quit.kbd share/gnome/gok/hi/text-operations.kbd +share/gnome/gok/hi/valuator.kbd share/gnome/gok/hide.kbd share/gnome/gok/hr/gok-controls.kbd share/gnome/gok/hr/hide.kbd @@ -176,16 +232,30 @@ share/gnome/gok/hr/launcher.kbd share/gnome/gok/hr/main.kbd share/gnome/gok/hr/mouse.kbd share/gnome/gok/hr/move-resize.kbd +share/gnome/gok/hr/numberpad.kbd share/gnome/gok/hr/quit.kbd share/gnome/gok/hr/text-operations.kbd +share/gnome/gok/hr/valuator.kbd share/gnome/gok/hu/gok-controls.kbd share/gnome/gok/hu/hide.kbd share/gnome/gok/hu/launcher.kbd share/gnome/gok/hu/main.kbd share/gnome/gok/hu/mouse.kbd share/gnome/gok/hu/move-resize.kbd +share/gnome/gok/hu/numberpad.kbd share/gnome/gok/hu/quit.kbd share/gnome/gok/hu/text-operations.kbd +share/gnome/gok/hu/valuator.kbd +share/gnome/gok/id/gok-controls.kbd +share/gnome/gok/id/hide.kbd +share/gnome/gok/id/launcher.kbd +share/gnome/gok/id/main.kbd +share/gnome/gok/id/mouse.kbd +share/gnome/gok/id/move-resize.kbd +share/gnome/gok/id/numberpad.kbd +share/gnome/gok/id/quit.kbd +share/gnome/gok/id/text-operations.kbd +share/gnome/gok/id/valuator.kbd share/gnome/gok/inverse-scanning.xam share/gnome/gok/it/gok-controls.kbd share/gnome/gok/it/hide.kbd @@ -193,24 +263,30 @@ share/gnome/gok/it/launcher.kbd share/gnome/gok/it/main.kbd share/gnome/gok/it/mouse.kbd share/gnome/gok/it/move-resize.kbd +share/gnome/gok/it/numberpad.kbd share/gnome/gok/it/quit.kbd share/gnome/gok/it/text-operations.kbd +share/gnome/gok/it/valuator.kbd share/gnome/gok/ja/gok-controls.kbd share/gnome/gok/ja/hide.kbd share/gnome/gok/ja/launcher.kbd share/gnome/gok/ja/main.kbd share/gnome/gok/ja/mouse.kbd share/gnome/gok/ja/move-resize.kbd +share/gnome/gok/ja/numberpad.kbd share/gnome/gok/ja/quit.kbd share/gnome/gok/ja/text-operations.kbd +share/gnome/gok/ja/valuator.kbd share/gnome/gok/ko/gok-controls.kbd share/gnome/gok/ko/hide.kbd share/gnome/gok/ko/launcher.kbd share/gnome/gok/ko/main.kbd share/gnome/gok/ko/mouse.kbd share/gnome/gok/ko/move-resize.kbd +share/gnome/gok/ko/numberpad.kbd share/gnome/gok/ko/quit.kbd share/gnome/gok/ko/text-operations.kbd +share/gnome/gok/ko/valuator.kbd share/gnome/gok/latched.png share/gnome/gok/launcher.kbd share/gnome/gok/locked.png @@ -220,8 +296,10 @@ share/gnome/gok/lt/launcher.kbd share/gnome/gok/lt/main.kbd share/gnome/gok/lt/mouse.kbd share/gnome/gok/lt/move-resize.kbd +share/gnome/gok/lt/numberpad.kbd share/gnome/gok/lt/quit.kbd share/gnome/gok/lt/text-operations.kbd +share/gnome/gok/lt/valuator.kbd share/gnome/gok/main.kbd share/gnome/gok/manage.kbd share/gnome/gok/mk/gok-controls.kbd @@ -230,24 +308,30 @@ share/gnome/gok/mk/launcher.kbd share/gnome/gok/mk/main.kbd share/gnome/gok/mk/mouse.kbd share/gnome/gok/mk/move-resize.kbd +share/gnome/gok/mk/numberpad.kbd share/gnome/gok/mk/quit.kbd share/gnome/gok/mk/text-operations.kbd +share/gnome/gok/mk/valuator.kbd share/gnome/gok/ml/gok-controls.kbd share/gnome/gok/ml/hide.kbd share/gnome/gok/ml/launcher.kbd share/gnome/gok/ml/main.kbd share/gnome/gok/ml/mouse.kbd share/gnome/gok/ml/move-resize.kbd +share/gnome/gok/ml/numberpad.kbd share/gnome/gok/ml/quit.kbd share/gnome/gok/ml/text-operations.kbd +share/gnome/gok/ml/valuator.kbd share/gnome/gok/mn/gok-controls.kbd share/gnome/gok/mn/hide.kbd share/gnome/gok/mn/launcher.kbd share/gnome/gok/mn/main.kbd share/gnome/gok/mn/mouse.kbd share/gnome/gok/mn/move-resize.kbd +share/gnome/gok/mn/numberpad.kbd share/gnome/gok/mn/quit.kbd share/gnome/gok/mn/text-operations.kbd +share/gnome/gok/mn/valuator.kbd share/gnome/gok/mouse.kbd share/gnome/gok/move-resize.kbd share/gnome/gok/ms/gok-controls.kbd @@ -256,56 +340,81 @@ share/gnome/gok/ms/launcher.kbd share/gnome/gok/ms/main.kbd share/gnome/gok/ms/mouse.kbd share/gnome/gok/ms/move-resize.kbd +share/gnome/gok/ms/numberpad.kbd share/gnome/gok/ms/quit.kbd share/gnome/gok/ms/text-operations.kbd +share/gnome/gok/ms/valuator.kbd +share/gnome/gok/nb/gok-controls.kbd +share/gnome/gok/nb/hide.kbd +share/gnome/gok/nb/launcher.kbd +share/gnome/gok/nb/main.kbd +share/gnome/gok/nb/mouse.kbd +share/gnome/gok/nb/move-resize.kbd +share/gnome/gok/nb/numberpad.kbd +share/gnome/gok/nb/quit.kbd +share/gnome/gok/nb/text-operations.kbd +share/gnome/gok/nb/valuator.kbd share/gnome/gok/nl/gok-controls.kbd share/gnome/gok/nl/hide.kbd share/gnome/gok/nl/launcher.kbd share/gnome/gok/nl/main.kbd share/gnome/gok/nl/mouse.kbd share/gnome/gok/nl/move-resize.kbd +share/gnome/gok/nl/numberpad.kbd share/gnome/gok/nl/quit.kbd share/gnome/gok/nl/text-operations.kbd +share/gnome/gok/nl/valuator.kbd share/gnome/gok/no/gok-controls.kbd share/gnome/gok/no/hide.kbd share/gnome/gok/no/launcher.kbd share/gnome/gok/no/main.kbd share/gnome/gok/no/mouse.kbd share/gnome/gok/no/move-resize.kbd +share/gnome/gok/no/numberpad.kbd share/gnome/gok/no/quit.kbd share/gnome/gok/no/text-operations.kbd +share/gnome/gok/no/valuator.kbd +share/gnome/gok/numberpad.kbd share/gnome/gok/pa/gok-controls.kbd share/gnome/gok/pa/hide.kbd share/gnome/gok/pa/launcher.kbd share/gnome/gok/pa/main.kbd share/gnome/gok/pa/mouse.kbd share/gnome/gok/pa/move-resize.kbd +share/gnome/gok/pa/numberpad.kbd share/gnome/gok/pa/quit.kbd share/gnome/gok/pa/text-operations.kbd +share/gnome/gok/pa/valuator.kbd share/gnome/gok/pl/gok-controls.kbd share/gnome/gok/pl/hide.kbd share/gnome/gok/pl/launcher.kbd share/gnome/gok/pl/main.kbd share/gnome/gok/pl/mouse.kbd share/gnome/gok/pl/move-resize.kbd +share/gnome/gok/pl/numberpad.kbd share/gnome/gok/pl/quit.kbd share/gnome/gok/pl/text-operations.kbd +share/gnome/gok/pl/valuator.kbd share/gnome/gok/pt/gok-controls.kbd share/gnome/gok/pt/hide.kbd share/gnome/gok/pt/launcher.kbd share/gnome/gok/pt/main.kbd share/gnome/gok/pt/mouse.kbd share/gnome/gok/pt/move-resize.kbd +share/gnome/gok/pt/numberpad.kbd share/gnome/gok/pt/quit.kbd share/gnome/gok/pt/text-operations.kbd +share/gnome/gok/pt/valuator.kbd share/gnome/gok/pt_BR/gok-controls.kbd share/gnome/gok/pt_BR/hide.kbd share/gnome/gok/pt_BR/launcher.kbd share/gnome/gok/pt_BR/main.kbd share/gnome/gok/pt_BR/mouse.kbd share/gnome/gok/pt_BR/move-resize.kbd +share/gnome/gok/pt_BR/numberpad.kbd share/gnome/gok/pt_BR/quit.kbd share/gnome/gok/pt_BR/text-operations.kbd +share/gnome/gok/pt_BR/valuator.kbd share/gnome/gok/quit.kbd share/gnome/gok/qwerty.kbd share/gnome/gok/singlekey-automatic-scanning.xam @@ -316,8 +425,10 @@ share/gnome/gok/sl/launcher.kbd share/gnome/gok/sl/main.kbd share/gnome/gok/sl/mouse.kbd share/gnome/gok/sl/move-resize.kbd +share/gnome/gok/sl/numberpad.kbd share/gnome/gok/sl/quit.kbd share/gnome/gok/sl/text-operations.kbd +share/gnome/gok/sl/valuator.kbd share/gnome/gok/small-empty.png share/gnome/gok/sq/gok-controls.kbd share/gnome/gok/sq/hide.kbd @@ -325,40 +436,50 @@ share/gnome/gok/sq/launcher.kbd share/gnome/gok/sq/main.kbd share/gnome/gok/sq/mouse.kbd share/gnome/gok/sq/move-resize.kbd +share/gnome/gok/sq/numberpad.kbd share/gnome/gok/sq/quit.kbd share/gnome/gok/sq/text-operations.kbd +share/gnome/gok/sq/valuator.kbd share/gnome/gok/sr/gok-controls.kbd share/gnome/gok/sr/hide.kbd share/gnome/gok/sr/launcher.kbd share/gnome/gok/sr/main.kbd share/gnome/gok/sr/mouse.kbd share/gnome/gok/sr/move-resize.kbd +share/gnome/gok/sr/numberpad.kbd share/gnome/gok/sr/quit.kbd share/gnome/gok/sr/text-operations.kbd +share/gnome/gok/sr/valuator.kbd share/gnome/gok/sr@Latn/gok-controls.kbd share/gnome/gok/sr@Latn/hide.kbd share/gnome/gok/sr@Latn/launcher.kbd share/gnome/gok/sr@Latn/main.kbd share/gnome/gok/sr@Latn/mouse.kbd share/gnome/gok/sr@Latn/move-resize.kbd +share/gnome/gok/sr@Latn/numberpad.kbd share/gnome/gok/sr@Latn/quit.kbd share/gnome/gok/sr@Latn/text-operations.kbd +share/gnome/gok/sr@Latn/valuator.kbd share/gnome/gok/sv/gok-controls.kbd share/gnome/gok/sv/hide.kbd share/gnome/gok/sv/launcher.kbd share/gnome/gok/sv/main.kbd share/gnome/gok/sv/mouse.kbd share/gnome/gok/sv/move-resize.kbd +share/gnome/gok/sv/numberpad.kbd share/gnome/gok/sv/quit.kbd share/gnome/gok/sv/text-operations.kbd +share/gnome/gok/sv/valuator.kbd share/gnome/gok/ta/gok-controls.kbd share/gnome/gok/ta/hide.kbd share/gnome/gok/ta/launcher.kbd share/gnome/gok/ta/main.kbd share/gnome/gok/ta/mouse.kbd share/gnome/gok/ta/move-resize.kbd +share/gnome/gok/ta/numberpad.kbd share/gnome/gok/ta/quit.kbd share/gnome/gok/ta/text-operations.kbd +share/gnome/gok/ta/valuator.kbd share/gnome/gok/text-operations.kbd share/gnome/gok/uk/gok-controls.kbd share/gnome/gok/uk/hide.kbd @@ -366,40 +487,59 @@ share/gnome/gok/uk/launcher.kbd share/gnome/gok/uk/main.kbd share/gnome/gok/uk/mouse.kbd share/gnome/gok/uk/move-resize.kbd +share/gnome/gok/uk/numberpad.kbd share/gnome/gok/uk/quit.kbd share/gnome/gok/uk/text-operations.kbd +share/gnome/gok/uk/valuator.kbd +share/gnome/gok/valuator.kbd +share/gnome/gok/value-fast-less.png +share/gnome/gok/value-fast-more.png +share/gnome/gok/value-less.png +share/gnome/gok/value-max.png +share/gnome/gok/value-min.png +share/gnome/gok/value-more.png share/gnome/gok/vi/gok-controls.kbd share/gnome/gok/vi/hide.kbd share/gnome/gok/vi/launcher.kbd share/gnome/gok/vi/main.kbd share/gnome/gok/vi/mouse.kbd share/gnome/gok/vi/move-resize.kbd +share/gnome/gok/vi/numberpad.kbd share/gnome/gok/vi/quit.kbd share/gnome/gok/vi/text-operations.kbd +share/gnome/gok/vi/valuator.kbd share/gnome/gok/zh_CN/gok-controls.kbd share/gnome/gok/zh_CN/hide.kbd share/gnome/gok/zh_CN/launcher.kbd share/gnome/gok/zh_CN/main.kbd share/gnome/gok/zh_CN/mouse.kbd share/gnome/gok/zh_CN/move-resize.kbd +share/gnome/gok/zh_CN/numberpad.kbd share/gnome/gok/zh_CN/quit.kbd share/gnome/gok/zh_CN/text-operations.kbd +share/gnome/gok/zh_CN/valuator.kbd share/gnome/gok/zh_TW/gok-controls.kbd share/gnome/gok/zh_TW/hide.kbd share/gnome/gok/zh_TW/launcher.kbd share/gnome/gok/zh_TW/main.kbd share/gnome/gok/zh_TW/mouse.kbd share/gnome/gok/zh_TW/move-resize.kbd +share/gnome/gok/zh_TW/numberpad.kbd share/gnome/gok/zh_TW/quit.kbd share/gnome/gok/zh_TW/text-operations.kbd +share/gnome/gok/zh_TW/valuator.kbd share/gnome/help/gok/C/gok.xml +share/gnome/help/gok/C/keyboards.xml +share/gnome/help/gok/C/legal.xml +share/gnome/help/gok/C/prefs.xml share/gnome/omf/gok/gok-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gok/gok-C.omf || /usr/bin/true +@exec scrollkeeper-install -q %D/share/gnome/omf/gok/gok-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gok.png share/locale/am/LC_MESSAGES/gok.mo share/locale/ar/LC_MESSAGES/gok.mo share/locale/az/LC_MESSAGES/gok.mo share/locale/be/LC_MESSAGES/gok.mo +share/locale/bg/LC_MESSAGES/gok.mo share/locale/bn/LC_MESSAGES/gok.mo share/locale/ca/LC_MESSAGES/gok.mo share/locale/cs/LC_MESSAGES/gok.mo @@ -410,12 +550,14 @@ share/locale/el/LC_MESSAGES/gok.mo share/locale/en_CA/LC_MESSAGES/gok.mo share/locale/en_GB/LC_MESSAGES/gok.mo share/locale/es/LC_MESSAGES/gok.mo +share/locale/fi/LC_MESSAGES/gok.mo share/locale/fr/LC_MESSAGES/gok.mo share/locale/ga/LC_MESSAGES/gok.mo share/locale/gu/LC_MESSAGES/gok.mo share/locale/hi/LC_MESSAGES/gok.mo share/locale/hr/LC_MESSAGES/gok.mo share/locale/hu/LC_MESSAGES/gok.mo +share/locale/id/LC_MESSAGES/gok.mo share/locale/it/LC_MESSAGES/gok.mo share/locale/ja/LC_MESSAGES/gok.mo share/locale/ko/LC_MESSAGES/gok.mo @@ -424,6 +566,7 @@ share/locale/mk/LC_MESSAGES/gok.mo share/locale/ml/LC_MESSAGES/gok.mo share/locale/mn/LC_MESSAGES/gok.mo share/locale/ms/LC_MESSAGES/gok.mo +share/locale/nb/LC_MESSAGES/gok.mo share/locale/nl/LC_MESSAGES/gok.mo share/locale/no/LC_MESSAGES/gok.mo share/locale/pa/LC_MESSAGES/gok.mo @@ -459,6 +602,7 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo @dirrm share/gnome/gok/pa @dirrm share/gnome/gok/no @dirrm share/gnome/gok/nl +@dirrm share/gnome/gok/nb @dirrm share/gnome/gok/ms @dirrm share/gnome/gok/mn @dirrm share/gnome/gok/ml @@ -467,12 +611,15 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo @dirrm share/gnome/gok/ko @dirrm share/gnome/gok/ja @dirrm share/gnome/gok/it +@dirrm share/gnome/gok/id @dirrm share/gnome/gok/hu @dirrm share/gnome/gok/hr @dirrm share/gnome/gok/hi @dirrm share/gnome/gok/gu +@dirrm share/gnome/gok/glade @dirrm share/gnome/gok/ga @dirrm share/gnome/gok/fr +@dirrm share/gnome/gok/fi @dirrm share/gnome/gok/es @dirrm share/gnome/gok/en_GB @dirrm share/gnome/gok/en_CA @@ -483,9 +630,10 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo @dirrm share/gnome/gok/cs @dirrm share/gnome/gok/ca @dirrm share/gnome/gok/bn +@dirrm share/gnome/gok/bg @dirrm share/gnome/gok/be @dirrm share/gnome/gok/az @dirrm share/gnome/gok/ar @dirrm share/gnome/gok/am @dirrm share/gnome/gok -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gok/gok-C.omf || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gok/gok-C.omf 2>/dev/null || /usr/bin/true |