mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
2d0a76b94a
Kernel 6.12 LTS · Mesa 26.0.5 Panfrost · CMA 96 MB · zlib-ng 2.2.4 CPU turbo 1.5 GHz (vdd_arm 1.45 V) · GPU 650 MHz @ 1.150 V · mali_kbase PM patch 43 motherboard revisions covered · two image variants with hardware auto-detect PortMaster pre-installed · MESA_GLTHREAD whitelist · RetroAchievements Tailscale / WireGuard / ZeroTier · Syncthing + rclone · Samba Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
32 lines
816 B
XML
32 lines
816 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="@PKG_ADDON_ID@"
|
|
name="@ADDON_NAME@"
|
|
version="@ADDON_VERSION@"
|
|
provider-name="@PROVIDER_NAME@">
|
|
<requires>
|
|
<import addon="xbmc.python" version="3.0.0"/>
|
|
@REQUIRES@
|
|
</requires>
|
|
<extension point="xbmc.python.script" library="default.py" />
|
|
<extension point="xbmc.python.module" library="lib/">
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary>@PKG_SHORTDESC@</summary>
|
|
<description>
|
|
@PKG_LONGDESC@
|
|
</description>
|
|
<disclaimer>
|
|
@PKG_DISCLAIMER@
|
|
</disclaimer>
|
|
<platform>all</platform>
|
|
<news>
|
|
@PKG_ADDON_NEWS@
|
|
</news>
|
|
<assets>
|
|
<icon>resources/icon.png</icon>
|
|
<fanart>resources/fanart.png</fanart>
|
|
@PKG_ADDON_SCREENSHOT@
|
|
</assets>
|
|
</extension>
|
|
</addon>
|