deepin.dde-launchpad; 0.8.4 -> 1.0.2

This commit is contained in:
rewine 2024-09-20 20:44:10 +08:00
parent 13f7920179
commit a13a80723e

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dde-launchpad"; pname = "dde-launchpad";
version = "0.8.4"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxdeepin"; owner = "linuxdeepin";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-MPOzKAgwhJa7pMO6EZ6vYyYgZSD/SbU/L0L1dkN9/po="; hash = "sha256-kczdSd9+ZmMZQ2fWg3SRW+CS/aWktYLz/H+Ky81TwVM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -45,12 +45,12 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DSYSTEMD_USER_UNIT_DIR=${placeholder "out"}/lib/systemd/user" ]; cmakeFlags = [ "-DSYSTEMD_USER_UNIT_DIR=${placeholder "out"}/lib/systemd/user" ];
meta = with lib; { meta = {
description = "'launcher' or 'start menu' component for DDE"; description = "'launcher' or 'start menu' component for DDE";
mainProgram = "dde-launchpad"; mainProgram = "dde-launchpad";
homepage = "https://github.com/linuxdeepin/dde-launchpad"; homepage = "https://github.com/linuxdeepin/dde-launchpad";
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
platforms = platforms.linux; platforms = lib.platforms.linux;
maintainers = teams.deepin.members; maintainers = lib.teams.deepin.members;
}; };
} }