mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Dee is a shared library that provides objects that help having multiple
instances communicating over DBus. WWW: https://launchpad.net/dee
This commit is contained in:
parent
770ed82954
commit
e5af9b98f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355898
@ -340,6 +340,7 @@
|
||||
SUBDIR += dconf
|
||||
SUBDIR += dconf-editor
|
||||
SUBDIR += ddd
|
||||
SUBDIR += dee
|
||||
SUBDIR += deforaos-libsystem
|
||||
SUBDIR += deheader
|
||||
SUBDIR += delta
|
||||
|
43
devel/dee/Makefile
Normal file
43
devel/dee/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dee
|
||||
PORTVERSION= 1.2.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://launchpadlibrarian.net/151383425/ \
|
||||
https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
|
||||
|
||||
MAINTAINER= olivierd@FreeBSD.org
|
||||
COMMENT= Model to synchronize multiple instances over DBus
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
|
||||
LIB_DEPENDS= libicutu.so:${PORTSDIR}/devel/icu
|
||||
|
||||
USES= gmake pkgconfig pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20 introspection:build
|
||||
USE_PYTHON= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-gtk-doc-html \
|
||||
--disable-tests \
|
||||
--disable-gcov \
|
||||
--enable-introspection=yes \
|
||||
--without-html-dir
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 300
|
||||
USE_GNOME+= py3gobject3
|
||||
.else
|
||||
USE_GNOME+= pygobject3
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's| -Wempty-body||' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/dee/distinfo
Normal file
2
devel/dee/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dee-1.2.7.tar.gz) = 1bf0336ce684aa0f48d6eae2469628c1a9b43695a77443bc31a5790aa673bf8a
|
||||
SIZE (dee-1.2.7.tar.gz) = 712167
|
4
devel/dee/pkg-descr
Normal file
4
devel/dee/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Dee is a shared library that provides objects that help having multiple
|
||||
instances communicating over DBus.
|
||||
|
||||
WWW: https://launchpad.net/dee
|
38
devel/dee/pkg-plist
Normal file
38
devel/dee/pkg-plist
Normal file
@ -0,0 +1,38 @@
|
||||
bin/dee-tool
|
||||
include/dee-1.0/dee-analyzer.h
|
||||
include/dee-1.0/dee-client.h
|
||||
include/dee-1.0/dee-file-resource-manager.h
|
||||
include/dee-1.0/dee-filter-model.h
|
||||
include/dee-1.0/dee-filter.h
|
||||
include/dee-1.0/dee-hash-index.h
|
||||
include/dee-1.0/dee-icu.h
|
||||
include/dee-1.0/dee-index.h
|
||||
include/dee-1.0/dee-model-reader.h
|
||||
include/dee-1.0/dee-model.h
|
||||
include/dee-1.0/dee-peer.h
|
||||
include/dee-1.0/dee-proxy-model.h
|
||||
include/dee-1.0/dee-resource-manager.h
|
||||
include/dee-1.0/dee-result-set.h
|
||||
include/dee-1.0/dee-sequence-model.h
|
||||
include/dee-1.0/dee-serializable-model.h
|
||||
include/dee-1.0/dee-serializable.h
|
||||
include/dee-1.0/dee-server.h
|
||||
include/dee-1.0/dee-shared-model.h
|
||||
include/dee-1.0/dee-term-list.h
|
||||
include/dee-1.0/dee-text-analyzer.h
|
||||
include/dee-1.0/dee-transaction.h
|
||||
include/dee-1.0/dee-tree-index.h
|
||||
include/dee-1.0/dee.h
|
||||
lib/girepository-1.0/Dee-1.0.typelib
|
||||
lib/libdee-1.0.so
|
||||
lib/libdee-1.0.so.4
|
||||
lib/libdee-1.0.so.4.2.1
|
||||
%%PYTHON_SITELIBDIR%%/gi/overrides/Dee.py
|
||||
%%PYTHON_SITELIBDIR%%/gi/overrides/Dee.pyc
|
||||
%%PYTHON_SITELIBDIR%%/gi/overrides/Dee.pyo
|
||||
libdata/pkgconfig/dee-1.0.pc
|
||||
libdata/pkgconfig/dee-icu-1.0.pc
|
||||
share/gir-1.0/Dee-1.0.gir
|
||||
share/vala/vapi/dee-1.0.deps
|
||||
share/vala/vapi/dee-1.0.vapi
|
||||
@dirrm include/dee-1.0
|
Loading…
Reference in New Issue
Block a user