Skip to content

Commit

Permalink
Updated by kodi-game-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 15, 2024
1 parent ccebc75 commit 6ea055d
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-addon-metadata-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
default:
if: github.repository == 'kodi-game/game.libretro.vice_x64'
if: github.repository == 'kodi-game/game.libretro.vice'
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(game.libretro.vice_x64)
project(game.libretro.vice)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

Expand All @@ -11,14 +11,14 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
set(_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_SHARED_LIBRARY_SUFFIX})
endif()
find_library(VICE_X64_LIB NAMES vice_x64_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)
find_library(VICE_LIB NAMES vice_x64_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)
if(CMAKE_SYSTEM_NAME STREQUAL Windows)
set(CMAKE_FIND_LIBRARY_SUFFIXES ${_CMAKE_FIND_LIBRARY_SUFFIXES})
endif()

set(VICE_X64_CUSTOM_BINARY ${VICE_X64_LIB}
set(VICE_CUSTOM_BINARY ${VICE_LIB}
${PROJECT_NAME}${CMAKE_SHARED_LIBRARY_SUFFIX})

build_addon(${PROJECT_NAME} VICE_X64 "")
build_addon(${PROJECT_NAME} VICE "")

include(CPack)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GPLv2

### Icon

![Commodore - C64 (VICE x64, fast) icon](game.libretro.vice_x64/resources/icon.png)
![Commodore - C64 (VICE x64, fast) icon](game.libretro.vice/resources/icon.png)

### Fanart

Expand Down
2 changes: 1 addition & 1 deletion debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kodi-game-libretro-vice-x64 (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low
kodi-game-libretro-vice (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low

[ kodi ]
* autogenerated dummy changelog
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Source: kodi-game-libretro-vice-x64
Source: kodi-game-libretro-vice
Priority: extra
Maintainer: wsnipex <[email protected]>
Build-Depends: debhelper (>= 9.0.0),
cmake,
kodi-addon-dev,
libretro-vice_x64 (>= 3.7.0) | vice_x64 (>= 3.7.0)
libretro-vice (>= 3.7.0) | vice (>= 3.7.0)
Standards-Version: 3.9.8
Section: libs

Package: kodi-game-libretro-vice-x64
Package: kodi-game-libretro-vice
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, kodi, kodi-game-libretro
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: game.libretro.vice_x64
Source: https://github.com/kodi-game/game.libretro.vice_x64
Upstream-Name: game.libretro.vice
Source: https://github.com/kodi-game/game.libretro.vice

Files: *
Copyright: 2005-2019 Team Kodi
Expand Down
2 changes: 1 addition & 1 deletion depends/common/vice/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(vice_x64)
project(vice)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

Expand Down
2 changes: 1 addition & 1 deletion depends/common/vice/vice.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vice_x64 https://github.com/libretro/vice-libretro/archive/0046085610289777b5806495d8eef213e0a201aa.tar.gz
vice https://github.com/libretro/vice-libretro/archive/0046085610289777b5806495d8eef213e0a201aa.tar.gz
6 changes: 3 additions & 3 deletions game.libretro.vice/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="game.libretro.vice_x64"
<addon id="game.libretro.vice"
name="Commodore - C64 (VICE x64, fast)"
version="3.5.0.37"
version="3.7.0.1"
provider-name="VICE Team">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand All @@ -20,7 +20,7 @@
<extension point="xbmc.addon.metadata">
<license>GPLv2</license>
<platform>@PLATFORM@</platform>
<source>https://github.com/kodi-game/game.libretro.vice_x64</source>
<source>https://github.com/kodi-game/game.libretro.vice</source>
<assets>
<icon>resources/icon.png</icon>
</assets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# game.libretro.vice_x64 language file
# Addon Name: game.libretro.vice_x64
# Addon id: game.libretro.vice_x64
# game.libretro.vice language file
# Addon Name: game.libretro.vice
# Addon id: game.libretro.vice
# Addon Provider: libretro
msgid ""
msgstr ""
"Project-Id-Version: game.libretro.vice_x64\n"
"Project-Id-Version: game.libretro.vice\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2017-12-05 21:00i\n"
"PO-Revision-Date: 2017-12-05 21:00i\n"
Expand Down

0 comments on commit 6ea055d

Please sign in to comment.