Age | Commit message (Collapse) | Author |
|
git:// URLs are somewhere between deprecated (according to the
out-of-date notification by a821) and non-functional (as far as I know
for GitHub), so use git+https:// instead; while we’re at it, update the
regular URL to use HTTPS too (and, apparently, www2 instead of www – the
old URL redirects to the new one).
This doesn’t actually produce a working build for me, so it’s mostly
pointless, to be honest. If anyone else is interested in still getting
dgsh to run, maybe this is slightly more helpful as a starting point –
you may also find these additional CFLAGS useful (though they’re still
not sufficient to make it work):
make $MAKEFLAGS CFLAGS="$CFLAGS -Wno-implicit-function-declaration -Wno-implicit-int -Wno-incompatible-pointer-types"
But my general impression is that upstream dgsh development has also
stalled, and probably not much more is going to happen there.
|
|
bison was pointed out by Nudin in the package comments, rsync I noticed
myself afterwards.
|
|
|
|
According to AUR user eigengrau, it is already required at build time.
|
|
VCS packages should include the appropriate VCS tool in makedepends [1].
Pointed out by AUR user gdiscry on the mkosi-git package.
|
|
The build leaves behind an empty /var/tmp directory with permissions
that differ from usual /var/tmp permissions, which causes warnings on
package installation. To fix that without too much specific knowledge
about any paths, simply delete all empty directories after the build.
Also, refresh pkgver.
|
|
|
|
|