Add introspection support (needed for on-going GNOME 3 work).
This commit is contained in:
parent
1a091b9830
commit
e7af39cba3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2010/11/22 08:36:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2011/04/07 08:32:01 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= implementation of the FreeDesktop Desktop Menu Spec
|
||||
|
||||
GNOME_PROJECT= gnome-menus
|
||||
GNOME_VERSION= 2.30.5
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += gnome-menu 5.1 # .6.6
|
||||
|
||||
@ -25,11 +26,12 @@ MODULES= devel/gettext \
|
||||
|
||||
DESKTOP_FILES= Yes
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \
|
||||
devel/glib2
|
||||
RUN_DEPENDS= x11/py-gtk2>=2.10.3
|
||||
|
||||
CONFIGURE_ARGS+= --enable-introspection=no
|
||||
CONFIGURE_ARGS+= --enable-introspection
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lm"
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.20 2010/11/17 11:29:30 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.21 2011/04/07 08:32:01 jasper Exp $
|
||||
bin/gmenu-simple-editor
|
||||
include/gnome-menus/
|
||||
include/gnome-menus/gmenu-tree.h
|
||||
lib/girepository-1.0/GMenu-2.0.typelib
|
||||
lib/libgnome-menu.a
|
||||
lib/libgnome-menu.la
|
||||
@lib lib/libgnome-menu.so.${LIBgnome-menu_VERSION}
|
||||
@ -59,6 +60,7 @@ share/examples/gnome-menus/xdg/menus/applications.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/gnome-applications.menu
|
||||
share/examples/gnome-menus/xdg/menus/settings.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/settings.menu
|
||||
share/gir-1.0/GMenu-2.0.gir
|
||||
share/gnome-menus/
|
||||
share/gnome-menus/examples/
|
||||
share/gnome-menus/examples/gnome-menus-ls.py
|
||||
@ -131,6 +133,8 @@ share/locale/is/LC_MESSAGES/gnome-menus.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-menus.mo
|
||||
share/locale/ja/LC_MESSAGES/gnome-menus.mo
|
||||
share/locale/ka/LC_MESSAGES/gnome-menus.mo
|
||||
share/locale/kg/
|
||||
share/locale/kg/LC_MESSAGES/
|
||||
share/locale/kg/LC_MESSAGES/gnome-menus.mo
|
||||
share/locale/kk/LC_MESSAGES/gnome-menus.mo
|
||||
share/locale/kn/LC_MESSAGES/gnome-menus.mo
|
||||
|
Loading…
Reference in New Issue
Block a user