gnome.gnome-characters: 43.1 → 44.beta

https://gitlab.gnome.org/GNOME/gnome-characters/-/compare/43.1...44.beta

- meson_post_install.py is removed

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>

Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Jan Tojnar 2023-02-25 03:01:10 +00:00
parent d9a45ba4f3
commit ab892c8e6e

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, meson
, ninja
, pkg-config
@ -11,7 +10,6 @@
, gtk4
, pango
, wrapGAppsHook4
, python3
, desktop-file-utils
, gobject-introspection
, gjs
@ -23,27 +21,19 @@
stdenv.mkDerivation rec {
pname = "gnome-characters";
version = "43.1";
version = "44.beta";
src = fetchurl {
url = "mirror://gnome/sources/gnome-characters/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sj4V2VCXizY8gaRyYe4aO0fbPGaX7haf8hPuplcqeEE=";
sha256 = "cUlibILXNw+nfUlHrNlAczguTn6lU6JIJXgZGJimFB8=";
};
patches = [
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-characters/-/commit/3e28a6ad668e2239b14f2e05bc477ec1bfb210ba.patch";
sha256 = "sha256-2N4eewknhOXBABs6BPA5/YuqZMT8dyXW857iamrrtuA=";
})
];
nativeBuildInputs = [
gettext
gobject-introspection
meson
ninja
pkg-config
python3
desktop-file-utils
wrapGAppsHook4
];
@ -60,11 +50,6 @@ stdenv.mkDerivation rec {
pango
];
postPatch = ''
chmod +x meson_post_install.py # patchShebangs requires executable file
patchShebangs meson_post_install.py
'';
dontWrapGApps = true;
postFixup = ''