Merge pull request #226614 from wineee/deepin-terminal

deepin.deepin-terminal: 5.9.40 -> 6.0.5
This commit is contained in:
Weijia Wang 2023-04-17 14:32:45 +03:00 committed by GitHub
commit 8dea24d989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;