aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprpm
AgeCommit message (Collapse)Author
2024-11-18hyprpm: fix format crashVaxry
ref #8487
2024-10-22hyprpm: Add option to notify on fail and keep original notify (#8167)KAGEYAM4
* Only generate notification on fail Hyprpm fail/pass notification are mutually exclusive. * Add option to notify on fail and keep original notify (#1) * Add option to notify on fail and keep original notify --------- Co-authored-by: KAGEYAM4 <[email protected]> --------- Co-authored-by: littleblack111 <[email protected]>
2024-10-16hyprpm: Fix crashes due to misplaced fmt argument(s) (#8140)zakk4223
2024-10-13hyprpm: convert std::cout and std::cerr to std::println()Toni500git
2024-10-11internal: improve version query and define HYPRLAND_VERSION (#8034)Toni500github
2024-10-10hyprpm: disallow shallow on unknown branchVaxry
2024-09-11Meson: formatMihai Fufezan
2024-08-26misc: constify the remaining for loops (#7534)Tom Englund
now we roll loops at blazing constified speed.
2024-08-25hyprpm: Fix checking dependencies (#7504)Nelo-T. Wallus
* hyprpm: Fix checking dependencies * hyprpm: Check for dependency "pkg-config" --------- Co-authored-by: Nelo-T. Wallus <[email protected]>
2024-08-19hyprpm, hyprctl: update shell completionsloseardes77
2024-08-13hyprpm, hyprctl: remove MakefilesMihai Fufezan
2024-08-12flake.lock: updateMihai Fufezan
2024-07-30hyprpm: execute all git commands regardless of failsVaxry
2024-07-30hyprpm: warn about uncheckoutable commitsVaxry
2024-07-30hyprpm: add short error code explanationsVaxry
2024-07-28hyprpm: checkout commit instead of branchMihai Fufezan
Fixes #6948
2024-07-21hyprpm: init submodules after resetsVaxry
ref #6948
2024-07-21Core: Move to aquamarine (#6608)Vaxry
Moves Hyprland from wlroots to aquamarine for the backend. --------- Signed-off-by: Vaxry <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Jan Beich <[email protected]> Co-authored-by: vaxerski <[email protected]> Co-authored-by: UjinT34 <[email protected]> Co-authored-by: Tom Englund <[email protected]> Co-authored-by: Ikalco <[email protected]> Co-authored-by: diniamo <[email protected]>
2024-07-04Completions: use only awk (#6763)Lincoln Yuji de Oliveira
2024-06-15hyprpm: add --no-shallowVaxry
2024-06-13misc: Fix build warnings (#6486)phonetic112
2024-06-13hyprpm: print all types of cmake errors during configureVaxry
2024-06-11core: move to hyprutils for utils (#6385)Vaxry
* core: move to hyprutils for utils Nix: add hyprutils dep * Meson: add hyprutils dep * flake.lock: update --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-06-09hyprpm: print and fail on missing packages during configureVaxry
instead of failing later with something like exit code 2, print out what's missing
2024-05-12hyprpm: don't shallow clone on non-main branchesMihai Fufezan
2024-05-10hyprpm: fix styleVaxry
2024-05-10hyprpm: force en_US locale for date calcsVaxry
ref #5994
2024-05-05CMake: install files (instead of Makefile)Mihai Fufezan
2024-04-30CrashReporter: unbreak build on FreeBSD (#5786)Jan Beich
* CrashReporter: skip Linux field on BSDs after 90a53aed59be In file included from src/debug/CrashReporter.cpp:10: src/debug/signal-safe.hpp:113:17: error: no member named 'sa_restorer' in 'sigaction' act.sa_restorer = NULL; ~~~ ^ * CrashReporter: ensure *argv[] is NULL-terminated after 90a53aed59be execv() may fail with EFAULT otherwise. * hyprpm: add missing header after 335015fe2def hyprpm/src/core/PluginManager.cpp:165:43: error: use of undeclared identifier 'getuid' 165 | const std::string USERNAME = getpwuid(getuid())->pw_name; | ^ hyprpm/src/core/PluginManager.cpp:431:45: error: use of undeclared identifier 'getuid' 431 | const std::string USERNAME = getpwuid(getuid())->pw_name; | ^ hyprpm/src/core/PluginManager.cpp:558:43: error: use of undeclared identifier 'getuid' 558 | const std::string USERNAME = getpwuid(getuid())->pw_name; | ^
2024-04-28hyprpm: fix updating headersVaxry
oopsie daisy
2024-04-28hyprpm: fix for multi-user + improve directory structureVaxry
2024-04-19misc: fix autocompletions for meson (hyprctl/hyprpm)Yixun Lan
Signed-off-by: Julien Roy <[email protected]>
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