aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprpm
AgeCommit message (Collapse)Author
2024-04-16hyprpm: err out on missing runtime depsVaxry
2024-04-16hyprpm: shallow since a week before commit datevaxerski
timezones, etc. ref #5612
2024-04-15hyprpm: checkout branch and rev separatelyVaxry
sometimes the branch is garbled by incorrect packaging
2024-04-15misc: fix autocompletions for meson (hyprctl/hyprpm)Vaxry
Signed-off-by: Florian sp1rit <[email protected]>
2024-04-15hyprpm: minor fixes to hyprpm for shallow and versioned clonesVaxry
2024-04-12hyprpm: fix wlroots path (#5567)bvr-yr
2024-04-10hyprpm: Improve Hyprpm Update Performance (#5530)Ben Landon
* hyprpm: only clone the required history * hyprpm: don't include tracy when building headers in release mode * chore: remove old, commented-out code See https://github.com/hyprwm/Hyprland/pull/4585#discussion_r1474780294 * chore: format code properly
2024-04-09hyprpm: install shell completionsErrorNoInternet
2024-04-08pkg-config -> pkgconf for hyprpm and cmakeVaxry
2024-04-07hyprpm: add shell completions (#5423)LOSEARDES77
* hyprpm: add completions * hyprctl: correct spell mistakes * Apply fixes * makefile: correct shell completion paths * makefile: remove complletions on uninstalling
2024-04-05hyprpm: fix incorrect commits number parsing (#5437)bvr-yr
2024-04-05hyprpm: ignore version checks for shallow clonesVaxry
2024-04-05hyprpm: add support for minimum versionsVaxry
2024-04-05hyprpm: print more info on build failuresVaxry
2024-04-04hyprpm: Use proper path to update repo when processing user provided ↵zakk4223
revision (#5414)
2024-03-30hyprpm: avoid crashes on corrupted headersVaxry
ref #5329
2024-03-21hyprpm: add missing newline (#5207)Praneeth Jain
2024-03-19hyprpm: log shell in build without failsVaxry
2024-03-06hyprpm: Add support for specifying exact git revisions for plugin repo (#4983)ItsDrike
* hyprpm(feat): support specifying exact git revs * Mention git rev argument in help * Mention git rev arg is optional * Wrap text
2024-03-02hyprpm: don't copy .so if file doesn't existVaxry
ref #4926
2024-02-03hyprpm: fix invalid pkg-config path env in buildVaxry
ref #4573
2024-02-02hyprpm: fix crash on add pluginVaxry
ref #4563
2024-02-01hyprpm: install headers locally (#4585)Vaxry
* hyprpm: install headers locally * oopsie
2024-01-29hyprpm: update global state on plugin recompile not header updateVaxry
ref #4547
2024-01-29hyprpm: don't update headers if they are up-to-date, only recompileVaxry
will not update headers if plugins are compiled for different ones, and instead only compile. ref #4284
2024-01-28hyprpm: verify headersHashCompiled as well in headersValid()Vaxry
ref #4547
2024-01-28hyprpm: log verbose return of cmake and meson in updateVaxry
2024-01-28hyprpm: add --force for updateVaxry
closes #4547
2024-01-07hyprpm: handle failed compilations gracefullyvaxerski
2023-12-30hyprpm: Make sure we're in git repo before getting new hash (#4303)zakk4223
2023-12-21hyprpm: trim paths in PATHvaxerski
fixes #4210
2023-12-13hyprpm: Link against tomlplusplus when using cmake (#4145)Junxuan Liao
This reduces the compilation time and is consistent with the meson version.
2023-12-13hyprpm: add duplicate header error and log more verbose in install failsVaxry
2023-12-11hyprpm: cast std::clamp args to be of the same type (#4116)Jan Beich
hyprpm/src/progress/CProgressBar.cpp:50:27: error: no matching function for call to 'clamp' const auto BARWIDTH = std::clamp(w.ws_col - m_szCurrentMessage.length() - 2, 0UL, 50UL); ^~~~~~~~~~ /usr/include/c++/v1/__algorithm/clamp.h:38:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('size_type' (aka 'unsigned int') vs. 'unsigned long') clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi) ^ /usr/include/c++/v1/__algorithm/clamp.h:27:1: note: candidate function template not viable: requires 4 arguments, but 3 were provided clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi, _Compare __comp) ^
2023-12-10hyprpm: guard empty commandVaxry
fixes #4114
2023-12-10hyprpm: clone plugins recursivelyVaxry
2023-12-07hyprpm: fix with system headersVaxry
fixes #4082
2023-12-07hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)Vaxry