Lines 11-25
Link Here
|
11 |
COMMENT= Logger utility library for the Telepathy framework |
11 |
COMMENT= Logger utility library for the Telepathy framework |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection |
13 |
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection |
14 |
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ |
14 |
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ |
15 |
telepathy-glib:${PORTSDIR}/net-im/telepathy-glib |
15 |
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib |
16 |
|
16 |
|
17 |
LICENSE= LGPL21 |
17 |
LICENSE= LGPL21 |
18 |
|
18 |
|
19 |
USES= pkgconfig |
19 |
USES= pkgconfig gmake |
20 |
USE_BZIP2= yes |
20 |
USE_BZIP2= yes |
21 |
USE_AUTOTOOLS= libtool |
21 |
USE_AUTOTOOLS= libtool |
22 |
USE_GMAKE= yes |
22 |
MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes |
23 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
24 |
USE_GNOME= gnomehack glib20 intltool gnomedocutils ltverhack libxml2 \ |
24 |
USE_GNOME= gnomehack glib20 intltool gnomedocutils ltverhack libxml2 \ |
25 |
libxslt:build |
25 |
libxslt:build |
Lines 27-33
Link Here
|
27 |
USE_PYTHON_BUILD= yes |
27 |
USE_PYTHON_BUILD= yes |
28 |
GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml |
28 |
GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml |
29 |
|
29 |
|
30 |
NO_STAGE= yes |
|
|
31 |
post-patch: |
30 |
post-patch: |
32 |
@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ |
31 |
@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ |
33 |
${WRKSRC}/tools/*.py |
32 |
${WRKSRC}/tools/*.py |