pantheon.elementary-terminal: 5.5.1 -> 5.5.2
This commit is contained in:
parent
450abc650f
commit
b1e60062b7
@ -16,12 +16,13 @@
|
|||||||
, libgee
|
, libgee
|
||||||
, elementary-icon-theme
|
, elementary-icon-theme
|
||||||
, appstream
|
, appstream
|
||||||
|
, pcre2
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "elementary-terminal";
|
pname = "elementary-terminal";
|
||||||
version = "5.5.1";
|
version = "5.5.2";
|
||||||
|
|
||||||
repoName = "terminal";
|
repoName = "terminal";
|
||||||
|
|
||||||
@ -29,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = repoName;
|
repo = repoName;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1b8fzs9s7djhwp02l3fwjpwxylklpbnw7x46mv7c8ksbp0m75iyj";
|
sha256 = "119iwmzbpkj4nmxinqfsh73lx23g8gbl6ha6wc4mc4fq9hpnc9c2";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
@ -38,14 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# fix build with vte-2.91 https://github.com/elementary/terminal/pull/488
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/elementary/terminal/commit/48da5328cefdc481a3ac76fbdd771096f542d55a.patch";
|
|
||||||
sha256 = "1y4043jxb0qzd3pp28kdij2yj1p9pg158il7q3aq1sf7c474gz4d";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream
|
appstream
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
@ -64,6 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3
|
gtk3
|
||||||
libgee
|
libgee
|
||||||
libnotify
|
libnotify
|
||||||
|
pcre2
|
||||||
vte
|
vte
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user