From owner-freebsd-gnome Wed Aug 21 11:23: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E7C437B400 for ; Wed, 21 Aug 2002 11:22:57 -0700 (PDT) Received: from ncc-1701.webonaut.com (static62-99-136-018.adsl.inode.at [62.99.136.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1005E43E6E for ; Wed, 21 Aug 2002 11:22:56 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from quikquik (quikquik [127.0.0.1]) by ncc-1701.webonaut.com (Postfix) with ESMTP id 7DF4F6FB0F for ; Wed, 21 Aug 2002 20:23:00 +0200 (CEST) Subject: USE_GNOMENG or GNOME1_ONLY? From: Franz Klammer To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-bV4eZtCXfymiJbuqxKUm" X-Mailer: Ximian Evolution 1.0.8 Date: 21 Aug 2002 20:23:00 +0200 Message-Id: <1029954180.52954.59.camel@ncc-1701.webonaut.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-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 # # $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 --=-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