Bump buidlroot version to 2018.02.6
This commit is contained in:
6
bsp/buildroot/package/kodi-skin-confluence/Config.in
Normal file
6
bsp/buildroot/package/kodi-skin-confluence/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_KODI_SKIN_CONFLUENCE
|
||||
bool "kodi-skin-confluence"
|
||||
help
|
||||
Kodi confluence skin
|
||||
|
||||
https://github.com/xbmc/skin.confluence
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 1fa8ebeec269e678111f64bec373d98e34b4ba1b32e583a505431b2562910ba0 kodi-skin-confluence-37bba429adc16d49a07add08de406682e1cc673a.tar.gz
|
||||
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-skin-confluence
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'krypton'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_SKIN_CONFLUENCE_VERSION = 37bba429adc16d49a07add08de406682e1cc673a
|
||||
KODI_SKIN_CONFLUENCE_SITE = $(call github,xbmc,skin.confluence,$(KODI_SKIN_CONFLUENCE_VERSION))
|
||||
KODI_SKIN_CONFLUENCE_LICENSE = GPL-2.0
|
||||
KODI_SKIN_CONFLUENCE_LICENSE_FILES = LICENSE.txt
|
||||
KODI_SKIN_CONFLUENCE_DEPENDENCIES = kodi
|
||||
|
||||
define KODI_SKIN_CONFLUENCE_BUILD_CMDS
|
||||
$(HOST_DIR)/bin/TexturePacker -input $(@D)/media/ -output $(@D)/media/Textures.xbt -dupecheck -use_none
|
||||
endef
|
||||
|
||||
define KODI_SKIN_CONFLUENCE_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence
|
||||
cp -dpfr $(@D)/* $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence
|
||||
find $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence/media -name *.jpg -delete
|
||||
find $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence/media -name *.png -delete
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user