Merge pull request #58 from chewitt/unorepo

repo: unofficial is official history
This commit is contained in:
Lukas Rusak 2016-03-28 10:22:54 -07:00
commit 31aa77efc0
4 changed files with 0 additions and 111 deletions

View File

@ -1,36 +0,0 @@
7.0.1
- change minimum kodi version to allow using with beta/rc release
7.0.0
- rebuild for OpenELEC-7.0
- change warning text
6.0.1
- update repo minversion for kodi 15
6.0.0
- rebuild for OpenELEC-6.0
4.3.3
- rebuild
4.3.2
- rebuild for addon api bump
4.1.2
- fix typo in repository name
4.1.1
- bump
4.1.0
- rebuild for addon api bump
4.0.0
- rebuild for OpenELEC-4.0
1.0.1
- use generic/i386 addons for atv
1.0.0
- initial release

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,55 +0,0 @@
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# OpenELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="repository.unofficial.addon.pro"
PKG_VERSION="7.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://unofficial.addon.pro"
PKG_URL=""
PKG_DEPENDS_TARGET=""
PKG_PRIORITY="optional"
PKG_SECTION=""
PKG_SHORTDESC="Unofficial LibreELEC.tv Add-on Repository"
PKG_LONGDESC="Unofficial LibreELEC.tv Add-on Repository"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.addon.repository"
PKG_ADDON_PROVIDES=""
PKG_AUTORECONF="no"
PKG_MAINTAINER="unofficial.addon.pro"
make_target() {
$SED -e "s|@PROJECT@|$PROJECT|g" \
-e "s|@ARCH@|$TARGET_ARCH|g" \
-e "s|@PKG_VERSION@|$PKG_VERSION|g" \
-e "s|@PKG_REV@|$PKG_REV|g"\
-i addon.xml
}
makeinstall_target() {
: # nop
}
addon() {
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID
cp -R $PKG_BUILD/* $ADDON_BUILD/$PKG_ADDON_ID
}

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.unofficial.addon.pro"
name="[COLOR FF757677]Libre[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] Add-ons (unofficial)"
version="@PKG_VERSION@.@PKG_REV@"
provider-name="LibreELEC Community">
<extension point="xbmc.addon.repository"
name="LibreELEC Add-ons (unofficial)">
<dir minversion="15.9.0">
<info>http://unofficial.addon.pro/addons/7.0/@PROJECT@/@ARCH@/addons.xml</info>
<checksum>http://unofficial.addon.pro/addons/7.0/@PROJECT@/@ARCH@/addons.xml.md5</checksum>
<datadir zip="true">http://unofficial.addon.pro/addons/7.0/@PROJECT@/@ARCH@</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>LibreELEC Add-ons (unofficial)</summary>
<description>The LibreELEC unofficial repository contains community provided add-ons. These add-ons are not supported by LibreELEC staff. Please check the LibreELEC or Kodi forums for community support threads and ask the add-on author to submit fixes via GitHub.</description>
<disclaimer>Add-ons in this repository are not maintained or supported by LibreELEC staff.</disclaimer>
<platform>all</platform>
</extension>
</addon>