libdbusmenu-qt: Qt 5 infrastructure update
This commit is contained in:
parent
664a64ef13
commit
2a8b6959cc
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
@ -7026,8 +7026,6 @@ let
|
|||||||
|
|
||||||
libdbusmenu_qt = callPackage ../development/libraries/libdbusmenu-qt { };
|
libdbusmenu_qt = callPackage ../development/libraries/libdbusmenu-qt { };
|
||||||
|
|
||||||
libdbusmenu_qt5 = callPackage ../development/libraries/libdbusmenu-qt/qt-5.4.nix { };
|
|
||||||
|
|
||||||
libdc1394 = callPackage ../development/libraries/libdc1394 {
|
libdc1394 = callPackage ../development/libraries/libdc1394 {
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||||
};
|
};
|
||||||
@ -15818,6 +15816,7 @@ aliases = with self; rec {
|
|||||||
inherit (haskell.compiler) jhc uhc; # 2015-05-15
|
inherit (haskell.compiler) jhc uhc; # 2015-05-15
|
||||||
inotifyTools = inotify-tools;
|
inotifyTools = inotify-tools;
|
||||||
jquery_ui = jquery-ui; # added 2014-09-07
|
jquery_ui = jquery-ui; # added 2014-09-07
|
||||||
|
libdbusmenu_qt5 = qt5.libdbusmenu; # added 2015-12-19
|
||||||
libtidy = html-tidy; # added 2014-12-21
|
libtidy = html-tidy; # added 2014-12-21
|
||||||
lttngTools = lttng-tools; # added 2014-07-31
|
lttngTools = lttng-tools; # added 2014-07-31
|
||||||
lttngUst = lttng-ust; # added 2014-07-31
|
lttngUst = lttng-ust; # added 2014-07-31
|
||||||
|
Loading…
Reference in New Issue
Block a user