Package Details: doomseeker 1:1.5.1.r0.g2098b2ee-1

Git Clone URL: https://aur.archlinux.org/doomseeker.git (read-only, click to copy)
Package Base: doomseeker
Description: A cross-platform Doom server browser
Upstream URL: https://doomseeker.drdteam.org/
Keywords: chocolate chocolate_doom doom doomseeker odamex sonic_robo_blast_2 turok_2_remaster zandronum
Licenses: LGPL
Submitter: Pol_M
Maintainer: Pol_M
Last Packager: Pol_M
Votes: 12
Popularity: 0.000022
First Submitted: 2018-02-23 17:41 (UTC)
Last Updated: 2024-11-30 10:33 (UTC)

Dependencies (10)

Required by (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

smnpl commented on 2019-09-04 19:19 (UTC) (edited on 2019-09-04 19:19 (UTC) by smnpl)

Hi, right now this package fails to install for me giving this error after compiling seemingly fine:

...

-- Installing: /home/username/Downloads/doomseeker/pkg/doomseeker/usr/share/doomseeker/translations/turok2ex_pl_PL.qm

mv: cannot stat '/home/username/Downloads/doomseeker/pkg/doomseeker/usr/lib64': No such file or directory

Regards

Pol_M commented on 2018-08-22 19:47 (UTC) (edited on 2018-08-22 20:08 (UTC) by Pol_M)

thanks for covering me man :D

Done!

Robikz commented on 2018-08-22 19:34 (UTC)

You can keep -DCMAKE_BUILD_TYPE=Release as without it optimization flags aren't applied. See here: https://blog.kitware.com/cmake-and-the-default-build-type/

Pol_M commented on 2018-08-20 19:46 (UTC) (edited on 2018-08-20 21:54 (UTC) by Pol_M)

  1. This is how it is intended to be done. If you want to increase the amount of jobs, change the appropiate variable in /etc/makepkg.conf. In the past it used to use -j$(nproc) which adapts to every computer, but it's considered bad practice

  2. Will look into it. [EDIT] Complied. :)

Robikz commented on 2018-08-20 18:46 (UTC) (edited on 2018-08-20 18:47 (UTC) by Robikz)

Hi, Zalewa here. Just tried it today on a freshly installed Manjaro and I noticed two things:

  1. Compilation is done in a single task. I don't know if that's a standard practice here, but Doomseeker will compile fine & faster with more make jobs.

  2. It seems that nothing gets installed to /usr/share/doomseeker, therefore there are no i18n translation files available and you get a strange error in the language combobox in Config|Appearance. make install (or cmake --build . --target install) should install the translation files. That doesn't happen and could be looked into.

Pol_M commented on 2018-06-19 14:41 (UTC) (edited on 2018-07-31 10:44 (UTC) by Pol_M)

[UPDATE: NO LONGER NECESSARY]

In case you're not capable to compile, it may be due to the latest qt5 version having some error(s). To solve this, you should downgrade. A good way to do this is through Arch Archive. You should do as follows:

sudo pacman -U "https://archive.archlinux.org/packages/q/qt5-multimedia/qt5-multimedia-5.10.0-1-x86_64.pkg.tar.xz"

sudo pacman -U "https://archive.archlinux.org/packages/q/qt5-base/qt5-base-5.10.0-1-x86_64.pkg.tar.xz"

sudo pacman -U "https://archive.archlinux.org/packages/q/qt5-tools/qt5-tools-5.10.0-1-x86_64.pkg.tar.xz"

Also you will probably need the library libicui18n.so.60. This library was part of the package icu-60.2-1. A way to install it is through this commands:

mkdir -p ~/pkg/tmp && wget "https://archive.archlinux.org/packages/i/icu/icu-60.2-1-x86_64.pkg.tar.xz" && tar xJvf icu-60.2-1-x86_64.pkg.tar.xz -C ~/pkg/tmp && rm icu-60.2-1-x86_64.pkg.tar.xz

sudo cp ~/pkg/tmp/usr/lib/libicu*.60 /usr/lib/

(you should also remove ~/pkg/tmp /usr/lib/libicu*.60 and you should also update after installing doomseeker)

Pol_M commented on 2018-06-16 15:59 (UTC)

Yes, I've been trying to work on a solution since this morning. It has stopped compiling properly, even in the previous commit. Until I work out with something, I'm gonna set the revision back to the previous one. If you find a solution, please notice me.

jlanzobr commented on 2018-06-16 14:08 (UTC) (edited on 2018-06-16 14:09 (UTC) by jlanzobr)

Pol_M, are you trying to compile this package? It only compiles if forced to use Qt4.

Pol_M commented on 2018-03-28 21:58 (UTC) (edited on 2019-09-21 11:06 (UTC) by Pol_M)

THIS IS NO LONGER SUPPORTED. QT4 SUPPORT HAS BEEN DROPPED

doomseeker can be compiled with qt4. If you were interested in using qt4 instead of qt5, add this CMAKE parameter: -DFORCE_QT4=ON ..

in the PKGBUILD.