Skip to content

Commit

Permalink
x11/gnome-shell: unbreak build with Meson 0.61.0
Browse files Browse the repository at this point in the history
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:	mesonbuild/meson@61f2866a9fa1
  • Loading branch information
jbeich committed Jan 7, 2022
1 parent 1b330f0 commit ba7f28b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x11/gnome-shell/Makefile
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions x11/gnome-shell/distinfo
@@ -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

0 comments on commit ba7f28b

Please sign in to comment.