| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Add post_install/post_upgrade hooks to update desktop database and icon cache
- Add post_remove hook for cleanup
- Fix librewolf.cfg path reference in install script
- Bump pkgrel to 2
This ensures LibreWolf appears properly in GNOME's application launcher with correct icon.
|
|
- Fix Exec paths in desktop entry to use wrapper script instead of full binary path
- Update maintainer email to ekhuzadi@uci.edu
- Add check-librewolf-updates.sh for automated version tracking
- Fix Croatian translation typo (preglednik -> pregljednik)
This resolves the issue where LibreWolf doesn't appear in GNOME's application launcher.
|
|
|
|
LibreWolf with HellFire performance optimizations including:
- O3 optimization level
- Full LTO (Link Time Optimization)
- x86-64-v3 CPU targeting with modern instruction sets
- Rust SIMD optimizations
- Profile Guided Optimization (PGO)
- Disabled debug components for maximum performance
Based on librewolf PKGBUILD with HellFire optimizations from CYFARE/HellFire
|