Age | Commit message (Collapse) | Author |
|
Combined package 'xorgproto' replaces 'xextproto' and 'xproto' since
nearly six years:
https://gitlab.archlinux.org/archlinux/packaging/packages/xorgproto/-/commit/34bcd7631dd89c2c1f8e91dcd76139cc014ae720
Link error fixed:
/usr/bin/ld: server.o:(.bss+0x10000): multiple definition of `controls'; koules.o:(.bss+0x7d160): first defined here
|
|
- move path/CFLAGS adaptions from build() to prepare()
- add a patch for OSS sound emulation via ALSA
This adds a dependency on the alsa-oss package, I hope this is in everyone's
interest. Sound works out of the box for me now.
alsa-oss has been added to "depends". Strictly speaking it would be sufficient
to add it to "optdepends" + "makedepends", in which the "makedepends" could be
avoided by adding oss-redir.h to the patch. But since sound support is
elementary in a game, I decided to use a normal dependency.
Please tell if there are reasons to change this.
** Manually imported from AUR 3 **
|
|
- add .desktop file for menu entry
- do not create man page symlinks to fix the build -> use "make MANSRCSUFFIX=6"
this fixes subsequent "makepkg" invocations
- modify "Iconfig" instead of the generated "Makefile" for adding Arch Linux
specific CFLAGS, now the flags are included in each of the three Makefiles
** Manually imported from AUR 3 **
|
|
Update to the packaging standards:
- use prepare() and package()
- use $srcdir and $pkgdir instead of $startdir and quote them
- include .patch instead of .patch.bz2
- remove "|| return 1"
- remove dependency on "patch", this is included in package "base-devel"
- use "install -D" instead of "mkdir"
** Manually imported from AUR 3 **
|
|
** Manually imported from AUR 3 **
|