fractal: 4.2.0 -> 4.2.2
gtksourceview4, patch's MR accepted \o/, add gst-validate dep
This commit is contained in:
parent
3140fa89c5
commit
d1435b4cd9
@ -9,7 +9,7 @@
|
|||||||
, python3
|
, python3
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, gtksourceview
|
, gtksourceview4
|
||||||
, glib
|
, glib
|
||||||
, libhandy
|
, libhandy
|
||||||
, gtk3
|
, gtk3
|
||||||
@ -25,17 +25,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fractal";
|
pname = "fractal";
|
||||||
version = "4.2.0";
|
version = "4.2.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "GNOME";
|
owner = "GNOME";
|
||||||
repo = "fractal";
|
repo = "fractal";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0clwsmd6h759bzlazfq5ig56dbx7npx3h43yspk87j1rm2dp1177";
|
sha256 = "0r98km3c8naj3mdr1wppzj823ir7jnsia7r3cbg3vsq8q52i480r";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1hwjajkphl5439dymglgj3h92hxgbf7xpipzrga7ga8m10nx1dhl";
|
cargoSha256 = "1n9n4d057cz44sh1iy2hb2adplhnrhvr8drnp0v2h8yw73a5shvv";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cargo
|
cargo
|
||||||
@ -58,21 +58,14 @@ rustPlatform.buildRustPackage rec {
|
|||||||
gst_all_1.gst-plugins-bad
|
gst_all_1.gst-plugins-bad
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
|
gst_all_1.gst-validate
|
||||||
gtk3
|
gtk3
|
||||||
gtksourceview
|
gtksourceview4
|
||||||
libhandy
|
libhandy
|
||||||
openssl
|
openssl
|
||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoPatches = [
|
|
||||||
# https://gitlab.gnome.org/GNOME/fractal/merge_requests/446
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.gnome.org/GNOME/fractal/commit/2778acdc6c50bc6f034513029b66b0b092bc4c38.patch";
|
|
||||||
sha256 = "08v17xmbwrjw688ps4hsnd60d5fm26xj72an3zf6yszha2b97j6y";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x scripts/test.sh
|
chmod +x scripts/test.sh
|
||||||
patchShebangs scripts/meson_post_install.py scripts/test.sh
|
patchShebangs scripts/meson_post_install.py scripts/test.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user