summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-03-20 18:05:21 +0100
committerMatt Turner <mattst88@gentoo.org>2022-03-20 12:54:08 -0700
commit3e9064488b5549bd45ebd29381085b8845fabd58 (patch)
treea7aa5050fa1885389c623d180752f057e98ca832 /games-board/tali
parentgames-board/gnome-mines: remove unused patch(es) (diff)
downloadgentoo-3e9064488b5549bd45ebd29381085b8845fabd58.tar.gz
gentoo-3e9064488b5549bd45ebd29381085b8845fabd58.tar.bz2
gentoo-3e9064488b5549bd45ebd29381085b8845fabd58.zip
games-board/tali: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board/tali')
-rw-r--r--games-board/tali/files/tali-40.4-meson-0.61-build.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-board/tali/files/tali-40.4-meson-0.61-build.patch b/games-board/tali/files/tali-40.4-meson-0.61-build.patch
deleted file mode 100644
index e5cfa34c3560..000000000000
--- a/games-board/tali/files/tali-40.4-meson-0.61-build.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://gitlab.gnome.org/GNOME/tali/-/merge_requests/14.patch
-https://bugs.gentoo.org/831461
-
-From 79509bf3e9456f52d6ac87538700e3ac89db4006 Mon Sep 17 00:00:00 2001
-From: rvalue <i@rvalue.moe>
-Date: Tue, 16 Nov 2021 05:56:26 +0000
-Subject: [PATCH] Remove incorrect i18n.merge_file argument
-
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -22,7 +22,7 @@ install_data ([ 'gnome-dice-1.svg',
- install_data (project_id + '.gschema.xml',
- install_dir: join_paths (datadir, 'glib-2.0', 'schemas'))
-
--desktop_file = i18n.merge_file ('desktop-file',
-+desktop_file = i18n.merge_file (
- input: project_id + '.desktop.in',
- output: project_id + '.desktop',
- install: true,
-@@ -41,7 +41,7 @@ if desktop_file_validate.found()
- )
- endif
-
--appdata_file = i18n.merge_file ('appdata-file',
-+appdata_file = i18n.merge_file (
- input: project_id + '.appdata.xml.in',
- output: project_id + '.appdata.xml',
- install: true,
-GitLab