Skip to content
Open
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
b4b34da
feat: great hyprinstall script update
hbery Jun 14, 2024
c3ae509
feat: implement plugins and contrib
hbery Jun 19, 2024
d1c6dc8
fix: add function calls to main
hbery Jun 19, 2024
460cc04
fix: bound necessary variables
hbery Jun 19, 2024
e82561c
fix: change ifs to case.. ..esac
hbery Jun 19, 2024
1ee7dd2
fix: version parsing
hbery Jun 19, 2024
9a0738a
fix: fix version matching
hbery Jun 19, 2024
682e3a1
fix: correct link crafting
hbery Jun 19, 2024
7623180
fix: another approach to path passing
hbery Jun 19, 2024
da4ab0a
Merge branch 'master' into hyprland-install-script
hbery Jun 19, 2024
01f9227
fix: correct wget option
hbery Jun 19, 2024
c7a9329
chore: add more info from the script
hbery Jun 20, 2024
57f4561
fix: correct dependency for source download
hbery Jun 20, 2024
a2071df
fix: correct typo in repo
hbery Jun 20, 2024
cb2a222
fix: guard linking include file
hbery Jun 20, 2024
617a887
fix: typo in version
hbery Jun 20, 2024
03399ad
fix: make parse arguments not fail on no arguments
hbery Jun 21, 2024
381eec6
chore: add script banner
hbery Jun 22, 2024
11d3c44
chore: change dir names
hbery Jun 22, 2024
7714baf
fix: correct install order and minor typo corrections
hbery Jun 22, 2024
8b9f62e
fix: typo
hbery Jun 22, 2024
d8424f0
fix: typo
hbery Jun 22, 2024
4908646
feat: add hyprutils to install script
hbery Jun 22, 2024
bb47827
chore: add missing dependency for hyprwayland-scanner
hbery Jun 22, 2024
95bd2ef
feat: add libxcb-errors install
hbery Jun 22, 2024
aad03b0
fix: correct version parsing
hbery Jun 22, 2024
72f2408
feat: switch Hyprland build to recommended git+make install
hbery Jun 22, 2024
efbebf0
fix: correct cloning Hyprland
hbery Jun 22, 2024
a09d9fd
fix: correct cloning with tag
hbery Jun 22, 2024
2749e4c
fix: tag matching
hbery Jun 22, 2024
8f1a9be
fix: actually use _git_args
hbery Jun 22, 2024
6452d3a
bump: wayland-protocols version
hbery Jun 22, 2024
b48b910
chore: bring back hyprland explicit cmake command
hbery Jun 22, 2024
e6ac0ae
chore: overall cleanup and additional comments
hbery Jun 22, 2024
d85f2db
fix: set arrays globally
hbery Jun 22, 2024
412ce02
fix: correct gcc version
hbery Jun 22, 2024
aff852c
fix: typo
hbery Jun 22, 2024
b380b9b
docs: add license to the script
hbery Jun 22, 2024
1baf061
chore: cosmetic additions
hbery Jun 23, 2024
9a9f427
feat: add option to reuse source directories
hbery Jun 23, 2024
1804fc5
feat: don't recompile gcc when it's already there (soooo long to build)
hbery Jun 23, 2024
aae6383
fix: gcc path typo
hbery Jun 23, 2024
8abcd23
fix: gcc binaries path
hbery Jun 23, 2024
72b7f5e
feat: add newer cmake
hbery Jun 24, 2024
e6806b6
feat: make nocleanup remove build dirs
hbery Jun 24, 2024
75a02c4
feat: add exiting when any build command fails
hbery Jun 24, 2024
6db2872
chore: add missing dependency
hbery Jun 24, 2024
122436a
feat: add include and linker paths to script env
hbery Jun 24, 2024
20dbfdc
feat: don't download cmake install script if it's already there
hbery Jun 25, 2024
5f167ec
temp: debug compiler vars
hbery Jun 25, 2024
ae781cd
feat: export RPATH
hbery Jul 3, 2024
aba35e9
chore: remove helper _echo function
hbery Jul 3, 2024
5aa5c03
fix: define _buildVariablesExported to avoid unbound vars
hbery Jul 3, 2024
1504911
fix: unbound build vars
hbery Jul 3, 2024
e608b22
chore: add more verbose output of variables
hbery Jul 3, 2024
fd73cfb
feat: gate cmake install only if not exist
hbery Jul 3, 2024
9f7cb6a
feat: change gcc configuration options
hbery Jul 25, 2024
f81dddd
chore: divide usage to 3 part + other stuff
hbery Jul 25, 2024
8df699c
chore: remove make tag
hbery Jul 25, 2024
a21b675
fix: don't error on mkdir when directory exists
hbery Jul 25, 2024
7eb5949
fix: export default LIBRARY and INCLUDE paths for gcc compilation
hbery Jul 25, 2024
9d679cd
chore: add missing dependency
hbery Jul 25, 2024
2738433
chore: disable LTO in gcc compilation
hbery Jul 29, 2024
c596940
chore: move threads info to variable
hbery Jul 31, 2024
b9e5916
chore: tweak gcc build
hbery Aug 1, 2024
743f1ea
chore: tweak gcc build options 2
hbery Aug 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading