Skip to content

Commit aad567c

Browse files
authored
Merge pull request #123 from AlwinEsch/Nexus-change
[Nexus] initial release change for new Kodi 20 Nexus version
2 parents b423351 + 80094fa commit aad567c

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

.github/workflows/changelog-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
shell: bash
134134

135135
# Create a release at {steps.required-variables.outputs.branch}
136-
# - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 1.0.0-Matrix
136+
# - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 20.0.0-Nexus
137137
# - release body: {steps.required-variables.outputs.changes}
138138
- name: Create Release
139139
id: create-release

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ${{ github.event.repository.name }}
5151

5252
# Create a release at {steps.required-variables.outputs.branch}
53-
# - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 1.0.0-Matrix
53+
# - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 20.0.0-Nexus
5454
# - release body: {steps.required-variables.outputs.changes}
5555
- name: Create Release
5656
id: create-release

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
buildPlugin(version: "Matrix")
1+
buildPlugin(version: "Nexus")

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
2-
[![Build and run tests](https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml/badge.svg?branch=Matrix)](https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml)
3-
[![Build Status](https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.hdhomerun?branchName=Matrix)](https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=61&branchName=Matrix)
4-
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.hdhomerun/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.hdhomerun/branches/)
2+
[![Build and run tests](https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml/badge.svg?branch=Nexus)](https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml)
3+
[![Build Status](https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.hdhomerun?branchName=Nexus)](https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=61&branchName=Nexus)
4+
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.hdhomerun/job/Nexus/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.hdhomerun/branches/)
55
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5120/badge.svg)](https://scan.coverity.com/projects/5120)
66

77
# HDHomeRun PVR
@@ -12,8 +12,8 @@ HDHomeRun PVR client addon for [Kodi](https://kodi.tv)
1212

1313
### Linux
1414

15-
1. `git clone --branch Matrix https://github.com/xbmc/xbmc.git`
16-
2. `git clone https://github.com/kodi-pvr/pvr.hdhomerun.git`
15+
1. `git clone --branch master https://github.com/xbmc/xbmc.git`
16+
2. `git clone --branch Nexus https://github.com/kodi-pvr/pvr.hdhomerun.git`
1717
3. `cd pvr.hdhomerun && mkdir build && cd build`
1818
4. `cmake -DADDONS_TO_BUILD=pvr.hdhomerun -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
1919
5. `make`

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trigger:
55
branches:
66
include:
77
- Matrix
8+
- Nexus
89
- releases/*
910
paths:
1011
include:

pvr.hdhomerun/addon.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="pvr.hdhomerun"
4-
version="7.1.1"
4+
version="20.0.0"
55
name="PVR HDHomeRun Client"
66
provider-name="Zoltan Csizmadia (zcsizmadia@gmail.com)">
77
<requires>@ADDON_DEPENDS@</requires>

pvr.hdhomerun/changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v20.0.0
2+
- Translations updates from Weblate
3+
- da_dk
4+
- Updated hdhomerun on depends to release 20201023
5+
- Updated jsoncpp on depends to version 1.9.4
6+
- Changed test builds to 'Kodi 20 Nexus'
7+
- Increased version to 20.0.0
8+
- With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
9+
This done to know easier to which Kodi the addon works.
10+
111
v7.1.1
212
- Language update from Weblate
313

0 commit comments

Comments
 (0)