commit:     603925a2f7d2d9e4943973734bad46b956d0047d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 10 19:33:29 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 10 19:33:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=603925a2

media-video/vidify: Version bump 2.0.4

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-video/vidify/Manifest                               |  2 +-
 .../vidify/{vidify-2.0.ebuild => vidify-2.0.4.ebuild}     | 15 ++-------------
 2 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/media-video/vidify/Manifest b/media-video/vidify/Manifest
index 2007e78..3435fb2 100644
--- a/media-video/vidify/Manifest
+++ b/media-video/vidify/Manifest
@@ -1 +1 @@
-DIST vidify-2.0.tar.gz 1156699 BLAKE2B 
e30cd3b3de4e01627b28c2bfcbf3c54bf70b7481fa1823002391b5063c91c780f9e883610ff8087edb19b59f08101c8c2970323b5e5b185624d748313a86038d
 SHA512 
185439efde93c24eec4486d3d6e50e494b56458f8cbf4fdc30c6bb8f3ca9fa1c1a0c5d6b6ee33c98b4558f4fa9c7df40f39d3ffdf483367e4e1a93b5e486a4d9
+DIST vidify-2.0.4.tar.gz 2329536 BLAKE2B 
1c29521fb5f754bc74adbcc330e37cb8be3c5f37763ae5ef53fa8bcf66d0160f484415fec0ef7634dc2c4dca5a2142d642a286d3f92115a0fd2dfa799e6769a5
 SHA512 
debbf1d34546ec3929aab5d0f65354b75bf1556dffdfc27b18a1c83a860624cbe27bade9dbd3b06194feac2ed0e6ec7bf6507db9d4d0abda91ae03c87465f87a

diff --git a/media-video/vidify/vidify-2.0.ebuild 
b/media-video/vidify/vidify-2.0.4.ebuild
similarity index 74%
rename from media-video/vidify/vidify-2.0.ebuild
rename to media-video/vidify/vidify-2.0.4.ebuild
index 40b903f..284ffc7 100644
--- a/media-video/vidify/vidify-2.0.ebuild
+++ b/media-video/vidify/vidify-2.0.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-inherit eutils desktop distutils-r1 xdg-utils
+inherit eutils distutils-r1 xdg-utils
 
 DESCRIPTION="Watch live music videos for the songs playing on your device"
 HOMEPAGE="https://github.com/vidify/vidify";
@@ -31,18 +31,7 @@ RDEPEND="
        mpv? ( dev-python/python-mpv[${PYTHON_USEDEP}] )
        vlc? ( dev-python/python-vlc[${PYTHON_USEDEP}] )"
 
-python_install_all() {
-       distutils-r1_python_install_all
-       newicon -s scalable vidify/gui/res/icon.svg ${PN}.svg
-       if use mpv && use !vlc; then
-               make_desktop_entry "${PN} --player mpv" "Vidify" "${PN}" 
"AudioVideo;Music"
-       elif use mpv && use vlc; then
-               make_desktop_entry "${PN} --player mpv" "Vidify (mpv)" "${PN}" 
"AudioVideo;Music"
-               make_desktop_entry "${PN}" "Vidify (vlc)" "${PN}" 
"AudioVideo;Music"
-       else
-               make_desktop_entry "${PN}" "Vidify" "${PN}" "AudioVideo;Music"
-       fi
-}
+# Tests work (mostly) outside of emerge, but core dump inside emerge/virtx
 
 pkg_postinst() {
        xdg_desktop_database_update

Reply via email to