-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-plugins/kodi-service-upnext: add 1.1.9
- Loading branch information
1 parent
44eb72f
commit fd14913
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
37
media-plugins/kodi-service-upnext/kodi-service-upnext-1.1.9.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |