net-misc/pulseaudio-dlna: fix pkgcheck issues
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 14 Jan 2020 19:11:49 +0000 (13:11 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 14 Jan 2020 19:13:12 +0000 (13:13 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
net-misc/pulseaudio-dlna/Manifest
net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild

index 9da23b5d4e7f5d32acd18545ac9ceaf0661ce965..ecb54a90f205dff1d567f8d60d6f28687386722c 100644 (file)
@@ -1,2 +1,2 @@
-DIST b0db8137224f5a293329a60187365168304c3768.zip 744009 BLAKE2B d70584a3a188dffc2ace995318300f35aec235e1cb85d96d98f6c2eb758623c9cece8c5548a7369f88f291491e8edd013a4320ef3498a5efc73497168dfb933b SHA512 9533d890d3a7fca1a694abb94795a263549bbf60919f405c876281f23312065474a9444384c1d9c908b6d1282cb95ae891f345eba1b57b7bf2c136deeda5b5e7
 DIST pulseaudio-dlna-0.5.2.tar.gz 701412 BLAKE2B f31d2e5f9adb79fc2882b14582f2787f152675c6f2c97857edf93d6b28fe2d3cbc85badf427665dac44e7d37802365b287e42fd2f8c11bde7cec5267a2fddeb6 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db
+DIST pulseaudio-dlna-0.6.0_pre20200114.tar.gz 709196 BLAKE2B 3113d34eaadf735646f7e421e8271fcac02ea4faed76676d5a70e05c8a26745ffd1ae135d2c5186d9db7ad146d166535a1c901927d24ae2a1a4d08720a4f78d2 SHA512 9c97d160116acf07325b18f35000b58a042243345f98cb1c9e42848e39ef3ef32a9199e31044a758a0a5ec81176be651fa3ef2917a227347017fe375e27385c7
index 2b1044ecf8fd008c91c45d93765deb6d0b181f73..b82c8ca45012fc4bd0ef2d2554e493c07dabaa3e 100644 (file)
@@ -4,12 +4,12 @@
 EAPI=7
 PYTHON_COMPAT=( python3_6 python3_7 )
 
-inherit distutils-r1
+inherit desktop distutils-r1
 
 DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio"
 HOMEPAGE="https://github.com/masmu/pulseaudio-dlna"
 
-SRC_URI="https://github.com/masmu/pulseaudio-dlna/archive/b0db8137224f5a293329a60187365168304c3768.zip"
+SRC_URI="https://github.com/masmu/pulseaudio-dlna/archive/b0db8137224f5a293329a60187365168304c3768.tar.gz -> ${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"
 S="${WORKDIR}/pulseaudio-dlna-b0db8137224f5a293329a60187365168304c3768"
 
@@ -31,12 +31,11 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
        dev-python/pygobject:3[${PYTHON_USEDEP}]
        >=dev-python/dbus-python-1.0.0[${PYTHON_USEDEP}]
        >=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
-       dev-python/pygobject[cairo,${PYTHON_USEDEP}]
+       dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
        gnome-base/librsvg[introspection]
        x11-libs/gtk+:3[introspection]
        || (
                || (
-                       media-video/ffmpeg[encode,faac,mp3,opus,vorbis]
                        media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] )
                ( media-video/libav[encode,faac,mp3,opus,vorbis] )
                ( media-libs/faac
@@ -62,6 +61,5 @@ python_prepare_all() {
 src_install() {
        distutils-r1_src_install
 
-       insinto /usr/share/applications
-       doins "${FILESDIR}/${PN}.desktop"
+       domenu "${FILESDIR}/${PN}.desktop"
 }