desktop/gnome-screenshot: Meson patch.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bob Funk 2023-02-09 22:38:37 +00:00 committed by Willy Sudiarto Raharjo
parent bf2775aec6
commit eb27a7564b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 42 additions and 2 deletions

View File

@ -0,0 +1,36 @@
From b60dad3c2536c17bd201f74ad8e40eb74385ed9f Mon Sep 17 00:00:00 2001
From: Jack Hill <jackhill@jackhill.us>
Date: Thu, 18 Nov 2021 00:46:58 -0500
Subject: [PATCH] meson: remove extraneous positional argument
* data/meson.build (desktop_file)
(metainfo_file): Remove extraneous positional argument.
Closes #186
---
data/meson.build | 2 --
1 file changed, 2 deletions(-)
diff --git a/data/meson.build b/data/meson.build
index fd570b3..4e2e2e8 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,7 +1,6 @@
gnome = import('gnome')
desktop_file = i18n.merge_file(
- 'desktop',
type: 'desktop',
input: 'org.gnome.Screenshot.desktop.in',
output: 'org.gnome.Screenshot.desktop',
@@ -23,7 +22,6 @@ if desktop_file_validate.found()
endif
metainfo_file = i18n.merge_file(
- 'appdata',
input: 'org.gnome.Screenshot.metainfo.xml.in',
output: 'org.gnome.Screenshot.metainfo.xml',
po_dir: join_paths(meson.current_source_dir(), '../po'),
--
GitLab

View File

@ -76,6 +76,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Patch to fix meson build error in newer meson versions due to
# unused positional arguments (i.e. fixes building on -current):
patch -Np1 -i $CWD/b60dad3c2536c17bd201f74ad8e40eb74385ed9f.patch
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \

View File

@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------|
gnome-screenshot: gnome-screenshot (GNOME Screenshot)
gnome-screenshot:
gnome-screenshot: GNOME Screenshot is a small utility that takes a screenshot of the
gnome-screenshot: whole desktop; the currently focused window; or an area of the screen.
gnome-screenshot: GNOME Screenshot is a small utility that takes a screenshot of the
gnome-screenshot: whole desktop; the currently focused window; or an area of the screen.
gnome-screenshot:
gnome-screenshot:
gnome-screenshot: