Package Details: isle-portable-git r2160.ba14b482-1

Git Clone URL: https://aur.archlinux.org/isle-portable-git.git (read-only, click to copy)
Package Base: isle-portable-git
Description: Portable version of LEGO Island based on decompilation effort
Upstream URL: https://github.com/isledecomp/isle-portable
Keywords: island isle lego
Licenses: LGPL-3.0-or-later
Conflicts: isle-portable
Provides: isle-portable
Submitter: Danct12
Maintainer: Danct12
Last Packager: Danct12
Votes: 3
Popularity: 1.92
First Submitted: 2025-06-22 10:54 (UTC)
Last Updated: 2025-07-02 04:09 (UTC)

Latest Comments

gwuensch commented on 2025-06-27 16:32 (UTC)

PKGBUILD needs an update, the config tool has been renamed upstream:

diff --git a/PKGBUILD b/PKGBUILD
index 9560ea3..771a3e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ package() {

     # Change the binary filename to something that makes more sense
     mv "$pkgdir"/usr/bin/{isle,lego-isle}
-    mv "$pkgdir"/usr/bin/{config,lego-isle-config}
+    mv "$pkgdir"/usr/bin/{isle-config,lego-isle-config}

     # Create desktop entry
     install -Dm644 "${pkgname%-git}"/CONFIG/res/lego1.png \

Damgaldor commented on 2025-06-24 14:25 (UTC)

The main section of the desktop file needs Actions=Settings

gwuensch commented on 2025-06-22 14:56 (UTC)

Thanks for the update! Can you also add StartupWMClass=lego-isle to the desktop entry to have DEs properly associate the game window with the owning application?

gwuensch commented on 2025-06-22 12:42 (UTC)

Thanks for the package, it's just missing cmake under makedepends at the moment :D