testing/gtkhash: fix build failure with gettext 0.22

This commit is contained in:
Celeste 2024-07-12 10:42:57 +00:00
parent ce57466101
commit 5ca72879ff
2 changed files with 18 additions and 1 deletions

View File

@ -30,7 +30,9 @@ subpackages="
nemo-gtkhash-plugin:_nemo
thunar-gtkhash-plugin:_thunar
"
source="https://github.com/tristanheaven/gtkhash/releases/download/v$pkgver/gtkhash-$pkgver.tar.gz"
source="https://github.com/tristanheaven/gtkhash/releases/download/v$pkgver/gtkhash-$pkgver.tar.gz
gettext-0.22.patch
"
options="!check" # Disable check until failure under CI fixed
build() {
@ -86,4 +88,5 @@ package() {
sha512sums="
a71ec8780533ecb72f16ae9bc6fdfb5cf58f945c8fab9c16ee5007b04c22af701aaac79895ded9f7b573625020e9597a191fb81a68cec63111c089f1d03e2347 gtkhash-1.5.tar.gz
1be4bf68f15f64910395ee962d7c0747f972e2678487a1f8f2666a0f7ede4d88af417fbecc08c8fb953a34a8289831b9a681402121a6bf53bb2aa2ccbd6c3bf0 gettext-0.22.patch
"

View File

@ -0,0 +1,14 @@
Bug-report: https://savannah.gnu.org/bugs/?64335
--- a/data/caja/meson.build
+++ b/data/caja/meson.build
@@ -16,7 +16,7 @@
po_dir: po_dir,
type: 'desktop',
args: [
- '--keyword', 'Name',
- '--keyword', 'Description',
+ '--keyword=Name',
+ '--keyword=Description',
]
)