Skip to content

Commit

Permalink
Add speedcrunch recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
d1gl committed Aug 1, 2024
1 parent 4474c32 commit ce56da7
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 0 deletions.
3 changes: 3 additions & 0 deletions APP_Source/Apps/speedcrunch/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/igelpkg.output/
/igelpkg.tmp/
/igelpkg.log
18 changes: 18 additions & 0 deletions APP_Source/Apps/speedcrunch/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"categories": [
"misc"
],
"icons": {
"app": "app.png",
"monochrome": "monochrome.png"
},
"name": "speedcrunch",
"author": "The IGEL community",
"vendor": "SpeedCrunch Team",
"public_version": "0.12.0-6",
"release": "",
"summary": {
"en": "SpeedCrunch (Community)"
},
"version": "0.12.0"
}
Binary file added APP_Source/Apps/speedcrunch/data/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions APP_Source/Apps/speedcrunch/data/changelogs/en
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
speedcrunch (0.12.0-6) unstable; urgency=medium

* d/patches: use Sphinx built-in i18n support for extensions
- Closes: #1026816

-- Felix Krull <[email protected]> Fri, 23 Dec 2022 19:24:30 +0100

speedcrunch (0.12.0-5.1) unstable; urgency=medium

* Non-maintainer upload.
* Fix docs build with Sphinx >= 4. (Closes: #997366)
- Add 0007-fix-docs-build-with-Sphinx-4.patch

-- Felix Geyer <[email protected]> Sat, 29 Oct 2022 09:59:26 +0200

speedcrunch (0.12.0-5) unstable; urgency=medium

* d/patches, d/control: fix docs build with Sphinx >= 2.0
- Closes: #955058
* d/patches: use CMake's CXX_STANDARD property
* d/copyright: add separate notice for appdata files
* d/control:
- bump Standards-Version
- bump debhelper compat version

-- Felix Krull <[email protected]> Sun, 19 Apr 2020 14:13:08 +0200

speedcrunch (0.12.0-4) unstable; urgency=medium

* d/control:
- update VCS-* urls
- bump Standards-Version
- use python3-sphinx instead of python-sphinx
* d/compat: bump debhelper compat version to 10
* d/patches, d/rules: build the HTML manual in a separate step
- Rebuilding the HTML manual during the build has proven fragile. Instead,
the manual is now built in a separate step and the application build is
pointed at the result of that build.
- Closes: #897531

-- Felix Krull <[email protected]> Mon, 14 May 2018 16:52:42 +0000
13 changes: 13 additions & 0 deletions APP_Source/Apps/speedcrunch/data/config/config.param
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<sessions>
<speedcrunch%>
<name>
value=<SpeedCrunch>
</name>
<icon>
value=<speedcrunch>
</icon>
extends_base=<sessions.base%>
</speedcrunch%>
<speedcrunch0>
</speedcrunch0>
</sessions>
3 changes: 3 additions & 0 deletions APP_Source/Apps/speedcrunch/data/descriptions/en
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A high-precision scientific calculator

SpeedCrunch is a fast, high-precision scientific calculator. It features a syntax-highlighted scrollable display and is designed to be fully used via keyboard.
Binary file added APP_Source/Apps/speedcrunch/data/monochrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions APP_Source/Apps/speedcrunch/igel/debian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{
"package": "speedcrunch"
}
]
11 changes: 11 additions & 0 deletions APP_Source/Apps/speedcrunch/igel/install.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"source": ".*",
"excludes": [
"usr/share/applications.*",
"usr/share/doc.*",
"usr/share/man.*",
"usr/share/metainfo.*"
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

speedcrunch

0 comments on commit ce56da7

Please sign in to comment.