0a90ec6050
Enable the python plugins -- they require py3-gobject3 which is not around yet (we will move py-gobject3 to python3 sooner than later) but at least the gedit ports are ready for the py3 move.
58 lines
1.5 KiB
Makefile
58 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.99 2013/04/04 13:07:36 ajacoutot Exp $
|
|
|
|
COMMENT= lightweight GNOME text editor
|
|
|
|
GNOME_PROJECT= gedit
|
|
GNOME_VERSION= 3.8.0
|
|
REVISION= 1
|
|
|
|
CATEGORIES= editors
|
|
|
|
HOMEPAGE= http://projects.gnome.org/gedit/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
|
WANTLIB += c cairo cairo-gobject dbus-1 enchant expat ffi fontconfig
|
|
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
|
|
WANTLIB += gtk-3 gtksourceview-3.0 harfbuzz icudata icule icuuc
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre peas-1.0
|
|
WANTLIB += peas-gtk-1.0 pixman-1 png pthread pthread-stubs stdc++
|
|
WANTLIB += xcb xcb-render xcb-shm xml2 z zeitgeist-1.0
|
|
|
|
MODULES= devel/dconf \
|
|
devel/gettext \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/iso-codes
|
|
|
|
LIB_DEPENDS= devel/libpeas>=1.8.0 \
|
|
productivity/libzeitgeist \
|
|
textproc/enchant \
|
|
x11/gtksourceview3
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/iso-codes \
|
|
devel/py-gobject3 \
|
|
x11/gnome/gvfs #--enable-gvfs-metadata
|
|
|
|
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
|
MODGNOME_TOOLS= goi yelp
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
CONFIGURE_ARGS= --disable-static \
|
|
--disable-updater
|
|
|
|
TEST_IS_INTERACTIVE= X11
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/gedit/plugins/*.la
|
|
|
|
.include <bsd.port.mk>
|