Remove gnome support, not useful and uses deprecated stuffs. This will also

reduce dependencies.
This commit is contained in:
ajacoutot 2011-05-14 13:59:50 +00:00
parent a49be8111e
commit f480ea604c

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.61 2011/03/25 07:25:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.62 2011/05/14 13:59:50 ajacoutot Exp $
COMMENT= spreadsheet application for GNOME
GNOME_PROJECT= gnumeric
GNOME_VERSION= 1.10.14
REVISION= 0
CATEGORIES= math
HOMEPAGE= http://www.gnome.org/projects/gnumeric/
@ -18,38 +20,30 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender atk-1.0 GL Xxf86vm drm xcb-shm
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 bz2 c cairo crypto
WANTLIB += dbus-1 dbus-glib-1 expat fontconfig freetype gailutil
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gnome-2 gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre perl pixman-1 png popt pthread pthread-stubs
WANTLIB += ssl util xcb z xcb-render gcrypt
WANTLIB += gpg-error gsf-1>=114.8 art_lgpl_2 gnomeui-2
WANTLIB += goffice-0.8 gsf-gnome-1 xml2 canberra ltdl ogg vorbis vorbisfile
WANTLIB += GL ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
WANTLIB += bz2 c cairo drm expat fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += goffice-0.8 gsf-1 gthread-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre perl pixman-1 png
WANTLIB += pthread pthread-stubs util xcb xcb-render xcb-shm xml2
WANTLIB += z
MODULES= devel/gconf2 \
devel/gettext \
x11/gnome
LIB_DEPENDS= graphics/libart \
devel/libglade2 \
x11/gnome/libgnomeui \
goffice->=0.8.14,<0.8.15:devel/goffice \
devel/libgsf,-gnome \
textproc/libxml
LIB_DEPENDS= goffice->=0.8.14,<0.8.15:devel/goffice \
devel/libgsf
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= gnumeric
USE_LIBTOOL= Yes
USE_GROFF = Yes
USE_GROFF= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-gnome \
CONFIGURE_ARGS= --without-gnome \
--without-gda \
--without-psiconv \
--without-paradox \