summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-04-18propagate upstream updateXZS
In combination with the dash-to-dock extension, rounded corners intended to be hidden showed up again. This happens no longer with this version. Version 41 was withdrawn from review from the author, jumping directly to 42 with a better variant of the same fix.
2016-03-23propagate upstream updateXZS
It is now possible to configure a panel shadow.
2016-03-23end grep trickery, it has been bustedXZS
Unbelievably, also traditional tools like grep are regularly updated still today. Version 2.24 forbid the combination of some features with the -z option. This was exactly what was exploited here to make grep ignore newlines so they would not interrupt JSON dissection. More information about the change can be found at the bottom of the respective release notes. [1] Fixing it costs an invocation of tr to remove the bothersome newlines. Because the files are read within "find -exec" where input redirection is not readily possible, cat has to be invoked to start the pipeline. The grep script got only a tiny bit simpler by adhering to the new restriction and leaving newlines to tr. Thanks to AUR users jmauss, Asher256 and vinadoros for pointing to the critical line. [1]: http://savannah.gnu.org/forum/forum.php?forum_id=8477
2016-01-08propagate upstream updateXZS
Among other changes, this introduces compatibility with the Gno-Menu extension.
2015-09-29propagate upstram updateXZS
This introduces compatibility with the former conflicting extension StatusTitleBar@devpower.org.
2015-09-12propagate upstream updateXZS
2015-08-06sort package functionsXZS
2015-08-05automatically find version boundariesXZS
2015-08-04properly order and quote variablesXZS
2015-07-28intital import from old AUR version 3XZS