mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
x11/gnome-shell: unbreak build with Meson 0.61.0
subprojects/extensions-tool/src/templates/meson.build:7:2: ERROR: Function does not take positional arguments. subprojects/extensions-app/data/meson.build:17:5: ERROR: Function does not take positional arguments. subprojects/extensions-app/data/metainfo/meson.build:2:5: ERROR: Function does not take positional arguments. [...] PR: 260943 Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
This commit is contained in:
parent
1b330f0aa0
commit
ba7f28b83e
2 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,9 @@ CATEGORIES= x11 gnome
|
|||
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
|
||||
PATCHFILES+= 65450a836ee9.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2078
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Next generation GNOME desktop shell
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1636137212
|
||||
SHA256 (gnome/gnome-shell-41.1.tar.xz) = 5f742456dfe00605c0f090a3728ca62797bc49e50af852bbd7285da1a0517ff6
|
||||
SIZE (gnome/gnome-shell-41.1.tar.xz) = 1897144
|
||||
SHA256 (gnome/65450a836ee9.patch) = 9ccd84e3996568cdfd76d23e00954665898848da84b91f1936d5aee723b18ead
|
||||
SIZE (gnome/65450a836ee9.patch) = 3112
|
||||
|
|
Loading…
Add table
Reference in a new issue