CuboCore.coretoppings: 4.5.0 -> 5.0.0
Diff: https://gitlab.com/cubocore/coreapps/coretoppings/-/compare/v4.5.0...v5.0.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
--- a/corepkit/CMakeLists.txt 2021-12-25 17:52:20.000000000 +0700
|
||||
+++ b/corepkit/CMakeLists.txt 2021-12-29 17:58:09.298024297 +0700
|
||||
@@ -32,4 +32,4 @@
|
||||
target_link_libraries( corepkit Qt5::Core )
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
target_link_libraries( corepkit Qt6::Core )
|
||||
|
||||
install( TARGETS corepkit DESTINATION libexec/coreapps/ )
|
||||
-install( FILES org.cubocore.coreapps.policy DESTINATION share/polkit-1/actions/ )
|
||||
+install( FILES org.cubocore.coreapps.policy DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/polkit-1/actions/ )
|
||||
-install( FILES cc.cubocore.coreapps.policy DESTINATION share/polkit-1/actions/ )
|
||||
+install( FILES cc.cubocore.coreapps.policy DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/polkit-1/actions/ )
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
{
|
||||
mkDerivation,
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
qt6,
|
||||
ffmpeg,
|
||||
cmake,
|
||||
ninja,
|
||||
qtbase,
|
||||
qtx11extras,
|
||||
qtconnectivity,
|
||||
v4l-utils,
|
||||
grim,
|
||||
wf-recorder,
|
||||
@@ -29,15 +27,15 @@
|
||||
libcsys,
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "coretoppings";
|
||||
version = "4.5.0";
|
||||
version = "5.0.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "cubocore/coreapps";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-IYUkPGgFGI6889IyromMBobIoqSZtALVsSswQ7O1Bp0=";
|
||||
repo = "coretoppings";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-wHVdZqXn8DXqLbCdKz2fI8BjNVai5dRq3a45HVCvLa8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -48,12 +46,12 @@ mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
qt6.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qtx11extras
|
||||
qtconnectivity
|
||||
qt6.qtbase
|
||||
qt6.qtconnectivity
|
||||
libdbusmenu
|
||||
ffmpeg
|
||||
v4l-utils
|
||||
@@ -78,12 +76,12 @@ mkDerivation rec {
|
||||
libcsys
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Additional features,plugins etc for CuboCore Application Suite";
|
||||
mainProgram = "shareIT";
|
||||
homepage = "https://gitlab.com/cubocore/coreapps/coretoppings";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ dan4ik605743 ];
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ dan4ik605743 ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -88,7 +88,7 @@ let
|
||||
inherit libcprime libcsys;
|
||||
};
|
||||
|
||||
coretoppings = libsForQt5.callPackage ../applications/misc/cubocore-packages/coretoppings {
|
||||
coretoppings = callPackage ../applications/misc/cubocore-packages/coretoppings {
|
||||
inherit libcprime libcsys;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user