pcmanfm-qt: 0.13.0 -> 0.14.0
This commit is contained in:
parent
adb8201fcb
commit
f9346ff3d2
@ -1,35 +1,33 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qt5, libfm-qt, menu-cache, lxmenu-data }:
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt, qtbase, qttools,
|
||||||
|
qtx11extras, libfm-qt, menu-cache, lxmenu-data }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "pcmanfm-qt";
|
pname = "pcmanfm-qt";
|
||||||
version = "0.13.0";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxqt";
|
owner = "lxqt";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0xnhdxx45fmbi5dqic3j2f7yq01s0xysimafj5zqs0a29zw3i4m0";
|
sha256 = "0hf4qyn12mpr6rrla9mf6ka5gb4y36amk7d14ayr7yka1r16p8lz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkgconfig
|
pkgconfig
|
||||||
lxqt-build-tools
|
lxqt.lxqt-build-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qt5.qtbase
|
qtbase
|
||||||
qt5.qttools
|
qttools
|
||||||
qt5.qtx11extras
|
qtx11extras
|
||||||
libfm-qt
|
libfm-qt
|
||||||
libfm-qt
|
libfm-qt
|
||||||
menu-cache
|
menu-cache
|
||||||
lxmenu-data
|
lxmenu-data
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [ "-DPULL_TRANSLATIONS=NO" ];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for dir in autostart config; do
|
for dir in autostart config; do
|
||||||
substituteInPlace $dir/CMakeLists.txt \
|
substituteInPlace $dir/CMakeLists.txt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user