Buxfix update to goffice-0.8.2.
This commit is contained in:
parent
d4b914a22d
commit
5fda8ba792
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.14 2010/03/21 11:01:08 jasper Exp $
|
# $OpenBSD: Makefile,v 1.15 2010/04/17 05:45:14 ajacoutot Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= document centric objects and utilities
|
COMMENT= document centric objects and utilities
|
||||||
|
|
||||||
GNOME_PROJECT= goffice
|
GNOME_PROJECT= goffice
|
||||||
GNOME_VERSION= 0.8.1
|
GNOME_VERSION= 0.8.2
|
||||||
|
|
||||||
SHARED_LIBS += goffice-0.8 0.0 # .8.0
|
SHARED_LIBS += goffice-0.8 0.0 # .8.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
@ -22,17 +22,19 @@ WANTLIB += dbus-1 dbus-glib-1 expat fontconfig freetype gconf-2
|
|||||||
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
||||||
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs xcb xml2
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs xcb xml2
|
||||||
WANTLIB += z
|
WANTLIB += z xcb-render xcb-render-util
|
||||||
|
|
||||||
MODULES= devel/gettext \
|
MODULES= devel/gettext \
|
||||||
x11/gnome
|
x11/gnome
|
||||||
|
|
||||||
|
USE_X11= Yes
|
||||||
|
|
||||||
# XXX: Although we don't like to gsf-gnome, we depend on it's dependencies.
|
# XXX: Although we don't like to gsf-gnome, we depend on it's dependencies.
|
||||||
LIB_DEPENDS= gsf-1.>=114:libgsf-gnome-*:devel/libgsf,-gnome
|
LIB_DEPENDS= gsf-1.>=114:libgsf-gnome-*:devel/libgsf,-gnome
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||||
--enable-gtk-doc=no
|
--enable-gtk-doc=no
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (goffice-0.8.1.tar.bz2) = /cQ8XgT26tVb68A0wdNClg==
|
MD5 (goffice-0.8.2.tar.bz2) = vp0yjOHIJF0jR2SkKpRsyw==
|
||||||
RMD160 (goffice-0.8.1.tar.bz2) = LWiblPlrUDw+/WTVWfATOfbmfdY=
|
RMD160 (goffice-0.8.2.tar.bz2) = y2lfYOw5CEn2M/BIvfTHlNf1Y5E=
|
||||||
SHA1 (goffice-0.8.1.tar.bz2) = XZpN1ysQzIhKDifyuqtPkMJdDnI=
|
SHA1 (goffice-0.8.2.tar.bz2) = 7+OaaTKEaBw7AjKd3JKtnfQLzKg=
|
||||||
SHA256 (goffice-0.8.1.tar.bz2) = niSXlWNJ/ujm7DShMWBjVFXq15pRGMvmHLOH5M/Ssx4=
|
SHA256 (goffice-0.8.2.tar.bz2) = BtVdQZ/M0wJQu8jYkwxSId7/oVeUhYrg8t2rhajnsTg=
|
||||||
SIZE (goffice-0.8.1.tar.bz2) = 2260503
|
SIZE (goffice-0.8.2.tar.bz2) = 2290958
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2010/03/21 11:01:08 jasper Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2010/04/17 05:45:14 ajacoutot Exp $
|
||||||
include/libgoffice-0.8/
|
include/libgoffice-0.8/
|
||||||
include/libgoffice-0.8/goffice/
|
include/libgoffice-0.8/goffice/
|
||||||
include/libgoffice-0.8/goffice/app/
|
include/libgoffice-0.8/goffice/app/
|
||||||
@ -29,6 +29,7 @@ include/libgoffice-0.8/goffice/canvas/goc-graph.h
|
|||||||
include/libgoffice-0.8/goffice/canvas/goc-group.h
|
include/libgoffice-0.8/goffice/canvas/goc-group.h
|
||||||
include/libgoffice-0.8/goffice/canvas/goc-item.h
|
include/libgoffice-0.8/goffice/canvas/goc-item.h
|
||||||
include/libgoffice-0.8/goffice/canvas/goc-line.h
|
include/libgoffice-0.8/goffice/canvas/goc-line.h
|
||||||
|
include/libgoffice-0.8/goffice/canvas/goc-path.h
|
||||||
include/libgoffice-0.8/goffice/canvas/goc-pixbuf.h
|
include/libgoffice-0.8/goffice/canvas/goc-pixbuf.h
|
||||||
include/libgoffice-0.8/goffice/canvas/goc-polygon.h
|
include/libgoffice-0.8/goffice/canvas/goc-polygon.h
|
||||||
include/libgoffice-0.8/goffice/canvas/goc-polyline.h
|
include/libgoffice-0.8/goffice/canvas/goc-polyline.h
|
||||||
@ -305,6 +306,7 @@ share/gtk-doc/html/goffice/GOSearchReplace.html
|
|||||||
share/gtk-doc/html/goffice/GOSelector.html
|
share/gtk-doc/html/goffice/GOSelector.html
|
||||||
share/gtk-doc/html/goffice/GOStyle.html
|
share/gtk-doc/html/goffice/GOStyle.html
|
||||||
share/gtk-doc/html/goffice/GOStyledObject.html
|
share/gtk-doc/html/goffice/GOStyledObject.html
|
||||||
|
share/gtk-doc/html/goffice/GocArc.html
|
||||||
share/gtk-doc/html/goffice/GocCanvas.html
|
share/gtk-doc/html/goffice/GocCanvas.html
|
||||||
share/gtk-doc/html/goffice/GocCircle.html
|
share/gtk-doc/html/goffice/GocCircle.html
|
||||||
share/gtk-doc/html/goffice/GocEllipse.html
|
share/gtk-doc/html/goffice/GocEllipse.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user