summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-02upgpkg: weechat-notify-send 0.10-1Christian Heusel
upstream release
2023-10-28change the script location according to the docsChristian Heusel
reference: https://weechat.org/files/doc/stable/weechat_user.en.html#files_and_directories Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-10-28mention the correct package in the .install fileChristian Heusel
Signed-off-by: Christian Heusel <christian@heusel.eu>
2021-05-19feat: standardize PKGBUILDsBenjamin Denhartog
This commit brings in several changes: - Adding a comment header indicating the public SoT for the packages - Refactoring packages that build with Bazel to use a Bazelisk binary - Minor other improvements and changes GitOrigin-RevId: 8f688b88aee92af8d9cc15ace1499cc83ded8e25
2021-02-25feat(weechat-notify-send): update installation directory to /usr/shareBenjamin Denhartog
2021-02-24chore(weechat-notify-send): add comment about package maintainenceBenjamin Denhartog
2020-03-29feat(weechat-notify-send): use post install/upgrade hooks to present messagingBenjamin Denhartog
2020-03-15chore(weechat-notify-send): remove msg2 invocationsBenjamin Denhartog
This patch removes the calls to the internal function `msg2`, moving the post-installation instructions and informational messages (e.g. "Installing the plugin...") to comments within the PKGBUILD. This results in less output when building the package. The post-installation instructions are helpful to display, but are out of place in various scenarios, such as when the user builds the package in a chroot environment, or as a different user than their own on the host machine.
2020-03-15feat(weechat-notify-send): new upstream release: 0.9Benjamin Denhartog
2020-03-15feat(weechat-notify-send): add maintainer informationBenjamin Denhartog
2019-03-12new release: weechat-notify-send 0.8-1Benjamin Denhartog
upstream release
2019-03-12update pkgrel for testingBenjamin Denhartog
2018-10-18Initial commitOskar Grunning