summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-04-19fix(build): use explicit desktop entry filename in PKGBUILDahmet-cetinkaya
Update the desktop entry installation command to use the specific filename `me.ahmetcetinkaya.whph.desktop` instead of the generic `${pkgname%-bin}.desktop` pattern.
2026-04-14fix(release): bump version to v0.22.2ahmet-cetinkaya
2026-02-27chore: bump version to v0.22.2ahmet-cetinkaya
2026-02-20chore: bump version to v0.22.1ahmet-cetinkaya
2026-02-20chore: bump version to v0.22.1ahmet-cetinkaya
2026-02-18docs: update package description for better clarityAhmet Çetinkaya
2026-02-17chore: add shellcheck directives to PKGBUILDAhmet Çetinkaya
Add shellcheck shell declaration and disable specific warnings (SC2034, SC2154) that are not relevant for PKGBUILD files.
2026-02-17style: reformatAhmet Çetinkaya
2026-02-17chore: add co-maintainer to PKGBUILDAhmet Çetinkaya
2026-02-17feat: add desktop database update hooksAhmet Çetinkaya
Add post_install and post_upgrade functions to update the desktop database after package installation or upgrade. Also update post_remove to refresh the desktop database when the package is removed.
2026-02-17feat: update package description for clarityAhmet Çetinkaya
2026-02-08First commit - WHPH v0.20.4Prasanna Venkadesh