Merge pull request #39898 from romildo/upd.terminology
terminology: 1.1.1 -> 1.2.0
This commit is contained in:
commit
d66100fa73
@ -1,15 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, efl, pcre, makeWrapper }:
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, efl, pcre, mesa_noglu, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "terminology-${version}";
|
name = "terminology-${version}";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.enlightenment.org/rel/apps/terminology/${name}.tar.xz";
|
url = "http://download.enlightenment.org/rel/apps/terminology/${name}.tar.xz";
|
||||||
sha256 = "05ncxvzb9rzkyjvd95hzn8lswqdwr8cix6rd54nqn9559jibh4ns";
|
sha256 = "0kw34l5lahn1qaks3ah6x8k41d6hfywpqfak2p7qq1z87zj506mx";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
(pkgconfig.override { vanilla = true; })
|
(pkgconfig.override { vanilla = true; })
|
||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
@ -17,11 +19,12 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
efl
|
efl
|
||||||
pcre
|
pcre
|
||||||
|
mesa_noglu
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The best terminal emulator written with the EFL";
|
description = "Powerful terminal emulator based on EFL";
|
||||||
homepage = http://enlightenment.org/;
|
homepage = https://www.enlightenment.org/about-terminology;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
|
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user