summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-02-09declare sodeps, perhaps for no good reasonMantas Mikulėnas
But they might end up catching unexpected soname bumps in the future, like if cairo ever starts using soversion 3 or similar.
2023-02-09release 2.2.11Mantas Mikulėnas
2023-01-03use 'grep -E' to avoid the silly deprecation warningMantas Mikulėnas
2022-11-05update OpenSSL dependencyMantas Mikulėnas
2022-06-01release 2.2.10Mantas Mikulėnas
2021-02-26add a copy of the Jagex PGP keyMantas Mikulėnas
2021-02-26explicitly list all dependencies from debian/controlMantas Mikulėnas
All of them were already present implicitly (including the newly added dep on libglvnd), but this should make it easier to compare the two lists in the future.
2021-02-26release 2.2.9Mantas Mikulėnas
2020-11-24typoMantas Mikulėnas
2020-11-24release 2.2.8Mantas Mikulėnas
2020-11-24download Packages before the .debMantas Mikulėnas
It's easier to find the current version by reading Packages.
2020-11-24slightly improve messagesMantas Mikulėnas
2020-11-21stop using makepkg internal functionsMantas Mikulėnas
2020-10-02Revert "Revert "Revert "bring back OpenSSL 1.0 workaround"""Mantas Mikulėnas
This reverts commit a234598b34e6d72abc962ba34ea146c3208951a9.
2020-07-02Revert "Revert "bring back OpenSSL 1.0 workaround""Mantas Mikulėnas
This reverts commit 33965fa4c9b1b4ee093516a0ac69bd772b04eb79.
2020-07-02bump pkgrel after revertMantas Mikulėnas
2020-07-02Revert "bring back OpenSSL 1.0 workaround"Mantas Mikulėnas
This reverts commit 2ea59dee72f6f987c5b6a1704729e704d29f6e82.
2020-05-26bring back OpenSSL 1.0 workaroundMantas Mikulėnas
Did someone accidentally revert the build system to last year?
2020-03-25release 2.2.7Mantas Mikulėnas
2020-03-16temporarily switch to cached sourcesMantas Mikulėnas
Even though Mod Dark said that they're aware of the issue, it seems that it's going to take a while until it's fixed...
2020-03-16belated .SRCINFO updateMantas Mikulėnas
2019-11-25release 2.2.6Mantas Mikulėnas
2019-11-13update dependencies from the actual list in deb/controlMantas Mikulėnas
2019-11-13clarify verification messagesMantas Mikulėnas
2019-11-13remove an obsolete package conflictMantas Mikulėnas
2019-11-13explicitly return if verification failsMantas Mikulėnas
This was not a problem because all functions run with the 'errexit' flag set (i.e. the "|| return" is implicit for every command), but writing it out makes the function easier to understand.
2019-11-13disable capabilities for now; LD_PRELOAD needs to workMantas Mikulėnas
2019-11-13enable CAP_SETFCAPMantas Mikulėnas
> JagexDark commented on 2019-11-11 14:32 > > Just a heads up that we have updated the launcher / apt repo to 2.2.5, > incorporating various fixes > https://secure.runescape.com/m=news/news-post-linux-client-improvements. > Most relevant change is the new set of dependencies, which should > hopefully be more version-stable going forward. > > Also of note is the new postinst script that grants CAP_SETFCAP on the > launcher binary - this is used ONLY to grant the permission to adjust > thread priorities to the client binary, which allows the audio threads > to be high priority, fixing a long-standing linux audio issue. If there > is a nicer way you can come up with to grant CAP_SYS_NICE to the client > binary then please do so instead.
2019-11-13release 2.2.5+evilhackMantas Mikulėnas
2018-07-21allow the latency target to be overridden externallyMantas Mikulėnas
2018-07-21incorporate the audio workaround from forumsMantas Mikulėnas
2017-09-14clean before buildMantas Mikulėnas
2017-09-14fix noextractMantas Mikulėnas
2017-09-11stylefixMantas Mikulėnas
2017-09-11sort depends listMantas Mikulėnas
2017-09-11no longer bump; just disable cachingMantas Mikulėnas
2017-09-11don't extract the .deb until we've verified itMantas Mikulėnas
2017-09-11throw away _verify_debMantas Mikulėnas
While arguably more direct, it also feels inelegant for some reason.
2017-09-11download and cache Release alongside the .debMantas Mikulėnas
At least this way all files should share the same lifetime.
2017-09-11instead of importing the key manually, list it in validpgpkeysMantas Mikulėnas
This matches the regular makepkg behavior. Sad that it's not automatic.
2017-09-11verify using _gpgbuilder if available (no extra downloads, but only SHA1)Mantas Mikulėnas
2017-09-11make $jagexpgpkey a global variableMantas Mikulėnas
2017-09-11have a local copy of the PGP keyMantas Mikulėnas
2017-09-11make package more bump-proof by directly verifying signaturesMantas Mikulėnas
2017-09-11bumpMantas Mikulėnas
2017-07-01Bye.Ivan Puntiy
2017-06-22Added gtk2 as dependencyIvan Puntiy
2017-06-22Upstream client rebuildIvan Puntiy
2017-06-05Upstream client rebuildIvan Puntiy
2017-05-16Oops...Ivan Puntiy