OpenBSD: add dbus-1-tqt
parent
e1dd682fa7
commit
2174ce7611
@ -0,0 +1,32 @@
|
||||
.include </usr/ports/x11/trinity/trinity.port.mk>
|
||||
|
||||
VERSION= 0.9
|
||||
REVISION= 1
|
||||
PKGNAME= trinity-dbus_1_tqt-${VERSION}
|
||||
PREFIX= ${TDE_PREFIX}
|
||||
|
||||
CATEGORIES= x11/trinity
|
||||
COMMENT= dbus TQT Interface
|
||||
|
||||
MASTER_SITES= http://nuc.vtf/tde/tde-tarballs/14.0.0/main/dependencies/
|
||||
DISTNAME= trinity-dbus-1-tqt-14.0.0~pre114+faf70d2c
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
BUILD_DEPENDS= devel/gmake \
|
||||
devel/cmake \
|
||||
x11/dbus \
|
||||
x11/trinity/dependencies/tqtinterface
|
||||
|
||||
LIB_DEPENDS= x11/dbus
|
||||
|
||||
SHARED_LIBS += dbus-1-tqt 0.0
|
||||
|
||||
|
||||
do-configure: tde-cmake-rmbuild
|
||||
${TDE_CMAKE_CONFIGURE}
|
||||
|
||||
do-build: tde-cmake-build
|
||||
|
||||
do-install: tde-cmake-install
|
||||
|
||||
.include <bsd.port.mk>
|
@ -0,0 +1,2 @@
|
||||
Dbus TQT Interface
|
||||
|
@ -0,0 +1,23 @@
|
||||
@comment $OpenBSD$
|
||||
bin/
|
||||
@bin bin/dbusxml2qt3
|
||||
include/
|
||||
include/tde/
|
||||
include/tde/tqdbusconnection.h
|
||||
include/tde/tqdbusdata.h
|
||||
include/tde/tqdbusdataconverter.h
|
||||
include/tde/tqdbusdatalist.h
|
||||
include/tde/tqdbusdatamap.h
|
||||
include/tde/tqdbuserror.h
|
||||
include/tde/tqdbusmacros.h
|
||||
include/tde/tqdbusmessage.h
|
||||
include/tde/tqdbusobject.h
|
||||
include/tde/tqdbusobjectpath.h
|
||||
include/tde/tqdbusproxy.h
|
||||
include/tde/tqdbusunixfd.h
|
||||
include/tde/tqdbusvariant.h
|
||||
lib/
|
||||
lib/libdbus-1-tqt.la
|
||||
@lib lib/libdbus-1-tqt.so.${LIBdbus-1-tqt_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/dbus-1-tqt.pc
|
Loading…
Reference in New Issue