lxqt.libfm-qt: 1.3.0 -> 1.4.0

This commit is contained in:
José Romildo 2023-11-05 17:23:49 -03:00
parent 6eae0afd93
commit 1e227dee46

View File

@ -4,6 +4,7 @@
, cmake , cmake
, pkg-config , pkg-config
, lxqt-build-tools , lxqt-build-tools
, lxqt-menu-data
, pcre , pcre
, libexif , libexif
, xorg , xorg
@ -16,29 +17,30 @@
mkDerivation rec { mkDerivation rec {
pname = "libfm-qt"; pname = "libfm-qt";
version = "1.3.0"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = "libfm-qt"; repo = "libfm-qt";
rev = version; rev = version;
sha256 = "MK1QMYfr0T/cE46IUWarG9a/PJUSSskk1W3y2+kvEwg="; hash = "sha256-QxPYSA7537K+/dRTxIYyg+Q/kj75rZOdzlUsmSdQcn4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
lxqt-build-tools lxqt-build-tools
qttools
]; ];
buildInputs = [ buildInputs = [
lxqt-menu-data
pcre pcre
libexif libexif
xorg.libpthreadstubs xorg.libpthreadstubs
xorg.libxcb xorg.libxcb
xorg.libXdmcp xorg.libXdmcp
qtx11extras qtx11extras
qttools
libfm libfm
menu-cache menu-cache
]; ];