Skip to content

Commit

Permalink
media-plugins/kodi-service-upnext: add 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dguglielmi committed Jan 17, 2025
1 parent 44eb72f commit fd14913
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-service-upnext/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST kodi-service-upnext-1.1.9.tar.gz 1633239 BLAKE2B 0a9c7b8c4f1b6607f10b5396d9a2f679841ec945b7446d8be95038f0795d52090e60c62358f99460825dc884152607968be4f0d5eacc42dc93b4c871703d6bcf SHA512 cad601989453afce76ac40da148d6622011902deca482fe539ac4d3bea34e7ce66c7f0930e9d31d74e1911013aaabb83d0222c5cbb65ad8d7872f1edb5016493
37 changes: 37 additions & 0 deletions media-plugins/kodi-service-upnext/kodi-service-upnext-1.1.9.ebuild
Original file line number Diff line number Diff line change
@@ -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 changes: 11 additions & 0 deletions media-plugins/kodi-service-upnext/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>David GUGLIELMI</name>
</maintainer>
<upstream>
<remote-id type="github">im85288/service.upnext</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit fd14913

Please sign in to comment.