forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnome-extra/gnome-characters: fix build with meson 0.61
Fix in upstream master but together with other things that I did not want to pull in, so just fixing the build problem in anticipation of a new upstream release. Signed-off-by: Christophe Lermytte <[email protected]> Closes: https://bugs.gentoo.org/831471 Closes: gentoo#24282 Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
6d4df77
commit 77ec3f4
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Part of https://gitlab.gnome.org/GNOME/gnome-characters/-/commit/3b84cc750b70482a1cc30864dc51cde60df0332d | ||
https://bugs.gentoo.org/831471 | ||
--- a/data/meson.build | ||
+++ b/data/meson.build | ||
@@ -47,7 +47,6 @@ | ||
desktop_conf.set('bindir', characters_bindir) | ||
|
||
i18n.merge_file( | ||
- 'desktop-file', | ||
type: 'desktop', | ||
input: configure_file ( | ||
input: characters_name + '.desktop.in', | ||
@@ -61,7 +60,6 @@ | ||
) | ||
|
||
appdata_file = i18n.merge_file( | ||
- 'appdata-file', | ||
input: characters_name + '.appdata.xml.in', | ||
output: characters_application_id + '.appdata.xml', | ||
po_dir: po_dir, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters