deepin.deepin-terminal: 5.9.40 -> 6.0.5

This commit is contained in:
rewine
2023-04-17 17:56:51 +08:00
parent 2657fbd90d
commit 37e609113c
@@ -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;