summaryrefslogtreecommitdiffstats
path: root/devel/libpeas/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
commitdfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch)
tree3c84ec64b1dd1a9a2618a75efa664a18033890bd /devel/libpeas/Makefile
parentd0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff)
downloadmarcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libpeas/Makefile')
-rw-r--r--devel/libpeas/Makefile31
1 files changed, 8 insertions, 23 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile
index b59cff1f8..9f678b153 100644
--- a/devel/libpeas/Makefile
+++ b/devel/libpeas/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= libpeas
-PORTVERSION= 1.8.1
+PORTVERSION= 1.10.0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -13,11 +13,10 @@ COMMENT= Next evolution of the Gedit plugins engine
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
-USE_XZ= yes
-USE_PYTHON= 2
-USE_LDCONFIG= yes
-USES= gettext gmake libtool pathfix pkgconfig
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gtk30 introspection:build
+USE_PYTHON= 3
+USE_LDCONFIG= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -25,13 +24,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--disable-glade-catalog
-OPTIONS_DEFINE= PYTHON
-OPTIONS_DEFAULT=PYTHON GJS
-OPTIONS_MULTI= JS
-OPTIONS_MULTI_JS=SEED GJS
-JS_DESC=JavaScript plugin support
+OPTIONS_DEFINE= PYTHON SEED
+OPTIONS_DEFAULT=PYTHON SEED
SEED_DESC= JavaScript support based on webkit-gtk3
-GJS_DESC= JavaScript support based on spidermonkey
.include <bsd.port.options.mk>
@@ -45,22 +40,12 @@ PLIST_SUB+= SEED="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}
-CONFIGURE_ARGS+=--enable-python2 --disable-python3
-USE_GNOME+= pygobject3
+CONFIGURE_ARGS+=--disable-python2 --enable-python3
+USE_GNOME+= py3gobject3
PLIST_SUB+= PYTHONS=""
.else
CONFIGURE_ARGS+=--disable-python2 --disable-python3
PLIST_SUB+= PYTHONS="@comment "
.endif
-.if ${PORT_OPTIONS:MGJS}
-CONFIGURE_ARGS+=--enable-gjs
-BUILD_DEPENDS+= gjs>=1.32.0:${PORTSDIR}/lang/gjs
-LIB_DEPENDS+= libgjs.so:${PORTSDIR}/lang/gjs
-PLIST_SUB+= GJS=""
-.else
-CONFIGURE_ARGS+=--enable-gjs=no
-PLIST_SUB+= GJS="@comment "
-.endif
-
.include <bsd.port.mk>