Skip to content

Commit 03b4b5a

Browse files
committed
Sync files from source repository
1 parent f305322 commit 03b4b5a

20 files changed

Lines changed: 116 additions & 5 deletions

appimages.md

Lines changed: 8 additions & 1 deletion
Large diffs are not rendered by default.

apps.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,11 @@
849849
"description": "Augur Desktop Application...",
850850
"icon": "https://portable-linux-apps.github.io/icons/augur.png"
851851
},
852+
{
853+
"packageName": "augustus",
854+
"description": "An open source re-implementation of the game Caesar III...",
855+
"icon": "https://portable-linux-apps.github.io/icons/augustus.png"
856+
},
852857
{
853858
"packageName": "augustus-enhanced",
854859
"description": "Unofficial, a fork of the Julius project that intends to incorporate gameplay changes...",
@@ -6139,6 +6144,11 @@
61396144
"description": "Privacy-focused, open source novel reader app...",
61406145
"icon": "https://portable-linux-apps.github.io/icons/ireader.png"
61416146
},
6147+
{
6148+
"packageName": "iris",
6149+
"description": "Sony PlayStation 2 games emulator for Windows, Linux and macOS...",
6150+
"icon": "https://portable-linux-apps.github.io/icons/iris.png"
6151+
},
61426152
{
61436153
"packageName": "iris-enhanced",
61446154
"description": "Unofficial, Sony PlayStation 2 emulator...",
@@ -8909,6 +8919,11 @@
89098919
"description": "Open source NuPhy Console alternative...",
89108920
"icon": "https://portable-linux-apps.github.io/icons/nudelta.png"
89118921
},
8922+
{
8923+
"packageName": "nugget-doom",
8924+
"description": "Nugget Doom is a Doom game source port forked from Woof! with additional features...",
8925+
"icon": "https://portable-linux-apps.github.io/icons/nugget-doom.png"
8926+
},
89128927
{
89138928
"packageName": "nugget-doom-enhanced",
89148929
"description": "Unofficial, a Doom source port forked from Woof! with additional features...",
@@ -9424,6 +9439,11 @@
94249439
"description": "Unofficial. Fast and secure web browser, Developer version...",
94259440
"icon": "https://portable-linux-apps.github.io/icons/opera-dev.png"
94269441
},
9442+
{
9443+
"packageName": "optiimage",
9444+
"description": "Unofficial, optimize your images with OptiImage, a useful image compressor that supports PNG, JPEG, WebP and SVG file types...",
9445+
"icon": "https://portable-linux-apps.github.io/icons/optiimage.png"
9446+
},
94279447
{
94289448
"packageName": "orange",
94299449
"description": "Cross-platform local file search engine...",
@@ -10129,6 +10149,11 @@
1012910149
"description": "Graphical MiniDisc NetMD conversion and upload...",
1013010150
"icon": "https://portable-linux-apps.github.io/icons/platinum-md.png"
1013110151
},
10152+
{
10153+
"packageName": "play",
10154+
"description": "Play! is a PlayStation2 games emulator...",
10155+
"icon": "https://portable-linux-apps.github.io/icons/play.png"
10156+
},
1013210157
{
1013310158
"packageName": "play-2048",
1013410159
"description": "Another implementation of the 2048 game...",
@@ -10419,6 +10444,11 @@
1041910444
"description": "User interface for basic encryption tasks...",
1042010445
"icon": "https://portable-linux-apps.github.io/icons/pretty-handy-privacy.png"
1042110446
},
10447+
{
10448+
"packageName": "prey2006",
10449+
"description": "Unofficial, Prey 2006 SDK integrated with Doom 3 GPL release...",
10450+
"icon": "https://portable-linux-apps.github.io/icons/prey2006.png"
10451+
},
1042210452
{
1042310453
"packageName": "primate",
1042410454
"description": "A modern dashboard for Kong Gateway admins...",
@@ -12284,6 +12314,11 @@
1228412314
"description": "Stellar wallet. Secure and user-friendly...",
1228512315
"icon": "https://portable-linux-apps.github.io/icons/solarwallet.png"
1228612316
},
12317+
{
12318+
"packageName": "songrec",
12319+
"description": "Unofficial, an open-source Shazam client for Linux...",
12320+
"icon": "https://portable-linux-apps.github.io/icons/songrec.png"
12321+
},
1228712322
{
1228812323
"packageName": "sonic-3-air",
1228912324
"description": "Unofficial, Source and data to build Sonic 3 A.I.R. (Angel Island Revisited) and the Oxygen Engine...",

apps.md

Lines changed: 8 additions & 1 deletion
Large diffs are not rendered by default.

apps/augustus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AUGUSTUS
2+
3+
An open source re-implementation of the game Caesar III.
4+
5+
SITE/SOURCE: https://github.com/keriew/augustus
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

apps/iris.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# IRIS
2+
3+
Sony PlayStation 2 games emulator for Windows, Linux and macOS.
4+
5+
SITE/SOURCE: https://github.com/allkern/iris
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

apps/nugget-doom.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# NUGGET-DOOM
2+
3+
Nugget Doom is a Doom game source port forked from Woof! with additional features.
4+
5+
SITE/SOURCE: https://github.com/mralaux/nugget-doom
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

apps/optiimage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# OPTIIMAGE
2+
3+
Unofficial, optimize your images with OptiImage, a useful image compressor that supports PNG, JPEG, WebP and SVG file types.
4+
5+
SITE/SOURCE: https://github.com/pkgforge-dev/OptiImage-AppImage
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

apps/play.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# PLAY
2+
3+
Play! is a PlayStation2 games emulator.
4+
5+
SITE/SOURCE: https://purei.org
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

apps/prey2006.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# PREY2006
2+
3+
Unofficial, Prey 2006 SDK integrated with Doom 3 GPL release.
4+
5+
SITE/SOURCE: https://github.com/pkgforge-dev/Prey2006-AppImage
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

apps/songrec.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SONGREC
2+
3+
Unofficial, an open-source Shazam client for Linux.
4+
5+
SITE/SOURCE: https://github.com/pkgforge-dev/SongRec-AppImage
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

0 commit comments

Comments
 (0)