diff options
author | markd <markd@pkgsrc.org> | 2013-10-19 21:03:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-10-19 21:03:37 +0000 |
commit | ca3249e432bb4b0f5d8c7c7e22e23d0f2f30baaf (patch) | |
tree | 7319f0af673814fc283362cfea41c111b5f5ba00 | |
parent | 57c3e066fdbef8f0160dbf76ebf4dcdd08548973 (diff) | |
download | pkgsrc-ca3249e432bb4b0f5d8c7c7e22e23d0f2f30baaf.tar.gz |
Add appmenu-qt 0.2.6
Allows Qt applications to export menus over DBus to a menu applet.
Partially based on PR pkg/48289.
-rw-r--r-- | x11/appmenu-qt/DESCR | 1 | ||||
-rw-r--r-- | x11/appmenu-qt/Makefile | 24 | ||||
-rw-r--r-- | x11/appmenu-qt/PLIST | 2 | ||||
-rw-r--r-- | x11/appmenu-qt/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11/appmenu-qt/DESCR b/x11/appmenu-qt/DESCR new file mode 100644 index 00000000000..94eff442084 --- /dev/null +++ b/x11/appmenu-qt/DESCR @@ -0,0 +1 @@ +Allows Qt applications to export menus over DBus to a menu applet diff --git a/x11/appmenu-qt/Makefile b/x11/appmenu-qt/Makefile new file mode 100644 index 00000000000..07a1ff145ee --- /dev/null +++ b/x11/appmenu-qt/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2013/10/19 21:03:37 markd Exp $ +# + +DISTNAME= appmenu-qt-0.2.6 +CATEGORIES= x11 +MASTER_SITES= http://launchpad.net/appmenu-qt/trunk/0.2.6/+download/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://launchpad.net/appmenu-qt/ +COMMENT= Allows Qt applications to export menus over DBus to a menu applet +LICENSE= gnu-lgpl-v2.1 + +FETCH_USING= curl + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +pre-configure: + ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ + +.include "../../devel/libdbusmenu-qt/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/appmenu-qt/PLIST b/x11/appmenu-qt/PLIST new file mode 100644 index 00000000000..741bf4151b7 --- /dev/null +++ b/x11/appmenu-qt/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/10/19 21:03:37 markd Exp $ +qt4/plugins/menubar/libappmenu-qt.so diff --git a/x11/appmenu-qt/distinfo b/x11/appmenu-qt/distinfo new file mode 100644 index 00000000000..a25e9e17abc --- /dev/null +++ b/x11/appmenu-qt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/10/19 21:03:37 markd Exp $ + +SHA1 (appmenu-qt-0.2.6.tar.bz2) = e600d389b85c941e2c891e5123968f1ffaa666d0 +RMD160 (appmenu-qt-0.2.6.tar.bz2) = 82e984dc9b3ae5646387946567f325a9b9db16b5 +Size (appmenu-qt-0.2.6.tar.bz2) = 22569 bytes |