index-fm: init at 1.2.1
This commit is contained in:
parent
b25837d9f4
commit
026dbb4652
52
pkgs/applications/misc/index-fm/default.nix
Normal file
52
pkgs/applications/misc/index-fm/default.nix
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
{ lib
|
||||||
|
, mkDerivation
|
||||||
|
, fetchFromGitLab
|
||||||
|
, cmake
|
||||||
|
, extra-cmake-modules
|
||||||
|
, breeze-icons
|
||||||
|
, karchive
|
||||||
|
, kcoreaddons
|
||||||
|
, ki18n
|
||||||
|
, kio
|
||||||
|
, kirigami2
|
||||||
|
, mauikit
|
||||||
|
, qtmultimedia
|
||||||
|
, qtquickcontrols2
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation rec {
|
||||||
|
pname = "index";
|
||||||
|
version = "1.2.1";
|
||||||
|
|
||||||
|
src = fetchFromGitLab {
|
||||||
|
domain = "invent.kde.org";
|
||||||
|
owner = "maui";
|
||||||
|
repo = "index-fm";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "1v6z44c88cqgr3b758yq6l5d2zj1vhlnaq7v8rrhs7s5dsimzlx8";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
cmake
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
breeze-icons
|
||||||
|
karchive
|
||||||
|
kcoreaddons
|
||||||
|
ki18n
|
||||||
|
kio
|
||||||
|
kirigami2
|
||||||
|
mauikit
|
||||||
|
qtmultimedia
|
||||||
|
qtquickcontrols2
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Multi-platform file manager";
|
||||||
|
homepage = "https://invent.kde.org/maui/index-fm";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
};
|
||||||
|
}
|
@ -23224,6 +23224,8 @@ in
|
|||||||
# Impressive, formerly known as "KeyJNote".
|
# Impressive, formerly known as "KeyJNote".
|
||||||
impressive = callPackage ../applications/office/impressive { };
|
impressive = callPackage ../applications/office/impressive { };
|
||||||
|
|
||||||
|
index-fm = libsForQt5.callPackage ../applications/misc/index-fm { };
|
||||||
|
|
||||||
inkcut = libsForQt5.callPackage ../applications/misc/inkcut { };
|
inkcut = libsForQt5.callPackage ../applications/misc/inkcut { };
|
||||||
|
|
||||||
inkscape = callPackage ../applications/graphics/inkscape {
|
inkscape = callPackage ../applications/graphics/inkscape {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user