libfm-qt: 0.11.1 -> 0.11.2

This commit is contained in:
romildo 2017-02-19 08:23:38 -03:00
parent bed2f5c4a6
commit 160b9539f4
1 changed files with 4 additions and 9 deletions

View File

@ -4,29 +4,24 @@ libfm, menu-cache }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "libfm-qt"; pname = "libfm-qt";
version = "0.11.1"; version = "0.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxde"; owner = "lxde";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1kgvzjsa4ihlj2clz6y6s95nq0lhg66d1dhkgw3mdqaak7d0pdiz"; sha256 = "0k2g6bkz7bvawqkjzykbxi18wqsnhbxklqy6aqqkclpzcw45vk5v";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkgconfig pkgconfig
lxqt.liblxqt lxqt.lxqt-build-tools
lxqt.libqtxdg
]; ];
buildInputs = [ buildInputs = [
qt5.qtx11extras qt5.qtx11extras
qt5.qttools qt5.qttools
qt5.qtsvg
kde5.kwindowsystem
xorg.libpthreadstubs
xorg.libXdmcp
libfm libfm
menu-cache menu-cache
]; ];
@ -37,7 +32,7 @@ stdenv.mkDerivation rec {
description = "Core library of PCManFM-Qt (Qt binding for libfm)"; description = "Core library of PCManFM-Qt (Qt binding for libfm)";
homepage = https://github.com/lxde/libfm-qt; homepage = https://github.com/lxde/libfm-qt;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ romildo ];
platforms = with platforms; unix; platforms = with platforms; unix;
maintainers = with maintainers; [ romildo ];
}; };
} }