Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/
Date: Sat, 06 Apr 2019 20:34:43
Message-Id: 1554582536.2930276fda5dd5b76b8521aebccc6c6ca32cca38.asturm@gentoo
1 commit: 2930276fda5dd5b76b8521aebccc6c6ca32cca38
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 9 11:23:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 20:28:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2930276f
7
8 media-video/obs-studio: switch from 'gnome2-utils' to 'xdg-utils'
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/11313
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-video/obs-studio/obs-studio-23.0.1.ebuild | 6 +++---
16 media-video/obs-studio/obs-studio-9999.ebuild | 6 +++---
17 2 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/media-video/obs-studio/obs-studio-23.0.1.ebuild b/media-video/obs-studio/obs-studio-23.0.1.ebuild
20 index ef63ca589b6..4d5fc2543e2 100644
21 --- a/media-video/obs-studio/obs-studio-23.0.1.ebuild
22 +++ b/media-video/obs-studio/obs-studio-23.0.1.ebuild
23 @@ -5,7 +5,7 @@ EAPI=7
24
25 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
26
27 -inherit cmake-utils gnome2-utils python-single-r1
28 +inherit cmake-utils python-single-r1 xdg-utils
29
30 if [[ ${PV} == *9999 ]]; then
31 inherit git-r3
32 @@ -103,7 +103,7 @@ src_configure() {
33 }
34
35 pkg_postinst() {
36 - gnome2_icon_cache_update
37 + xdg_icon_cache_update
38
39 if ! use alsa && ! use pulseaudio; then
40 elog
41 @@ -125,5 +125,5 @@ pkg_postinst() {
42 }
43
44 pkg_postrm() {
45 - gnome2_icon_cache_update
46 + xdg_icon_cache_update
47 }
48
49 diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild
50 index abb6a6df16e..1adaf28ce86 100644
51 --- a/media-video/obs-studio/obs-studio-9999.ebuild
52 +++ b/media-video/obs-studio/obs-studio-9999.ebuild
53 @@ -5,7 +5,7 @@ EAPI=7
54
55 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
56
57 -inherit cmake-utils gnome2-utils python-single-r1
58 +inherit cmake-utils python-single-r1 xdg-utils
59
60 if [[ ${PV} == *9999 ]]; then
61 inherit git-r3
62 @@ -102,7 +102,7 @@ src_configure() {
63 }
64
65 pkg_postinst() {
66 - gnome2_icon_cache_update
67 + xdg_icon_cache_update
68
69 if ! use alsa && ! use pulseaudio; then
70 elog
71 @@ -124,5 +124,5 @@ pkg_postinst() {
72 }
73
74 pkg_postrm() {
75 - gnome2_icon_cache_update
76 + xdg_icon_cache_update
77 }