nemo-qml-plugin-dbus: init at 2.1.23
This commit is contained in:
parent
4494db2d90
commit
76b4a48399
33
pkgs/development/libraries/nemo-qml-plugin-dbus/default.nix
Normal file
33
pkgs/development/libraries/nemo-qml-plugin-dbus/default.nix
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{ mkDerivation, lib, fetchFromGitLab, qmake, qtbase }:
|
||||||
|
|
||||||
|
mkDerivation rec {
|
||||||
|
pname = "nemo-qml-plugin-dbus";
|
||||||
|
version = "2.1.23";
|
||||||
|
|
||||||
|
src = fetchFromGitLab {
|
||||||
|
domain = "git.sailfishos.org";
|
||||||
|
owner = "mer-core";
|
||||||
|
repo = "nemo-qml-plugin-dbus";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "0ww478ds7a6h4naa7vslj6ckn9cpsgcml0q7qardkzmdmxsrv1ag";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ qmake ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace dbus.pro --replace ' tests' ""
|
||||||
|
substituteInPlace src/nemo-dbus/nemo-dbus.pro \
|
||||||
|
--replace /usr $out \
|
||||||
|
--replace '$$[QT_INSTALL_LIBS]' $out'/lib'
|
||||||
|
substituteInPlace src/plugin/plugin.pro \
|
||||||
|
--replace '$$[QT_INSTALL_QML]' $out'/${qtbase.qtQmlPrefix}'
|
||||||
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Nemo DBus plugin for qml";
|
||||||
|
homepage = "https://git.sailfishos.org/mer-core/nemo-qml-plugin-dbus/";
|
||||||
|
license = licenses.lgpl2Only;
|
||||||
|
maintainers = [ maintainers.Thra11 ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -16004,6 +16004,8 @@ in
|
|||||||
|
|
||||||
ndpi = callPackage ../development/libraries/ndpi { };
|
ndpi = callPackage ../development/libraries/ndpi { };
|
||||||
|
|
||||||
|
nemo-qml-plugin-dbus = libsForQt5.callPackage ../development/libraries/nemo-qml-plugin-dbus { };
|
||||||
|
|
||||||
nifticlib = callPackage ../development/libraries/science/biology/nifticlib { };
|
nifticlib = callPackage ../development/libraries/science/biology/nifticlib { };
|
||||||
|
|
||||||
notify-sharp = callPackage ../development/libraries/notify-sharp { };
|
notify-sharp = callPackage ../development/libraries/notify-sharp { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user