media-video/obs-studio: switch from 'gnome2-utils' to 'xdg-utils'
authorJimi Huotari <chiitoo@gentoo.org>
Sat, 9 Mar 2019 11:23:56 +0000 (13:23 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 6 Apr 2019 20:28:56 +0000 (22:28 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11313
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-video/obs-studio/obs-studio-23.0.1.ebuild
media-video/obs-studio/obs-studio-9999.ebuild

index ef63ca589b651ffa7030a21231020c84c10ef038..4d5fc2543e26ae2f7bf88cac5d49f70ea1527d5c 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
 
-inherit cmake-utils gnome2-utils python-single-r1
+inherit cmake-utils python-single-r1 xdg-utils
 
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
@@ -103,7 +103,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 
        if ! use alsa && ! use pulseaudio; then
                elog
@@ -125,5 +125,5 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
index abb6a6df16e0d9eb6a9059515c856b664c64d445..1adaf28ce86cb63eb5cbe7683141519833aef909 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
 
-inherit cmake-utils gnome2-utils python-single-r1
+inherit cmake-utils python-single-r1 xdg-utils
 
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
@@ -102,7 +102,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 
        if ! use alsa && ! use pulseaudio; then
                elog
@@ -124,5 +124,5 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }