gnome.gnome-flashback: 3.44.0 → 3.45.1
https://gitlab.gnome.org/GNOME/gnome-flashback/-/compare/3.44.0...3.45.1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
}:
|
||||
let
|
||||
pname = "gnome-flashback";
|
||||
version = "3.44.0";
|
||||
version = "3.45.1";
|
||||
|
||||
# From data/sessions/Makefile.am
|
||||
requiredComponentsCommon = enableGnomePanel:
|
||||
@@ -62,7 +62,7 @@ let
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "sha256-HfCDgSfGJG7s2J0cUP+I/IKr9t47MGjlLd5JWkK9VQo=";
|
||||
sha256 = "sha256-flUlRhAtuqH9f2t/JEYx53N+MSX1OkcBnRog+Jh0++U=";
|
||||
};
|
||||
|
||||
# make .desktop Execs absolute
|
||||
@@ -73,6 +73,11 @@ let
|
||||
-Exec=gnome-flashback
|
||||
+Exec=$out/bin/gnome-flashback
|
||||
END_PATCH
|
||||
|
||||
# The stable release has version 43, which compares lower than 43.alpha.
|
||||
# https://gitlab.gnome.org/GNOME/gnome-flashback/-/issues/83
|
||||
substituteInPlace configure configure.ac \
|
||||
--replace "gnome-desktop-3.0 >= 43.alpha" "gnome-desktop-3.0 >= 43"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user