diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-24 13:14:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-24 13:21:07 +0000 |
commit | 2fdc125d178a45ed2b708d26b6e35c38b76614e9 (patch) | |
tree | 67deb57378beb028d3f0dbc8207d4832a238d2c6 | |
parent | acbc052765d87af0a436f10b4c5a35880eaa14d2 (diff) |
editors/elementary-code: unbreak build with Meson 0.61.0
data/meson.build:66:9: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
-rw-r--r-- | editors/elementary-code/Makefile | 3 | ||||
-rw-r--r-- | editors/elementary-code/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index 15d8f1da682c..f1f5c8ef5796 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 6.0.0 PORTREVISION= 2 CATEGORIES= editors +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= a2607cce3a6b.patch:-p1 # https://github.com/elementary/code/pull/1165 + MAINTAINER= miguel@gocobachi.dev COMMENT= Code editor designed for elementary OS diff --git a/editors/elementary-code/distinfo b/editors/elementary-code/distinfo index 42f3c1d99506..9f1d8950003b 100644 --- a/editors/elementary-code/distinfo +++ b/editors/elementary-code/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1628896888 SHA256 (elementary-code-6.0.0_GH0.tar.gz) = c58b33db512e1c031f6870eb62b035dea764dbdd7c54b8e19c434af8ccd3a384 SIZE (elementary-code-6.0.0_GH0.tar.gz) = 1303421 +SHA256 (a2607cce3a6b.patch) = d16ec6023bbc26a5fd919d2233e52caa983af667533c44592ba0120bd6122119 +SIZE (a2607cce3a6b.patch) = 661 |