Merge pull request #45879 from romildo/upd.deepin-terminal

deepin-terminal: 3.0.0 -> 3.0.3
This commit is contained in:
Timo Kaufmann 2018-08-31 21:51:42 +02:00 committed by GitHub
commit 1a1d544eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "deepin-terminal-${version}"; name = "deepin-terminal-${version}";
version = "3.0.0"; version = "3.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxdeepin"; owner = "linuxdeepin";
repo = "deepin-terminal"; repo = "deepin-terminal";
rev = version; rev = version;
sha256 = "11f2yc0fj05lwhgvdrbrs8xsdm7qgp6wb5wd1f9iyc5nxn7ccl1r"; sha256 = "04yvim97a4j8fq5lq2g6svs8qs79np9m4nl6x83iv02wkb9b7gqa";
}; };
patches = [ patches = [
@ -29,15 +29,17 @@ stdenv.mkDerivation rec {
# For setup hook # For setup hook
gobjectIntrospection gobjectIntrospection
]; ];
buildInputs = [ gtk3 vte libgee wnck librsvg libsecret json-glib ]; buildInputs = [ gtk3 vte libgee wnck librsvg libsecret json-glib ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The default terminal emulation for Deepin"; description = "The default terminal emulation for Deepin";
longDescription = '' longDescription = ''
Deepin terminal, it sharpens your focus in the world of command line! 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; license = licenses.gpl3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;