libfm-qt: 0.13.1 -> 0.14.0

This commit is contained in:
José Romildo Malaquias
2019-02-12 09:03:51 -02:00
parent 8242ee68fa
commit adb8201fcb
+2 -5
View File
@@ -5,15 +5,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "libfm-qt"; pname = "libfm-qt";
version = "0.13.1"; version = "0.14.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1g8j1lw74qvagqhqsx45b290fjwh3jfl3i0366m0w4la03v0rw5j"; sha256 = "1siqqn4waglymfi7c7lrmlxkylddw8qz0qfwqxr1hnmx3dsj9c36";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -34,8 +33,6 @@ stdenv.mkDerivation rec {
menu-cache menu-cache
]; ];
cmakeFlags = [ "-DPULL_TRANSLATIONS=NO" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Core library of PCManFM-Qt (Qt binding for libfm)"; description = "Core library of PCManFM-Qt (Qt binding for libfm)";
homepage = https://github.com/lxqt/libfm-qt; homepage = https://github.com/lxqt/libfm-qt;