summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-14Add nvchecker configurationClaudia Pellegrino
2023-12-10Rebuild due to renamed upstream .desktop fileClaudia Pellegrino
2023-01-29Honor epoch in pkgver, thanks user @dreieckClaudia
Suggested-by: dreieck <oid-maps@seznam.cz>
2022-11-02Accommodate filename changed upstreamClaudia Pellegrino
The `firefox-developer-edition` now has a file named /usr/share/applications/firefoxdeveloperedition.desktop, which requires a change in the regex in order to avoid a conflict.
2022-03-07Update maintainer statusClaudia Pellegrino
2022-03-06Fix accidental dep on locale, thanks user @shackraClaudia Pellegrino
Fix accidental dependency on locale, which would cause pkgver to break. Use pacman -Q instead of -Qi to avoid parsing human language altogether. Thanks to user @shackra for the heads up [1]. [1]: https://aur.archlinux.org/packages/firefox-developer-edition-firefox-symlink-latest#comment-855208 Reported-by: Jorge Araya Navarro <jorge@esavara.cr>
2021-12-20Symlink everything we can find in /usr/lib/firefoxClaudia Pellegrino
The Arch Linux repositories have many packages which add features or extensions to Firefox. The AUR has even more. However, all those packages keep their files inside the `/usr/lib/firefox` hierarchy so they never worked for `firefox-developer-edition` users. This commit enables many such extension and feature packages, for example: - firefox-noscript - firefox-ublock-origin - firefox-extension-multi-account-containers (AUR) to work with `firefox-developer-edition`. How it works: This commit adds install scripts and an ALPM hook. Together, those scripts and the hook will keep `/usr/lib/firefox` and `/usr/lib/firefox-developer-edition` in sync. They achieve that by creating symlinks pointing to each file in the `/usr/lib/firefox` hierarchy. Pacman will run that hook whenever adding or removing something in that hierarchy. Pacman will also run the install script whenever this package gets installed, updated, or removed. The scripts and the hook will handle the following events: - When pacman installs anything into the `/usr/lib/firefox` hierarchy while this package is installed, the ALPM hook deletes and recreates the symlinks. - The same thing happens when pacman modifies or removes anything in the `/usr/lib/firefox` hierarchy while this package is installed. - When pacman removes the `/usr/lib/firefox` hierarchy while this package is installed, the ALPM hook deletes all the symlinks. - When pacman first installs this package, the install script creates the symlinks. - When pacman updates this package, the install script deletes and recreates the symlinks. - When pacman removes this package, the install script deletes all the symlinks.
2021-11-09Fix namcap error (missing url)Claudia Pellegrino
2021-11-09Add .gitignoreClaudia Pellegrino
2021-11-09Version bump.root
2021-07-29* Changed license of this package to public domain,root
* changed logic for .desktop-files and icons to automatic detection.
2021-07-29Version bump.root
2020-05-27bumping $pkgver.felics
2019-02-14Added symlinks also for icons and .desktop-filefelics
2019-02-05Initial Commitfelics