mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Replace some dependencies with USE_GNOME keywords.
- USES=libtool pathfix tar:bzip2
This commit is contained in:
parent
bfdde6d180
commit
b1be824770
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359985
@ -8,25 +8,19 @@ CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
COMMENT= A client stacker popup widget for GTK+ toolkit
|
||||
COMMENT= Client stacker popup widget for GTK+ toolkit
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libcroco-0.6.pc:${PORTSDIR}/textproc/libcroco \
|
||||
${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics/cairo \
|
||||
${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
|
||||
LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco \
|
||||
cairo.2:${PORTSDIR}/graphics/cairo \
|
||||
rsvg-2.2:${PORTSDIR}/graphics/librsvg2
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
|
||||
LIB_DEPENDS= libcroco-0.6.so:${PORTSDIR}/textproc/libcroco
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gtk20 glib20 pygtk2 pango
|
||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= cairo gtk20 glib20 librsvg2 pygtk2 pango
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
CONFIGURE_ARGS= --disable-gtk-doc --enable-python
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's/^SUBDIRS =.*$$/SUBDIRS = ./g' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
@ -22,11 +22,10 @@ include/hippo-canvas-1/hippo/hippo-canvas.h
|
||||
include/hippo-canvas-1/hippo/hippo-event.h
|
||||
include/hippo-canvas-1/hippo/hippo-graphics.h
|
||||
lib/libhippocanvas-1.a
|
||||
lib/libhippocanvas-1.la
|
||||
lib/libhippocanvas-1.so
|
||||
lib/libhippocanvas-1.so.0
|
||||
lib/libhippocanvas-1.so.0.0.0
|
||||
%%PYTHON_SITELIBDIR%%/hippo.a
|
||||
%%PYTHON_SITELIBDIR%%/hippo.la
|
||||
%%PYTHON_SITELIBDIR%%/hippo.so
|
||||
libdata/pkgconfig/hippo-canvas-1.pc
|
||||
@dirrm %%PYTHON_SITELIBDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user