Skip to content

Commit

Permalink
manifest: Update to BaseApp 24.04 and Runtime 46
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoSu-bham authored May 31, 2024
1 parent ca2a86b commit 2a0c1f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ To know more refer https://github.com/flathub/org.sugarlabs.AbacusActivity
```
git clone https://github.com/flathub/org.sugarlabs.AbacusActivity.git
cd org.sugarlabs.AbacusActivity
flatpak -y --user install org.gnome.{Platform,Sdk}//44
flatpak -y --user install flathub org.gnome.{Platform,Sdk}//46
flatpak -y --user install org.sugarlabs.BaseApp//24.04
flatpak-builder --user --force-clean --install build org.sugarlabs.AbacusActivity.json
```

Expand All @@ -24,4 +25,4 @@ Now to update every single module to the latest stable version use
```
cd org.sugarlabs.AbacusActivity
flatpak run --filesystem=$PWD org.flathub.flatpak-external-data-checker org.sugarlabs.AbacusActivity.json
```
```
6 changes: 4 additions & 2 deletions abacus-info.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/activity/activity.info b/activity/activity.info
index 2395d5b..e4af0aa 100644
index 2395d5b..e257576 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,7 +1,10 @@
Expand All @@ -13,7 +13,7 @@ index 2395d5b..e4af0aa 100644
bundle_id = org.sugarlabs.AbacusActivity
exec = sugar-activity3 AbacusActivity.AbacusActivity
icon = activity-abacus
@@ -10,5 +13,7 @@ url = https://help.sugarlabs.org/en/abacus.html
@@ -10,5 +13,8 @@ url = https://help.sugarlabs.org/en/abacus.html
summary = A tool for simple arithmetic calculations
category = maths
repository = https://github.com/sugarlabs/activity-abacus
Expand All @@ -23,3 +23,5 @@ index 2395d5b..e4af0aa 100644
+description = Abacus lets the learner explore different representations of numbers using different mechanical counting systems developed by the ancient Romans and Chinese. There are several different variants available for exploration.
+screenshots = https://raw.githubusercontent.com/sugarlabs/activity-abacus/master/screenshots/en/1.png https://raw.githubusercontent.com/sugarlabs/activity-abacus/master/screenshots/en/2.png https://raw.githubusercontent.com/sugarlabs/activity-abacus/master/screenshots/en/3.png
+developer_name = Sugar Labs Community
+developer_id = org.sugarlabs
\ No newline at end of file
4 changes: 2 additions & 2 deletions org.sugarlabs.AbacusActivity.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"app-id": "org.sugarlabs.AbacusActivity",
"base": "org.sugarlabs.BaseApp",
"base-version": "23.06",
"base-version": "24.04",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"separate-locales": false,
"command": "sugarapp",
Expand Down

0 comments on commit 2a0c1f8

Please sign in to comment.