diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-28 19:11:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-28 19:11:50 +0000 |
commit | 3e3f71822294e98866adc74119259395df7194b3 (patch) | |
tree | d9fb3fc3401b77b097e62e57feb7fa6d3430f3cf /misc/gok | |
parent | d88efd877e7322abd876f90c24dde84ae54933e0 (diff) | |
download | pkgsrc-3e3f71822294e98866adc74119259395df7194b3.tar.gz |
Update to 0.11.12:
What's new in GOK 0.11.12?
* Bug fixes including: 155182 (double actions)
What's new in GOK 0.11.10/0.11.11 ?
* Fix regression caused by bugfix 151417; this release
should be used instead of 0.11.9.
What's new in GOK 0.11.9 ?
* Expose multiple actions for UI components which have more than one
possible user action available. Fixes bug #151417.
* Improved table and list behavior: Bugfixes for #153130, #152788,
#153389.
* Rewrite of online help (thanks to Irene Ryan!)
Diffstat (limited to 'misc/gok')
-rw-r--r-- | misc/gok/Makefile | 5 | ||||
-rw-r--r-- | misc/gok/PLIST | 58 | ||||
-rw-r--r-- | misc/gok/distinfo | 6 |
3 files changed, 62 insertions, 7 deletions
diff --git a/misc/gok/Makefile b/misc/gok/Makefile index 7240ae44ab2..fd4e40501e6 100644 --- a/misc/gok/Makefile +++ b/misc/gok/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/10/03 00:12:59 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/10/28 19:11:50 jmmv Exp $ # -DISTNAME= gok-0.11.8 -PKGREVISION= 1 +DISTNAME= gok-0.11.12 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gok/0.11/} EXTRACT_SUFX= .tar.bz2 diff --git a/misc/gok/PLIST b/misc/gok/PLIST index 25c0031dc5c..cd82caa42e8 100644 --- a/misc/gok/PLIST +++ b/misc/gok/PLIST @@ -1,9 +1,64 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/21 17:11:42 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/10/28 19:11:50 jmmv Exp $ bin/create-branching-keyboard bin/gok lib/bonobo/servers/GNOME_Gok.server lib/pkgconfig/gok-1.0.pc share/applications/gok.desktop +share/doc/gok/ch01.html +share/doc/gok/gok-GokButton.html +share/doc/gok/gok-arraylist.html +share/doc/gok/gok-callbacks.html +share/doc/gok/gok-command-common.html +share/doc/gok/gok-command-edge-data.html +share/doc/gok/gok-command-edge.html +share/doc/gok/gok-command-graph.html +share/doc/gok/gok-command-predictor.html +share/doc/gok/gok-command-vertex-data.html +share/doc/gok/gok-command-vertex.html +share/doc/gok/gok-global.html +share/doc/gok/gok-gok-action.html +share/doc/gok/gok-gok-branchback-stack.html +share/doc/gok/gok-gok-chunker.html +share/doc/gok/gok-gok-control.html +share/doc/gok/gok-gok-data.html +share/doc/gok/gok-gok-editor.html +share/doc/gok/gok-gok-feedback.html +share/doc/gok/gok-gok-gconf.html +share/doc/gok/gok-gok-key.html +share/doc/gok/gok-gok-keyboard.html +share/doc/gok/gok-gok-keyslotter.html +share/doc/gok/gok-gok-log-priv.html +share/doc/gok/gok-gok-log-reader.html +share/doc/gok/gok-gok-log.html +share/doc/gok/gok-gok-modifier.html +share/doc/gok/gok-gok-output.html +share/doc/gok/gok-gok-page-accessmethod.html +share/doc/gok/gok-gok-page-actions.html +share/doc/gok/gok-gok-page-feedbacks.html +share/doc/gok/gok-gok-page-keysizespace.html +share/doc/gok/gok-gok-page-wordcomplete.html +share/doc/gok/gok-gok-predictor.html +share/doc/gok/gok-gok-scanner.html +share/doc/gok/gok-gok-settings-dialog.html +share/doc/gok/gok-gok-sound.html +share/doc/gok/gok-gok-spy-priv.html +share/doc/gok/gok-gok-spy.html +share/doc/gok/gok-gok-word-complete.html +share/doc/gok/gok-gok.html +share/doc/gok/gok-gtkjoyswitch.html +share/doc/gok/gok-interface.html +share/doc/gok/gok-main.html +share/doc/gok/gok-support.html +share/doc/gok/gok-switchapi.html +share/doc/gok/gok-word-complete.html +share/doc/gok/gok.devhelp +share/doc/gok/home.png +share/doc/gok/index.html +share/doc/gok/index.sgml +share/doc/gok/left.png +share/doc/gok/right.png +share/doc/gok/style.css +share/doc/gok/up.png share/gconf/schemas/gok.schemas share/gnome/help/gok/C/gok.xml share/gnome/help/gok/C/keyboards.xml @@ -641,5 +696,6 @@ share/pixmaps/gok.png @dirrm share/gnome/help/gok @comment in gnome2-dirs: @dirrm share/gnome/help @comment in GConf2: @dirrm share/gconf/schemas +@dirrm share/doc/gok @comment in xdg-dirs: @dirrm share/applications @comment in libbonobo: @dirrm lib/bonobo/servers diff --git a/misc/gok/distinfo b/misc/gok/distinfo index 0a76e7f64bd..162e2e3d8a3 100644 --- a/misc/gok/distinfo +++ b/misc/gok/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/09/21 17:11:42 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/10/28 19:11:50 jmmv Exp $ -SHA1 (gok-0.11.8.tar.bz2) = 4e6339a38636227c3f7a057989eb134760aef2c3 -Size (gok-0.11.8.tar.bz2) = 1228385 bytes +SHA1 (gok-0.11.12.tar.bz2) = 94a19d66cf2ce7b869997fff717377d305bbf868 +Size (gok-0.11.12.tar.bz2) = 1352249 bytes |