Search Criteria
Package Details: dusklight-git 1.4.1.r0.gf5642f3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dusklight-git.git (read-only, click to copy) |
|---|---|
| Package Base: | dusklight-git |
| Description: | Dusklight brings a classic adventure to PC and mobile platforms with a variety of fixes and improvements. |
| Upstream URL: | https://github.com/TwilitRealm/dusklight |
| Licenses: | CC0-1.0 |
| Conflicts: | dusklight, dusklight-bin |
| Replaces: | tp-dusk-git |
| Submitter: | R0dn3yS |
| Maintainer: | R0dn3yS |
| Last Packager: | R0dn3yS |
| Votes: | 2 |
| Popularity: | 0.63 |
| First Submitted: | 2026-05-12 16:36 (UTC) |
| Last Updated: | 2026-06-17 03:43 (UTC) |
Dependencies (23)
- abseil-cpp (abseil-cpp-gitAUR)
- fmt (fmt-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- sdl3 (sdl3-noibus-gitAUR, sdl3-gitAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- alsa-lib (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- Show 3 more dependencies...
Latest Comments
R0dn3yS commented on 2026-06-10 16:27 (UTC) (edited on 2026-06-10 16:27 (UTC) by R0dn3yS)
I fixed all the problems with libraries missing, they were upstream issues and now just waiting for them to merge it into upstream.
finesco commented on 2026-06-01 06:00 (UTC)
With the most recent commit need packages and libs: rmlui libfreeverb.so (ln -s /usr/lib/libfreeverb3.so /usr/lib/libfreeverb.so doesn't work)
HurricanePootis commented on 2026-05-17 20:50 (UTC)
@R0dn3y
I am the maintainer of
dusklight. I have a few suggestions for this PKGBUILD to bring it into parity withdusklight:dev.twilitrealm.dusk). This is standard practice on new apps. The packager should always strive to do this!libpngandzlibtodepends()conflicts=("${pkgname::-4}")andprovides=(tp-dusk "${pkgname::-4"). Sincedusklightexist, you need to add these since this is the-gitpackage. Furthermore, you forgot aboutprovides()in the first placeSince I am the maintainer of
dusklightitself (and I have more experience packaging), I think it would be best if I were to be co-maintainer of this package so that any changes between the two can be kept in sync without having to do the song and dance of me leaving a comment every single time.HurricanePootis commented on 2026-05-11 07:57 (UTC)
Any recommendations I made to
tp-duskshould also be applied here. Furthermore, you should changepkgver()to reflect that there is a stable version now.