Update to PrimeHack version v1.0.7

Update to 1.0.7
This commit is contained in:
Sir Mangler 2023-12-20 11:17:41 +00:00 committed by GitHub
commit aeda3fb3dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 10 deletions

View file

@ -18,7 +18,7 @@
<id>io.github.shiiion.primehack.desktop</id>
</provides>
<releases>
<release date="2022-10-02" version="1.0.6a"/>
<release date="2023-12-20" version="1.0.7"/>
</releases>
<url type="homepage">https://github.com/shiiion/dolphin</url>
<url type="help">https://github.com/shiiion/dolphin/wiki</url>

View file

@ -1,6 +1,6 @@
app-id: io.github.shiiion.primehack
runtime: org.kde.Platform
runtime-version: '6.5'
runtime-version: '6.6'
sdk: org.kde.Sdk
command: primehack-wrapper
rename-desktop-file: primehack.desktop
@ -84,7 +84,7 @@ modules:
sources:
- type: git
url: https://github.com/shiiion/dolphin.git
commit: efb99ebfd20b1bc16ea3e51fec409c91e354d8c2
commit: bd2591a28ab4a367a3f11f65059e07314a13f081
# detects whether dolphin is running in a flatpak sandbox
# and makes it use xdg directories if it is.
# prevents dolphin from attempting to write conf files

View file

@ -1,13 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9af66009a1..2acd3bed9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,7 +149,7 @@ if(GIT_FOUND)
diff --git a/CMake/ScmRevGen.cmake b/CMake/ScmRevGen.cmake
index aacf7491ce..503791cda8 100644
--- a/CMake/ScmRevGen.cmake
+++ b/CMake/ScmRevGen.cmake
@@ -7,7 +7,7 @@ if(GIT_FOUND)
OUTPUT_VARIABLE DOLPHIN_WC_REVISION
OUTPUT_STRIP_TRAILING_WHITESPACE)
# defines DOLPHIN_WC_DESCRIBE
- execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long --dirty
+ execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long
OUTPUT_VARIABLE DOLPHIN_WC_DESCRIBE
OUTPUT_STRIP_TRAILING_WHITESPACE)
OUTPUT_STRIP_TRAILING_WHITESPACE)