Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/
Date: Thu, 21 May 2020 10:57:09
Message-Id: 1590058616.e70146541c9c9842207a446ac84e0202d3ffa777.asturm@gentoo
1 commit: e70146541c9c9842207a446ac84e0202d3ffa777
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 10:38:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 10:56:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7014654
7
8 games-emulation/higan: Switch to xdg-utils, fix indendation
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-emulation/higan/higan-106_p1-r1.ebuild | 34 ++++++++++++++--------------
14 1 file changed, 17 insertions(+), 17 deletions(-)
15
16 diff --git a/games-emulation/higan/higan-106_p1-r1.ebuild b/games-emulation/higan/higan-106_p1-r1.ebuild
17 index afaa222f924..7f4b51fdf8b 100644
18 --- a/games-emulation/higan/higan-106_p1-r1.ebuild
19 +++ b/games-emulation/higan/higan-106_p1-r1.ebuild
20 @@ -1,11 +1,10 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -inherit desktop gnome2-utils toolchain-funcs qmake-utils
28 -
29 MY_COMMIT=41efdba45afa770db99bc7484a8ad340ccc597d2
30 +inherit desktop toolchain-funcs qmake-utils xdg-utils
31
32 DESCRIPTION="A multi-system game emulator formerly known as bsnes"
33 HOMEPAGE="https://byuu.org/emulation/higan/ https://gitlab.com/higan/higan"
34 @@ -22,16 +21,17 @@ RDEPEND="
35 x11-libs/gtk+:2
36 x11-libs/libX11
37 x11-libs/libXext
38 - icarus? ( x11-libs/gtksourceview:2.0
39 - x11-libs/gtk+:2
40 - x11-libs/pango
41 - dev-libs/atk
42 - x11-libs/cairo
43 - x11-libs/gdk-pixbuf
44 - dev-libs/glib:2
45 - media-libs/fontconfig
46 - media-libs/freetype
47 - )
48 + icarus? (
49 + x11-libs/gtksourceview:2.0
50 + x11-libs/gtk+:2
51 + x11-libs/pango
52 + dev-libs/atk
53 + x11-libs/cairo
54 + x11-libs/gdk-pixbuf
55 + dev-libs/glib:2
56 + media-libs/fontconfig
57 + media-libs/freetype
58 + )
59 ao? ( media-libs/libao )
60 openal? ( media-libs/openal )
61 alsa? ( media-libs/alsa-lib )
62 @@ -43,7 +43,8 @@ RDEPEND="
63 "
64 DEPEND="${RDEPEND}
65 app-arch/p7zip
66 - virtual/pkgconfig"
67 + virtual/pkgconfig
68 +"
69
70 S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT}
71
72 @@ -123,7 +124,6 @@ src_install() {
73
74 pkg_preinst() {
75 games_pkg_preinst
76 - gnome2_icon_savelist
77 }
78
79 pkg_postinst() {
80 @@ -131,9 +131,9 @@ pkg_postinst() {
81 #elog " dev-games/higan-ananke (extra rom load options)"
82 #elog " games-util/higan-purify (Rom purifier)"
83
84 - gnome2_icon_cache_update
85 + xdg_icon_cache_update
86 }
87
88 pkg_postrm() {
89 - gnome2_icon_cache_update
90 + xdg_icon_cache_update
91 }