lximage-qt: 0.5.0 -> 0.5.1
This commit is contained in:
parent
cadb035ebe
commit
660329fe9b
@ -1,33 +1,33 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qt5, kde5, xorg, lxqt,
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qt5, xorg, lxqt, libfm, libexif }:
|
||||||
libfm, menu-cache, libexif }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "lximage-qt";
|
pname = "lximage-qt";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
srcs = fetchFromGitHub {
|
srcs = fetchFromGitHub {
|
||||||
owner = "lxde";
|
owner = "lxde";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0c5s0c2y73hp7mcxwg31bpn0kmjyhv519d0dxzp3na56n0xk9vl0";
|
sha256 = "0hyiarjjxjwvzinlfnfxbqx40dhgydd3ccv3xqwvj7yni1nfx7pb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
cmake
|
||||||
|
pkgconfig
|
||||||
|
lxqt.lxqt-build-tools
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qt5.qtbase
|
qt5.qtbase
|
||||||
qt5.qttools
|
qt5.qttools
|
||||||
qt5.qtx11extras
|
qt5.qtx11extras
|
||||||
qt5.qtsvg
|
qt5.qtsvg
|
||||||
kde5.kwindowsystem
|
|
||||||
lxqt.liblxqt
|
|
||||||
lxqt.libqtxdg
|
|
||||||
lxqt.libfm-qt
|
lxqt.libfm-qt
|
||||||
xorg.libpthreadstubs
|
xorg.libpthreadstubs
|
||||||
xorg.libXdmcp
|
xorg.libXdmcp
|
||||||
libfm
|
libfm
|
||||||
menu-cache
|
|
||||||
libexif
|
libexif
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "The image viewer and screenshot tool for lxqt";
|
description = "The image viewer and screenshot tool for lxqt";
|
||||||
homepage = https://github.com/lxde/lximage-qt;
|
homepage = https://github.com/lxde/lximage-qt;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ romildo ];
|
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user