libdbusmenu-qt: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:35 -06:00
parent 664a64ef13
commit 2a8b6959cc
2 changed files with 1 additions and 25 deletions
@@ -1,23 +0,0 @@
{ stdenv, fetchbzr, qt5, cmake }:
stdenv.mkDerivation {
name = "libdbusmenu-qt-0.9.3+14";
src = fetchbzr {
url = "http://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu-qt/trunk";
rev = "ps-jenkins@lists.canonical.com-20140619090718-mppiiax5atpnb8i2";
sha256 = "1dbhaljyivbv3wc184zpjfjmn24zb6aj72wgg1gg1xl5f783issd";
};
buildInputs = [ qt5.base ];
nativeBuildInputs = [ cmake ];
cmakeFlags = "-DWITH_DOC=OFF";
meta = with stdenv.lib; {
homepage = "http://launchpad.net/libdbusmenu-qt";
description = "Provides a Qt implementation of the DBusMenu spec";
maintainers = [ maintainers.ttuegel ];
inherit (qt5.base.meta) platforms;
};
}