mirror of
https://github.com/RetroDECK/io.github.shiiion.primehack.git
synced 2024-12-12 14:25:38 +00:00
Update to PrimeHack version v1.0.7
Update to 1.0.7
This commit is contained in:
commit
aeda3fb3dc
|
@ -18,7 +18,7 @@
|
||||||
<id>io.github.shiiion.primehack.desktop</id>
|
<id>io.github.shiiion.primehack.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
<release date="2022-10-02" version="1.0.6a"/>
|
<release date="2023-12-20" version="1.0.7"/>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">https://github.com/shiiion/dolphin</url>
|
<url type="homepage">https://github.com/shiiion/dolphin</url>
|
||||||
<url type="help">https://github.com/shiiion/dolphin/wiki</url>
|
<url type="help">https://github.com/shiiion/dolphin/wiki</url>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
app-id: io.github.shiiion.primehack
|
app-id: io.github.shiiion.primehack
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: '6.5'
|
runtime-version: '6.6'
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
command: primehack-wrapper
|
command: primehack-wrapper
|
||||||
rename-desktop-file: primehack.desktop
|
rename-desktop-file: primehack.desktop
|
||||||
|
@ -84,7 +84,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/shiiion/dolphin.git
|
url: https://github.com/shiiion/dolphin.git
|
||||||
commit: efb99ebfd20b1bc16ea3e51fec409c91e354d8c2
|
commit: bd2591a28ab4a367a3f11f65059e07314a13f081
|
||||||
# detects whether dolphin is running in a flatpak sandbox
|
# detects whether dolphin is running in a flatpak sandbox
|
||||||
# and makes it use xdg directories if it is.
|
# and makes it use xdg directories if it is.
|
||||||
# prevents dolphin from attempting to write conf files
|
# prevents dolphin from attempting to write conf files
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
diff --git a/CMake/ScmRevGen.cmake b/CMake/ScmRevGen.cmake
|
||||||
index 9af66009a1..2acd3bed9a 100644
|
index aacf7491ce..503791cda8 100644
|
||||||
--- a/CMakeLists.txt
|
--- a/CMake/ScmRevGen.cmake
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMake/ScmRevGen.cmake
|
||||||
@@ -149,7 +149,7 @@ if(GIT_FOUND)
|
@@ -7,7 +7,7 @@ if(GIT_FOUND)
|
||||||
OUTPUT_VARIABLE DOLPHIN_WC_REVISION
|
OUTPUT_VARIABLE DOLPHIN_WC_REVISION
|
||||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
# defines DOLPHIN_WC_DESCRIBE
|
# defines DOLPHIN_WC_DESCRIBE
|
||||||
|
@ -10,4 +10,3 @@ index 9af66009a1..2acd3bed9a 100644
|
||||||
+ execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long
|
+ execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long
|
||||||
OUTPUT_VARIABLE DOLPHIN_WC_DESCRIBE
|
OUTPUT_VARIABLE DOLPHIN_WC_DESCRIBE
|
||||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue