mate-terminal: 1.17.0 -> 1.18.0
This commit is contained in:
parent
8844d9b866
commit
d9672293c2
@ -1,19 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pkgs, pkgconfig, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, glib, itstool, libxml2, mate, gnome3, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-terminal-${version}";
|
name = "mate-terminal-${version}";
|
||||||
version = "${major-ver}.${minor-ver}";
|
version = "${major-ver}.${minor-ver}";
|
||||||
major-ver = "1.17";
|
major-ver = "1.18";
|
||||||
minor-ver = "0";
|
minor-ver = "0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
|
||||||
sha256 = "0sbncykjf0ifj87rwpdw2ln0wavykiki4zqsw60vch7agh49fw0f";
|
sha256 = "07z8g8zkc8k6d7xqdlg18cjnwg7zzv5hbgwma5y9mh8zx9xsqz92";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = [
|
||||||
intltool
|
|
||||||
pkgconfig
|
|
||||||
glib
|
glib
|
||||||
itstool
|
itstool
|
||||||
libxml2
|
libxml2
|
||||||
@ -25,7 +23,11 @@ stdenv.mkDerivation rec {
|
|||||||
gnome3.dconf
|
gnome3.dconf
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [
|
||||||
|
pkgconfig
|
||||||
|
intltool
|
||||||
|
wrapGAppsHook
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The MATE Terminal Emulator";
|
description = "The MATE Terminal Emulator";
|
||||||
|
Loading…
Reference in New Issue
Block a user