diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-09 21:37:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-09 21:37:19 +0000 |
commit | 0325e948030307c773b69063c6f775b62cecdbbc (patch) | |
tree | 34b2943fcade48c90ca2ba8a3cd0bdc4a58fbcd3 /x11/gnome-panel | |
parent | In case tin links against libiconv now, teach tin to recognize BIG5 (diff) |
Make gnome-panel working:
- fix search path for activation config files in X11BASE in bonobo-activation;
- correct name of gnome-panel executable in GNOME_Panel.server.
Bump PORTREVISIONs of both ports.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 1 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 8bbd47cbe9dd..b127fc5357c8 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomepanel PORTVERSION= 1.5.19 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501 diff --git a/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in new file mode 100644 index 000000000000..b89c57317f90 --- /dev/null +++ b/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1 ++++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11 +@@ -1,6 +1,6 @@ + <oaf_info> + +-<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="panel-2"> ++<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="gnome-panel"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Vertigo/PanelShell:1.0"/> + <item value="IDL:Bonobo/Unknown:1.0"/> |