aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-10-18Update to 144.0_1Ezra Khuzadi
2025-10-17Remove outdated update helper scriptEzra Khuzadi
2025-10-17Fix desktop checksum and wrapper pathEzra Khuzadi
2025-08-19Fix GNOME desktop integrationezra
- 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.
2025-08-19Fix desktop entry paths and add automation scriptezra
- 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.
2025-08-18Add comprehensive README with features and installation instructionsezra
2025-08-18Initial import of librewolf-hellfireezra
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