mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 13:52:40 +01:00
media-plugins/kodi-service-upnext: add 1.1.9
This commit is contained in:
1
media-plugins/kodi-service-upnext/Manifest
Normal file
1
media-plugins/kodi-service-upnext/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST kodi-service-upnext-1.1.9.tar.gz 1633239 BLAKE2B 0a9c7b8c4f1b6607f10b5396d9a2f679841ec945b7446d8be95038f0795d52090e60c62358f99460825dc884152607968be4f0d5eacc42dc93b4c871703d6bcf SHA512 cad601989453afce76ac40da148d6622011902deca482fe539ac4d3bea34e7ce66c7f0930e9d31d74e1911013aaabb83d0222c5cbb65ad8d7872f1edb5016493
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
KODI_ADDON_TAG="6055716267b1780f648df78c78a576d9174bfd9b"
|
||||||
|
KODI_ADDON_ID="service.upnext"
|
||||||
|
|
||||||
|
DESCRIPTION="Proposes to play the next episode automatically for Kodi"
|
||||||
|
HOMEPAGE="https://github.com/im85288/service.upnext"
|
||||||
|
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/im85288/${KODI_ADDON_ID}/archive/${KODI_ADDON_TAG}.tar.gz
|
||||||
|
-> ${P}.tar.gz
|
||||||
|
"
|
||||||
|
S="${WORKDIR}/${KODI_ADDON_ID}-${KODI_ADDON_TAG}"
|
||||||
|
|
||||||
|
LICENSE="GPL-3+"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
RDEPEND="media-tv/kodi"
|
||||||
|
DEPEND="media-tv/kodi"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
sed -i -e '/addon="xbmc.python"/s#2\.25\.0#3.0.0#g' \
|
||||||
|
-e '/addon id="service.upnext"/s#1\.1\.9#1.1.9+omega.1#g' \
|
||||||
|
"${S}"/addon.xml
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/usr/share/kodi/addons/${KODI_ADDON_ID}"
|
||||||
|
doins addon.xml LICENSE README.md
|
||||||
|
doins -r "${S}"/resources
|
||||||
|
}
|
||||||
11
media-plugins/kodi-service-upnext/metadata.xml
Normal file
11
media-plugins/kodi-service-upnext/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person" proxied="yes">
|
||||||
|
<email>david.guglielmi@gmail.com</email>
|
||||||
|
<name>David GUGLIELMI</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">im85288/service.upnext</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user