libdbusmenu-qt: 0.9.3+14 -> 0.9.3+16
The upgraded version has memory leak fixes and test case fixes for qt5. This also swaps to git due to difficulties in fetching src with `bzr` without 'not a branch' errors.
This commit is contained in:
parent
382cd5463d
commit
9e056a9629
@ -1,12 +1,13 @@
|
|||||||
{ stdenv, fetchbzr, cmake, qtbase }:
|
{ stdenv, fetchgit, cmake, qtbase }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "libdbusmenu-qt-0.9.3+14";
|
name = "libdbusmenu-qt-${version}";
|
||||||
|
version = "0.9.3+16";
|
||||||
|
|
||||||
src = fetchbzr {
|
src = fetchgit {
|
||||||
url = "https://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu-qt/trunk";
|
url = https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt;
|
||||||
rev = "ps-jenkins@lists.canonical.com-20140619090718-mppiiax5atpnb8i2";
|
rev = "import/${version}.04.20160218-1";
|
||||||
sha256 = "1dbhaljyivbv3wc184zpjfjmn24zb6aj72wgg1gg1xl5f783issd";
|
sha256 = "039yvklhbmfbcynrbqq9n5ywmj8bjfslnkzcnwpzyhnxdzb6yxlx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase ];
|
buildInputs = [ qtbase ];
|
||||||
|
Loading…
Reference in New Issue
Block a user