deepin-terminal: 3.0.0 -> 3.0.3

This commit is contained in:
José Romildo Malaquias 2018-08-31 15:54:39 -03:00
parent fc39e5c645
commit 8b97f374cb
1 changed files with 6 additions and 4 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "deepin-terminal-${version}";
version = "3.0.0";
version = "3.0.3";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = "deepin-terminal";
rev = version;
sha256 = "11f2yc0fj05lwhgvdrbrs8xsdm7qgp6wb5wd1f9iyc5nxn7ccl1r";
sha256 = "04yvim97a4j8fq5lq2g6svs8qs79np9m4nl6x83iv02wkb9b7gqa";
};
patches = [
@ -29,15 +29,17 @@ stdenv.mkDerivation rec {
# For setup hook
gobjectIntrospection
];
buildInputs = [ gtk3 vte libgee wnck librsvg libsecret json-glib ];
meta = with stdenv.lib; {
description = "The default terminal emulation for Deepin";
longDescription = ''
Deepin terminal, it sharpens your focus in the world of command line!
It is an advanced terminal emulator with workspace, multiple windows, remote management, quake mode and other features.
It is an advanced terminal emulator with workspace, multiple
windows, remote management, quake mode and other features.
'';
homepage = https://github.com/linuxdeepin/deepin-terminal/;
homepage = https://github.com/linuxdeepin/deepin-terminal;
license = licenses.gpl3;
maintainers = with maintainers; [ ];
platforms = platforms.linux;