blob: 5c1f6207abe9a27494cc8196cc3969367b85e8d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= gedit-plugins
PORTVERSION= 3.18.0
PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Plugins for GEdit 3
BUILD_DEPENDS= gedit>=0:editors/gedit \
valac:lang/vala \
itstool:textproc/itstool
LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \
libzeitgeist-2.0.so:sysutils/zeitgeist \
libgit2-glib-1.0.so:devel/libgit2-glib
RUN_DEPENDS= gedit>=0:editors/gedit
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig \
python:3.4+ tar:xz
USE_CSTD= c11
USE_GNOME= gtk30 gtksourceview3 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \
org.gnome.gedit.plugins.wordcompletion.gschema.xml
USES+= python
BUILD_DEPENDS+= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR}
LIB_DEPENDS+= libgucharmap_2_90.so:deskutils/gucharmap
RUN_DEPENDS+= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR}
USE_GNOME+= vte3
CONFIGURE_ARGS+=--enable-python
GLIB_SCHEMAS+= org.gnome.gedit.plugins.terminal.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
|