diff --git a/media-plugins/vdr-imonlcd/metadata.xml b/media-plugins/vdr-imonlcd/metadata.xml index 6f49eba8f4969..cd73dfdd59651 100644 --- a/media-plugins/vdr-imonlcd/metadata.xml +++ b/media-plugins/vdr-imonlcd/metadata.xml @@ -1,5 +1,16 @@ - + + martin.dummer@gmx.net + Martin Dummer + + + proxy-maint@gentoo.org + Proxy Maintainers + + + vdr@gentoo.org + Gentoo VDR Project + diff --git a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild index 9010c74f2f13c..7f33b6998b597 100644 --- a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild +++ b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild @@ -1,29 +1,33 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit vdr-plugin-2 linux-info udev +inherit linux-info udev vdr-plugin-2 VERSION="2086" # every bump, new version DESCRIPTION="VDR Plugin: shows information about the current state of VDR on iMON LCD" -HOMEPAGE="http://projects.vdr-developer.org/wiki/plg-imonlcd" -SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-imonlcd/wiki" +SRC_URI="https://projects.vdr-developer.org/attachments/download/${VERSION}/${P}.tgz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="media-libs/freetype" +RDEPEND=" + media-libs/freetype + virtual/udev" DEPEND="${RDEPEND} - media-video/vdr" + media-video/vdr" +DOCS=( + HISTORY + README +) PATCHES=( "${FILESDIR}/${PN}-1.0.2-freetype_pkgconfig.patch" ) - CONFIG_CHECK="~IR_IMON" pkg_setup() { @@ -35,6 +39,9 @@ src_install() { rm -f README.git vdr-plugin-2_src_install - insinto $(get_udevdir)/rules.d - doins "${FILESDIR}"/99-imonlcd.rules + udev_dorules "${FILESDIR}"/99-imonlcd.rules +} + +pkg_postinst() { + udev_reload }