From 4ae4d35e1200c9f2de25449f2f82bbf5b31e22f0 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 18 Mar 2008 19:10:10 +0000 Subject: [PATCH] - add a small note about accessibility in README.OpenBSD - bump PKGNAME "looks good" jasper@ --- x11/gnome/session/Makefile | 6 +++--- x11/gnome/session/files/README.OpenBSD | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/x11/gnome/session/Makefile b/x11/gnome/session/Makefile index dab47994e0c..06d742308a1 100644 --- a/x11/gnome/session/Makefile +++ b/x11/gnome/session/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.35 2008/03/17 19:30:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.36 2008/03/18 19:10:10 ajacoutot Exp $ COMMENT= GNOME session GNOME_PROJECT= gnome-session GNOME_VERSION= 2.20.3 -PKGNAME= ${DISTNAME}p3 +PKGNAME= ${DISTNAME}p4 CATEGORIES= x11 -# GPL/LGPL +# GPLv2/LGPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/x11/gnome/session/files/README.OpenBSD b/x11/gnome/session/files/README.OpenBSD index 6a398a4bde3..ab7d320e05d 100644 --- a/x11/gnome/session/files/README.OpenBSD +++ b/x11/gnome/session/files/README.OpenBSD @@ -1,4 +1,4 @@ -$OpenBSD: README.OpenBSD,v 1.3 2008/03/17 19:30:37 jasper Exp $ +$OpenBSD: README.OpenBSD,v 1.4 2008/03/18 19:10:10 ajacoutot Exp $ The OpenBSD/GNOME desktop * Introduction @@ -9,6 +9,11 @@ panel, a terminal, a text editor and a lot more other utilities. This file will briefly explain to you how to make this experience more pleasant. +* A note about accessibility +If you want to make the GNOME applications "accessible" (e.g. nautilus), +you'll need to install the libgail-gnome package which adds ATK +interfaces for libbonoboui and libgnomeui widgets. + * Installing more packages If your needs aren't satisfied yet, there are many other packages you can install. The most important ones will be mentioned by category: @@ -25,6 +30,7 @@ you can install. The most important ones will be mentioned by category: * gnome-speech - speech module * gnopernicus - screen reader and magnifier * gok - on-screen keyboard + * libgail-gnome - ATK interface to other applications (see above) * orca - assistive technology for visually impaired - Development