Search Criteria
Package Details: gdlauncher 1.1.29-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gdlauncher.git (read-only, click to copy) |
---|---|
Package Base: | gdlauncher |
Description: | GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience |
Upstream URL: | https://gdevs.io |
Licenses: | GPL3 |
Conflicts: | gdlauncher-appimage, gdlauncher-beta, gdlauncher-beta-bin, gdlauncher-bin, gdlauncher-git |
Provides: | gdlauncher |
Submitter: | Nayla |
Maintainer: | inetol |
Last Packager: | huantian |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-05 16:35 (UTC) |
Last Updated: | 2022-08-31 23:35 (UTC) |
Dependencies (11)
- electron16AUR (electron16-binAUR)
- libappindicator-gtk3
- libindicator-gtk3
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip)
- gendesk (make)
- nodejs (nodejs-gitAUR, nodejs6-binAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod) (make)
- npm (corepackerAUR, nodejs6-binAUR, python-nodejs-wheelAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
Latest Comments
« First ‹ Previous 1 2
eX_fr0sT commented on 2021-03-18 00:29 (UTC) (edited on 2021-03-18 00:31 (UTC) by eX_fr0sT)
Pls update your package...
cobaltspace commented on 2020-10-11 00:01 (UTC)
Instead of using git to get the package, you could just use
https://github.com/gorilla-devs/GDLauncher/archive/v${pkgver}.tar.gz
as the source.And if you really want to use git to retrieve the sources, use
git+https://github.com/gorilla-devs/GDLauncher.git#tag=v${pkgver}
orgit+https://github.com/gorilla-devs/GDLauncher.git#commit=${commitsha}
.With these options, you shouldn't need to manually run any git commands in
prepare()
stevendoesstuffs commented on 2020-05-26 01:47 (UTC) (edited on 2020-05-26 01:52 (UTC) by stevendoesstuffs)
I get "line 26: gendesk: command not found" when trying to build. Installing gendesk seems to fix it. Maybe add it as a makedepend?
« First ‹ Previous 1 2