Import libdbusmenu-qt 0.8.2
This library provides a Qt implementation of the DBusMenu protocol. The DBusMenu protocol makes it possible for applications to export and import their menus over DBus.
This commit is contained in:
parent
a17c52f31d
commit
1d4284d27d
5 changed files with 61 additions and 0 deletions
4
devel/libdbusmenu-qt/DESCR
Normal file
4
devel/libdbusmenu-qt/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This library provides a Qt implementation of the DBusMenu protocol.
|
||||
|
||||
The DBusMenu protocol makes it possible for applications to export and import
|
||||
their menus over DBus.
|
25
devel/libdbusmenu-qt/Makefile
Normal file
25
devel/libdbusmenu-qt/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/13 21:21:24 markd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libdbusmenu-qt-0.8.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpad.net/libdbusmenu-qt/trunk/0.8.2/+download/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://people.canonical.com/~agateau/dbusmenu/index.html
|
||||
COMMENT= dbusmenu library for Qt
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS+= -DWITH_DOC=OFF
|
||||
|
||||
PKGCONFIG_OVERRIDE+= dbusmenu-qt.pc.in
|
||||
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
12
devel/libdbusmenu-qt/PLIST
Normal file
12
devel/libdbusmenu-qt/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/13 21:21:24 markd Exp $
|
||||
include/dbusmenu-qt/dbusmenu_config.h
|
||||
include/dbusmenu-qt/dbusmenu_export.h
|
||||
include/dbusmenu-qt/dbusmenu_version.h
|
||||
include/dbusmenu-qt/dbusmenuadaptor.h
|
||||
include/dbusmenu-qt/dbusmenuexporter.h
|
||||
include/dbusmenu-qt/dbusmenuimporter.h
|
||||
lib/libdbusmenu-qt.so
|
||||
lib/libdbusmenu-qt.so.2
|
||||
lib/libdbusmenu-qt.so.2.5.1
|
||||
lib/pkgconfig/dbusmenu-qt.pc
|
||||
@pkgdir include/dbusmenu-qt/CMakeFiles/dbusmenu-qt.dir
|
15
devel/libdbusmenu-qt/buildlink3.mk
Normal file
15
devel/libdbusmenu-qt/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/05/13 21:21:24 markd Exp $
|
||||
|
||||
BUILDLINK_TREE+= libdbusmenu-qt
|
||||
|
||||
.if !defined(LIBDBUSMENU_QT_BUILDLINK3_MK)
|
||||
LIBDBUSMENU_QT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libdbusmenu-qt+= libdbusmenu-qt>=0.8.2
|
||||
BUILDLINK_PKGSRCDIR.libdbusmenu-qt?= ../../devel/libdbusmenu-qt
|
||||
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
||||
.endif # LIBDBUSMENU_QT_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libdbusmenu-qt
|
5
devel/libdbusmenu-qt/distinfo
Normal file
5
devel/libdbusmenu-qt/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/05/13 21:21:24 markd Exp $
|
||||
|
||||
SHA1 (libdbusmenu-qt-0.8.2.tar.bz2) = a8875734c3ef8a1cf6fb7a19c79baf72e7ff5539
|
||||
RMD160 (libdbusmenu-qt-0.8.2.tar.bz2) = 166581f3fe97fa4b22f004f3fdc257cccfb785c5
|
||||
Size (libdbusmenu-qt-0.8.2.tar.bz2) = 35252 bytes
|
Loading…
Reference in a new issue