oops, forgot to import dbus-qt3-0.70 - qt3 bindings for dbus
(optionally needed by compiz) thanks wiz for the hint
This commit is contained in:
parent
a686bda5ea
commit
c93137af05
5 changed files with 56 additions and 0 deletions
1
sysutils/dbus-qt3/DESCR
Normal file
1
sysutils/dbus-qt3/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
These bindings provide D-BUS access using the Qt API.
|
21
sysutils/dbus-qt3/Makefile
Normal file
21
sysutils/dbus-qt3/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/04/21 14:31:18 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dbus-qt3-0.70
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://dbus.freedesktop.org/
|
||||
COMMENT= D-BUS Qt bindings
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-qt3-moc=${QTDIR}/bin/moc
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c++
|
||||
USE_TOOLS+= pkg-config gmake
|
||||
|
||||
.include "../../sysutils/dbus/buildlink3.mk"
|
||||
.include "../../x11/qt3-libs/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
sysutils/dbus-qt3/PLIST
Normal file
7
sysutils/dbus-qt3/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 14:31:18 drochner Exp $
|
||||
include/dbus-1.0/dbus/connection.h
|
||||
include/dbus-1.0/dbus/dbus-qt.h
|
||||
include/dbus-1.0/dbus/message.h
|
||||
include/dbus-1.0/dbus/server.h
|
||||
lib/libdbus-qt-1.la
|
||||
@comment in dbus: @dirrm include/dbus-1.0/dbus
|
22
sysutils/dbus-qt3/buildlink3.mk
Normal file
22
sysutils/dbus-qt3/buildlink3.mk
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/04/21 14:31:18 drochner Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
DBUS_QT3_BUILDLINK3_MK:= ${DBUS_QT3_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= dbus-qt3
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndbus-qt3}
|
||||
BUILDLINK_PACKAGES+= dbus-qt3
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}dbus-qt3
|
||||
|
||||
.if ${DBUS_QT3_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.dbus-qt3+= dbus-qt3>=0.70
|
||||
BUILDLINK_PKGSRCDIR.dbus-qt3?= ../../sysutils/dbus-qt3
|
||||
.endif # DBUS_QT3_BUILDLINK3_MK
|
||||
|
||||
.include "../../sysutils/dbus/buildlink3.mk"
|
||||
.include "../../x11/qt3-libs/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
sysutils/dbus-qt3/distinfo
Normal file
5
sysutils/dbus-qt3/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/04/21 14:31:18 drochner Exp $
|
||||
|
||||
SHA1 (dbus-qt3-0.70.tar.bz2) = d87cfd7af62d36cc98f0a01f3d7e66eb677b081a
|
||||
RMD160 (dbus-qt3-0.70.tar.bz2) = 8e2e3919ea71d50966000239e435b41ead089b1b
|
||||
Size (dbus-qt3-0.70.tar.bz2) = 220305 bytes
|
Loading…
Reference in a new issue