Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/files/
Date: Tue, 01 Jun 2021 19:02:15
Message-Id: 1622574089.fc99c12b0b02bacff8e8d1ba32c601a81f9ca877.mattst88@gentoo
1 commit: fc99c12b0b02bacff8e8d1ba32c601a81f9ca877
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Jun 1 17:24:46 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 19:01:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc99c12b
7
8 games-arcade/gnome-nibbles: remove unused patch
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 .../files/3.36.0-drop-unnecessary-files.patch | 34 ----------------------
15 1 file changed, 34 deletions(-)
16
17 diff --git a/games-arcade/gnome-nibbles/files/3.36.0-drop-unnecessary-files.patch b/games-arcade/gnome-nibbles/files/3.36.0-drop-unnecessary-files.patch
18 deleted file mode 100644
19 index 63ae2102606..00000000000
20 --- a/games-arcade/gnome-nibbles/files/3.36.0-drop-unnecessary-files.patch
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 -From 2ca8c1e70635eba7f667e5d97b6d85bda2374b9e Mon Sep 17 00:00:00 2001
24 -From: Mart Raudsepp <leio@g.o>
25 -Date: Sun, 29 Mar 2020 19:13:14 +0300
26 -Subject: [PATCH] meson: Don't install data files consumed as gresources
27 -
28 -Fixes #36
29 ----
30 - data/meson.build | 10 ----------
31 - 1 file changed, 10 deletions(-)
32 -
33 -diff --git a/data/meson.build b/data/meson.build
34 -index 08fa461..0492411 100644
35 ---- a/data/meson.build
36 -+++ b/data/meson.build
37 -@@ -32,16 +32,6 @@ install_data([
38 - 'teleport.ogg'
39 - ], install_dir: sounddir)
40 -
41 --# UI files
42 --install_data([
43 -- 'nibbles.ui',
44 -- 'nibbles.css',
45 -- 'scoreboard.ui',
46 -- 'player-score-box.ui',
47 -- 'controls-grid.ui',
48 -- 'preferences-dialog.ui'
49 --], install_dir: pkgdatadir)
50 --
51 - # Icons
52 - foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48' ]
53 - install_data(join_paths('icons', 'hicolor', size, 'org.gnome.Nibbles.png'),
54 ---
55 -2.20.1
56 -