1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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.
This commit is contained in:
Maxim Sobolev 2002-05-09 21:37:19 +00:00
parent 00982aa152
commit 0325e94803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58820
6 changed files with 43 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= bonobo-activation
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- server/Makefile.in 2002/05/09 20:49:39 1.1
+++ server/Makefile.in 2002/05/09 20:50:27
@@ -143,7 +143,7 @@
bin_PROGRAMS = bonobo-activation-server activation-client
-INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/bonobo-activation -I$(top_srcdir)/bonobo-activation -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" -DSERVER_LOCALEDIR=\""$(datadir)/locale"\" $(SERVER_CFLAGS) -DSERVER_CONFDIR=\"$(sysconfdir)\" -DG_DISABLE_DEPRECATED $(NULL)
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/bonobo-activation -I$(top_srcdir)/bonobo-activation -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${X11BASE}/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" -DSERVER_LOCALEDIR=\""$(datadir)/locale"\" $(SERVER_CFLAGS) -DSERVER_CONFDIR=\"$(sysconfdir)\" -DG_DISABLE_DEPRECATED $(NULL)
bonobo_activation_server_SOURCES = activation-server-corba-extensions.c activation-server-corba-extensions.h activation-context-query.h activation-context-query.c activation-context-query-lexer.c activation-context-query-parser.c activation-context-query-parser.h activation-context-corba.c object-directory-corba.c object-directory-load.c object-directory-activate.c object-directory-config-file.c object-directory-config-file.h activation-server-main.c server.h

View File

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

View File

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

View File

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

View File

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