mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
pantheon.elementary-feedback: 7.1.0 -> 8.0.0
https://github.com/elementary/feedback/compare/7.1.0...8.0.0
This commit is contained in:
parent
9f4128e00b
commit
211553cc50
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, meson
|
, meson
|
||||||
@ -18,13 +17,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "elementary-feedback";
|
pname = "elementary-feedback";
|
||||||
version = "7.1.0";
|
version = "8.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = "feedback";
|
repo = "feedback";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-hAObgD2Njg1We0rGEu508khoBo+hj0DQAB7N33CVDiM=";
|
sha256 = "sha256-BW7el8Fc3VPHE8OSb8BaOa+O82lSgsSK64bQolo9xcA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -33,13 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
# https://github.com/ximion/appstream/blob/v0.15.2/src/as-pool.c#L117
|
# https://github.com/ximion/appstream/blob/v0.15.2/src/as-pool.c#L117
|
||||||
# https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
|
# https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
|
||||||
./fix-metadata-path.patch
|
./fix-metadata-path.patch
|
||||||
|
|
||||||
# Add support for AppStream 1.0.
|
|
||||||
# https://github.com/elementary/feedback/pull/102
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/elementary/feedback/commit/037b20328f5200a0dac25e6835c0c3f8a7c36f39.patch";
|
|
||||||
hash = "sha256-tjUNTCsEBjy/3lzwyIwR4VED57ATiG2CWCmRh7qps+4=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user