pantheon.appcenter: 3.5.1 -> 3.6.0
This commit is contained in:
parent
6e5f2d2b01
commit
f08f875879
1 changed files with 4 additions and 14 deletions
|
@ -7,7 +7,6 @@
|
||||||
, elementary-gtk-theme
|
, elementary-gtk-theme
|
||||||
, elementary-icon-theme
|
, elementary-icon-theme
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, flatpak
|
, flatpak
|
||||||
, gettext
|
, gettext
|
||||||
, glib
|
, glib
|
||||||
|
@ -15,6 +14,7 @@
|
||||||
, gtk3
|
, gtk3
|
||||||
, json-glib
|
, json-glib
|
||||||
, libgee
|
, libgee
|
||||||
|
, libhandy
|
||||||
, libsoup
|
, libsoup
|
||||||
, libxml2
|
, libxml2
|
||||||
, meson
|
, meson
|
||||||
|
@ -25,30 +25,20 @@
|
||||||
, python3
|
, python3
|
||||||
, vala
|
, vala
|
||||||
, polkit
|
, polkit
|
||||||
, libhandy_0
|
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "appcenter";
|
pname = "appcenter";
|
||||||
version = "3.5.1";
|
version = "3.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "MsaXdmL+M+NYAJrrwluleeNxqQg0soFbO/G/FqibBFI=";
|
sha256 = "0kwqgilhyrj2nbvw5y34nzch5h9jnrg1a1n333qdsx4ax6yrxh4j";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Allow build with appstream 0.14.x
|
|
||||||
# https://github.com/elementary/appcenter/pull/1493
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/elementary/appcenter/commit/5807dd13fe3c715f26225aed8d7a0abdea0c2a64.patch";
|
|
||||||
sha256 = "BvEahG9lU9ZdgooFDFhm5evRvnKVcmcHLdmZPb85gbo=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = nix-update-script {
|
updateScript = nix-update-script {
|
||||||
attrPath = "pantheon.${pname}";
|
attrPath = "pantheon.${pname}";
|
||||||
|
@ -78,7 +68,7 @@ stdenv.mkDerivation rec {
|
||||||
gtk3
|
gtk3
|
||||||
json-glib
|
json-glib
|
||||||
libgee
|
libgee
|
||||||
libhandy_0 # doesn't support libhandy-1 yet
|
libhandy
|
||||||
libsoup
|
libsoup
|
||||||
libxml2
|
libxml2
|
||||||
packagekit
|
packagekit
|
||||||
|
|
Loading…
Reference in a new issue