-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
app-id: de.marlam.gencolormap | ||
runtime: org.kde.Platform | ||
runtime-version: '6.4' | ||
sdk: org.kde.Sdk | ||
command: gencolormap-gui | ||
finish-args: | ||
# X11 + XShm access | ||
- --share=ipc | ||
- --socket=fallback-x11 | ||
# Wayland access | ||
- --socket=wayland | ||
# Save color maps to xdg-pictures | ||
- --filesystem=xdg-pictures:rw | ||
modules: | ||
- name: gencolormap | ||
buildsystem: cmake-ninja | ||
sources: | ||
- type: archive | ||
url: https://marlam.de/gencolormap/releases/gencolormap-2.3.tar.gz | ||
sha256: 7eb2c34b407056b8719e665114043a3a4be199a5fc1628b1cb853ef8cae81384 | ||
- type: patch | ||
path: update-metainfo.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
commit 5ee669822b9c4a5bf83c1a2fcd9e08ecd223a188 | ||
Author: Martin Lambers <marlam@marlam.de> | ||
Date: Mon Nov 21 20:47:08 2022 +0100 | ||
|
||
Update metainfo | ||
|
||
diff --git a/aux/de.marlam.gencolormap.metainfo.xml b/aux/de.marlam.gencolormap.metainfo.xml | ||
index 53a2bca..e0f7270 100644 | ||
--- a/aux/de.marlam.gencolormap.metainfo.xml | ||
+++ b/aux/de.marlam.gencolormap.metainfo.xml | ||
@@ -28,7 +28,7 @@ | ||
<url type="homepage">https://marlam.de/gencolormap</url> | ||
|
||
<releases> | ||
- <release version="3.0" date="2022-11-14"> | ||
+ <release version="2.3" date="2022-11-21"> | ||
<description> | ||
<p>Improved integration into desktop environments.</p> | ||
</description> |