pantheon.elementary-files: 4.2.0 -> 4.3.0

Added libgit2-glib for git plugin support.

https://github.com/elementary/files/releases/tag/4.3.0
This commit is contained in:
worldofpeace 2020-01-07 20:56:57 -05:00
parent 6e40111dfa
commit ffe6b959a1

View File

@ -24,13 +24,13 @@
, glib-networking , glib-networking
, elementary-icon-theme , elementary-icon-theme
, libcloudproviders , libcloudproviders
, fetchpatch , libgit2-glib
, wrapGAppsHook , wrapGAppsHook
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-files"; pname = "elementary-files";
version = "4.2.0"; version = "4.3.0";
repoName = "files"; repoName = "files";
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
owner = "elementary"; owner = "elementary";
repo = repoName; repo = repoName;
rev = version; rev = version;
sha256 = "12f0hzb62nchksyqd2gwj3cv001rph24ggd9wywh9i1qwppx4b5k"; sha256 = "0brckm0vi9lh8l4g3cy37pbyrdh6g0mdsv3cpii069y2drrh8mz5";
}; };
passthru = { passthru = {
@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
libcloudproviders libcloudproviders
libdbusmenu-gtk3 libdbusmenu-gtk3
libgee libgee
libgit2-glib
libnotify libnotify
libunity libunity
pango pango
@ -80,11 +81,6 @@ stdenv.mkDerivation rec {
patches = [ patches = [
./hardcode-gsettings.patch ./hardcode-gsettings.patch
# Fixes https://github.com/elementary/files/issues/1081
(fetchpatch {
url = "https://github.com/elementary/files/commit/76b5cc95466733c2c100a99127ecd4fbd4d2a5ec.patch";
sha256 = "0dn8a9l7i2rdgia1rsc50332fsw0yrbfvpb5z8ba4iiki3lxy2nn";
})
]; ];
postPatch = '' postPatch = ''