- Add a README.OpenBSD
This file contains some notes about running GNOME on OpenBSD. feedback and ok ajacoutot@ bernd@ grammar fix by sthen@
This commit is contained in:
parent
609b0ed0f0
commit
c97caecc2c
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2008/01/23 21:50:00 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2008/01/24 11:43:31 jasper Exp $
|
||||
|
||||
COMMENT= GNOME session
|
||||
|
||||
GNOME_PROJECT= gnome-session
|
||||
GNOME_VERSION= 2.20.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= x11
|
||||
|
||||
# GPL/LGPL
|
||||
@ -59,4 +60,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
post-patch:
|
||||
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
||||
|
||||
post-install:
|
||||
@sed -e 's,!!PREFIX!!,${PREFIX},' ${FILESDIR}/README.OpenBSD > \
|
||||
${WRKBUILD}/README.OpenBSD
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnome-session
|
||||
${INSTALL_DATA} ${WRKBUILD}/README.OpenBSD \
|
||||
${PREFIX}/share/doc/gnome-session
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
48
x11/gnome/session/files/README.OpenBSD
Normal file
48
x11/gnome/session/files/README.OpenBSD
Normal file
@ -0,0 +1,48 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.1 2008/01/24 11:43:31 jasper Exp $
|
||||
The OpenBSD/GNOME desktop
|
||||
|
||||
* Introduction
|
||||
The gnome-session package will install a minimal working GNOME desktop.
|
||||
It provides you with the basic interface (including themes), a control
|
||||
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.
|
||||
|
||||
* 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:
|
||||
|
||||
- Communication
|
||||
* empathy - Telepathy based messenger
|
||||
* epiphany - lightweight and simple web browser
|
||||
* evolution - integrated email and PIM software
|
||||
* gossip - Jabber client
|
||||
|
||||
- Accessibility
|
||||
* dasher - predictive text input system
|
||||
|
||||
- Development
|
||||
* devel-docs - developer documentation
|
||||
* devhelp - API documentation browser
|
||||
* gedit-plugins - plugins for Gedit
|
||||
* zenity - easy-to-script dialogs
|
||||
|
||||
- Utilities
|
||||
* eog - image viewer and categorizer
|
||||
* evince - document viewer for multiple document formats
|
||||
* file-roller - archive manager
|
||||
* gcalctool - desktop calculator
|
||||
* ggv - frontend for GhostScript
|
||||
* gucharmap - Unicode character map
|
||||
* planner - project management
|
||||
* seahorse - encryption keys manager
|
||||
|
||||
* Startup and more documentation
|
||||
One can log in using the login manager, GDM. Or by using the 'startx' command.
|
||||
In order to use the latter, add a line like the following to your .xinitrc
|
||||
or .xsession script: 'exec !!PREFIX!!/bin/gnome-session' .
|
||||
|
||||
For more information on using OpenBSD packages please refer to:
|
||||
http://www.OpenBSD.org/faq/faq15.html . For more general information on
|
||||
using GNOME, please see: http://live.gnome.org/ .
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2007/11/10 15:52:24 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2008/01/24 11:43:31 jasper Exp $
|
||||
bin/gnome-session
|
||||
bin/gnome-session-properties
|
||||
bin/gnome-session-remove
|
||||
@ -10,6 +10,8 @@ bin/gnome-wm
|
||||
@man man/man1/session-properties.1
|
||||
@man man/man5/default.session.5
|
||||
share/applications/session-properties.desktop
|
||||
share/doc/gnome-session/
|
||||
share/doc/gnome-session/README.OpenBSD
|
||||
share/gnome/default.session
|
||||
share/icons/hicolor/16x16/apps/session-properties.png
|
||||
share/icons/hicolor/22x22/apps/session-properties.png
|
||||
@ -91,8 +93,6 @@ share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/te/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/th/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/tk/
|
||||
share/locale/tk/LC_MESSAGES/
|
||||
share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user