Search Criteria
Package Details: dungeondraft 1.0.3.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dungeondraft.git (read-only, click to copy) |
---|---|
Package Base: | dungeondraft |
Description: | Dungeondraft is a tabletop encounter map creation tool designed to draw aesthetic maps without the typical frustrations and time investment |
Upstream URL: | https://dungeondraft.net |
Licenses: | custom:TailwindGamesLicense |
Submitter: | lucaci32u4 |
Maintainer: | lucaci32u4 (shawly) |
Last Packager: | lucaci32u4 |
Votes: | 6 |
Popularity: | 0.23 |
First Submitted: | 2020-11-28 00:36 (UTC) |
Last Updated: | 2024-03-31 14:36 (UTC) |
Dependencies (3)
- mono (mono-gitAUR)
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
1 2 Next › Last »
m0r commented on 2024-06-01 01:05 (UTC)
Installation crashing with the following error:
mv: cannot stat 'data_Dungeondraft': No such file or directory
It seems that this
data_Dungeondraft
is not being created.lucaci32u4 commented on 2024-03-31 14:39 (UTC)
Added shawly's patch to the PKGBUILD and updated the version in .SRCINFO.
How, this can be used with AUR helpers by setting an environment variable:
shawly commented on 2022-07-23 19:07 (UTC)
I changed the PKGBUILD to allow the usage of AUR helpers, with this patch you can set the download URL via
export DUNGEONDRAFT_DOWNLOAD_URL=xyz
to the URL that your Humble Bundle store page provides and then install the package. It will verify the variable with the url and then download and install the package.With this there is no more need to clone the AUR repo and manually download the package which should make things a little more convenient.
Twiglet commented on 2022-03-08 13:13 (UTC) (edited on 2022-03-16 18:21 (UTC) by Twiglet)
I don't know if this is helpful but the API query needed to list download urls is:
URL="https://www.humblebundle.com/api/v1/order/YOURKEYHERE?wallet_data=true&all_tpkds=true&get_coupons=true"
Replacing YOURKEYHERE with the
key
from the url of your purchase.Get the version of the Latest release:
DD_VERSION=$(curl "$url" | jq -r '.subproducts[].human_name' | grep -i 'latest' | grep -oE '[0-9]+(\.[0-9]+)*')
You can then get the zip url with the right auth strings:
curl "$url" | jq ".subproducts[].downloads[] | select(.platform == 'linux').download_struct[] | select(.name == 'Manual Install') | select(.url.web | contains(\"$DD_VERSION\")).url.web"
I'm an arch noob so don't know if it's possible to pass a variable/read from the environment variables into the process but this would automate the download as long as you have something like
DUNGEONDRAFT_KEY=foobarbaz
in your environment.Lamdarer commented on 2022-03-05 21:53 (UTC)
@pdf could you maybe post just the content necessary for the build file? Though I think I edited the original file correctly, my steps where:
pamac clone --builddir /tmp/builddir dungeondraft
cd /tmp/builddir/dungeondraft
vi PKGBUILD
pamac build
however I get an error saying that for dungeondraft 'x86_64'-Architektur is not available. Did I do something wrong?pdf commented on 2021-11-20 05:17 (UTC) (edited on 2021-11-20 05:18 (UTC) by pdf)
The following patch allows building 1.0.2.4 using the .deb package, which seems to be returned no matter what you click in the Humble library (this method also happens to be much simpler, and less prone to breakage):
RatchaTowns commented on 2021-10-24 19:59 (UTC)
I had to delete the "Dungeondraft.png" line from the PKGBUILD in order to install Dungeondraft 1.0.2.4, but it otherwise worked fine.
If anyone else is struggling to install this with an AUR helper, make sure you read the comment in the PKGBUILD.
tombenko commented on 2021-09-29 17:43 (UTC)
As I look to it, it seems to turned into paid software. :/
Pdetiege commented on 2021-09-28 19:44 (UTC) (edited on 2021-09-28 19:45 (UTC) by Pdetiege)
Getting the same error tombenko had while installing using yay: ":: (1/1) Parsing SRCINFO: dungeondraft ==> ERROR: pkgver is not allowed to be empty." Any advice on how to solve this?
tombenko commented on 2021-05-19 19:32 (UTC)
makepkg says pkgver is empty.
1 2 Next › Last »