From 37e609113cf03bb61cf984fc457e94aa456acc57 Mon Sep 17 00:00:00 2001 From: rewine Date: Mon, 17 Apr 2023 17:56:51 +0800 Subject: deepin.deepin-terminal: 5.9.40 -> 6.0.5 --- pkgs/desktops/deepin/apps/deepin-terminal/default.nix | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'pkgs') diff --git a/pkgs/desktops/deepin/apps/deepin-terminal/default.nix b/pkgs/desktops/deepin/apps/deepin-terminal/default.nix index fb8c2d1c1ad16..9f27dbaab9e8a 100644 --- a/pkgs/desktops/deepin/apps/deepin-terminal/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-terminal/default.nix @@ -17,28 +17,19 @@ , libsecret , chrpath , lxqt -, gtest }: stdenv.mkDerivation rec { pname = "deepin-terminal"; - version = "5.9.40"; + version = "6.0.5"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = pname; rev = version; - sha256 = "sha256-GtrbR59IUYNAOmioW5NYhDsPKBmK4uybyDjHsbelkE4="; + sha256 = "sha256-pRTdvR3hyiJVpi38Ex58X74ns+rSWuytsOXemvdW1Rk="; }; - patches = [ - (fetchpatch { - name = "chore-use-GNUInstallDirs-in-CmakeLists.patch"; - url = "https://github.com/linuxdeepin/deepin-terminal/commit/b18a2ca8411f09f5573aa2a8403a484b693ec975.patch"; - sha256 = "sha256-Qy8Jg+7BfZr8tQEsCAzhMEwf6rU96gkgup5f9bMMELY="; - }) - ]; - cmakeFlags = [ "-DVERSION=${version}" ]; nativeBuildInputs = [ @@ -50,17 +41,16 @@ stdenv.mkDerivation rec { ]; buildInputs = [ + qt5integration + qt5platform-plugins qtbase qtsvg dtkwidget - qt5integration - qt5platform-plugins dde-qt-dbus-factory qtx11extras at-spi2-core libsecret chrpath - gtest ]; strictDeps = true; -- cgit 1.4.1