Skip site navigation (1)Skip section navigation (2)
Date:      21 Aug 2002 20:23:00 +0200
From:      Franz Klammer <klammer@webonaut.com>
To:        gnome@freebsd.org
Subject:   USE_GNOMENG or GNOME1_ONLY?
Message-ID:  <1029954180.52954.59.camel@ncc-1701.webonaut.com>

next in thread | raw e-mail | index | archive | help

--=-bV4eZtCXfymiJbuqxKUm
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

while changing the file_menu_applet to USE_GNOMENG i've seen
the this port works with gnome1 only.

should i add a gnome2-check (eg. if gnomepanel resp. gnomecore is
installed) or is a GNOME[1|2]_ONLY knob planned?


i hope this is correct:
USE_GNOME=      gnomeprefix gnomehack gnomelibs libpanel

attached a adapted version from the gnome2/pkg-install - script
and the Makefile i plan use.


franz



-- 
WEBONAUT.com
http://webonaut.com
mailto:klammer@webonaut.com

--=-bV4eZtCXfymiJbuqxKUm
Content-Disposition: attachment; filename=Makefile
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-makefile; name=Makefile; charset=ISO-8859-1

# New ports collection makefile for:	file_menu_applet
# Date created:				4 May 2002
# Whom:					Franz Klammer <klammer@webonaut.com>
#
# $FreeBSD: ports/x11-fm/file_menu_applet/Makefile,v 1.2 2002/06/15 19:19:2=
6 marcus Exp $
#

PORTNAME=3D	file_menu_applet
PORTVERSION=3D	0.5
CATEGORIES=3D	x11-fm gnome
MASTER_SITES=3D	http://www.zoned.net:8000/~xkahn/file_menu_applet/

MAINTAINER=3D	klammer@webonaut.com

USE_X_PREFIX=3D	yes
USE_GMAKE=3D	yes
USE_GNOMENG=3D	yes
USE_GNOME=3D	gnomeprefix gnomehack gnomelibs libpanel
#USE_GNOME=3D	gnomeprefix gnomehack gnomelibs
GNU_CONFIGURE=3D	yes

pre-everything:
	@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL

.include <bsd.port.mk>

--=-bV4eZtCXfymiJbuqxKUm
Content-Disposition: attachment; filename=pkg-install
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-sh; name=pkg-install; charset=ISO-8859-1

#!/bin/sh

if [ -n "${PACKAGE_BUILDING}" ]; then
    exit 0
fi

PATH=3D/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
export PATH

if [ "$2" =3D "PRE-INSTALL" ]; then
     GNOME_ONE_DESKTOP=3D"gnomecore"
     for package in ${GNOME_ONE_DESKTOP}; do
         if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then
	    exit 0
	 fi
     done

     echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D"
     echo ""
     echo "This package works only with GNOME 1.x."
     echo ""
     echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D"
     false
fi

--=-bV4eZtCXfymiJbuqxKUm--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1029954180.52954.59.camel>