Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Noticed a report regarding this missing and looking into what needs to be done it seemed fairly straighforward.
Only slightly tested and it seemed to be working. We will see what the real world says about this...
Funny sidenote: Last update to the patch was on the 9th nov of 2022 :D
|
|
upstream had some commits
|
|
|
|
In this case add the patch regarding the egrep deprecation.
|
|
|
|
|
|
Thanks to cosmic for this detail, as it indeed caused the setting of default apps to fail.
|
|
While taking a first look at the reported issue with the flatpack firefox, I noticed something in regards setting the protocols.
It was just setting for http, whereas every other set http, https and some more.
|
|
|
|
Optdep isn't so opt anymore...
|
|
|
|
See FS#64193 on the Arch Bug Tracker.
|
|
What xdg-mime reports back is kinda fixed and caused problems with programs relying on this script, as the unfiltered mimeo output was printed.
|
|
Arch updated to latest master to include fixes.
Also adapted to the formatting of said PKGBUILD
|
|
|
|
May there be the case if someone switches between mimeo and lxqt.
|
|
Remove obsolete stuff from prepare.
Of note is, this release isn't signed yet.
Upstream provided checksums:
md5sum: 361e75eb76c94d19f6f4f330d8ee626b xdg-utils-1.1.2.tar.gz
sha1sum: 20cd4cc5cfaa904b12abf6d584deb568367f4d83 xdg-utils-1.1.2.tar.gz
|
|
|
|
|
|
|
|
|
|
for xdg-screensaver
|
|
|
|
Although only of interest if switching between lightweight DE and KDE
|
|
Updated checksum somehow after commit
|
|
eigengrau pointed out, that xdg-screensaver won't work if detectDE stays at mimeo
(Will happen if there isn't xscreensaver, xautolock or else be found)
So included his fix, where the generic method will be used
|
|
The diff got the usual adjusting. The remaining changes came through switching to a personal fork to maintain the diff. Manually adjusting it was cumbersome.
The PKGBUILD itself got rebased on the extra/xdg-utils one.
|
|
They made changes, which made it necessary to adjust the mimeo detection patch.
Mostly line number adjustments.
Exception is xdg-settings.in
They switched from the $DE to $handler, so mimeo needed to added as extra case.
Additionally I added {get,check,set}_url_scheme_handler_mimeo but it is handled like the ones from xfce (Dunno if it can be supported)
|
|
History: https://github.com/Narrat/PKGBuilds
|