aboutsummarylogtreecommitdiffstats
path: root/librewolf.install
AgeCommit message (Collapse)Author
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-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