- add a small note about accessibility in README.OpenBSD

- bump PKGNAME

"looks good" jasper@
This commit is contained in:
ajacoutot 2008-03-18 19:10:10 +00:00
parent 94cec8f444
commit 4ae4d35e12
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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