Sorry, I only remember this page exists when Tibia fails to launch. I see you improved and merged my patch, the game updated great. =D
@Kuchiriel I have default yaourt and it's working just fine.
| Git Clone URL: | https://aur.archlinux.org/tibia.git (read-only, click to copy) |
|---|---|
| Package Base: | tibia |
| Description: | Fast-paced free massively multiplayer online role-playing game |
| Upstream URL: | http://www.tibia.com |
| Keywords: | cipsoft mmorpg |
| Licenses: | custom:CipSoft |
| Submitter: | Cameri |
| Maintainer: | seds |
| Last Packager: | seds |
| Votes: | 13 |
| Popularity: | 0.016906 |
| First Submitted: | 2015-11-09 06:01 (UTC) |
| Last Updated: | 2025-08-30 20:31 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »
Sorry, I only remember this page exists when Tibia fails to launch. I see you improved and merged my patch, the game updated great. =D
@Kuchiriel I have default yaourt and it's working just fine.
@Kuchiriel: Who knows. Some AUR helper are crappier than others (in regard of default settings and behaviour and whatnot).
@TrialnError Let's merge @RaphaelCosta's patch then.
When I use pacaur I can install without issues, when I use yaourt, It prompts me to select the file to patch. Why? Anyway if you don't specify package ver, it will download the latest version available isn't?
@Cameri: Tested various settings and the results were always sorted.
@RaphaelCosta Can you make sure the find command returns the results sorted?
https://gist.github.com/Narrat/4478bf952cda91f71131ae6a56d1d086
Just the changes: https://gist.github.com/Narrat/4478bf952cda91f71131ae6a56d1d086/revisions
Still I don't like the non-unique filename which will be causing problems. If such comments appear you do the support. Waiting if Cameri want to add something, or if you have some remarks on the changes made by me.
I'm waiting for feedback from Cameri. And I ponder currently about ideas based on your patch.
Edit: For example. With an dirty srcdir (like older source version still there) dunno currently if find is sorting the result by default. If not the older version could be build again
https://gist.github.com/raphael-costa/cc3061819a42704b0191cbec88adc314
I'll admit it wasn't as easy as I thought, but anyway do you want to merge this (minus the package name change, of course) or should I push the new package to the AUR?
EDIT: There's an issue with my patch regarding the generated .desktop icons if we rename the package to tibia-latest, in my clone I just reverted it to "tibia" with %s/_pkgname/pkgname/g.
@RaphaelCosta, exactly, besides the things you said, there are some points I would like to add.
Its easy to solve, just put in the pkgbuild the following things in the following order.
While on installation delete old non persistent data (saving map, configurations etc), if mkdir mkdir with -p flag for avoiding errors
If still want 775 and group do.
Execute usermod -a -G games $(id -u -n)
Or chmod -R 0777 /opt/Tibia to avoid permission issues
Problem solved
Please maintainer do it in the PKGBUILD.
Pinned Comments
seds commented on 2025-08-30 20:37 (UTC)
I've made some changes to this packages, and hopefully this works for everyone. I've added a few optional dependencies which
namcapraised and changed how we deal with installing the package.