Search Criteria
Package Details: mpd-rich-presence-discord-git r29-7
Git Clone URL: | https://aur.archlinux.org/mpd-rich-presence-discord-git.git (read-only, click to copy) |
---|---|
Package Base: | mpd-rich-presence-discord-git |
Description: | Broadcast your MPD state using discord rich presence! |
Upstream URL: | https://github.com/SSStormy |
Licenses: | |
Submitter: | E5ten |
Maintainer: | E5ten (NanoDrive) |
Last Packager: | E5ten |
Votes: | 4 |
Popularity: | 0.000011 |
First Submitted: | 2018-05-10 16:16 |
Last Updated: | 2018-07-22 18:58 |
Dependencies (6)
- discord-rpc-api-git
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- libmpdclient
- cmake (cmake-git) (make)
- discord-rpc-api-git (make)
- git (git-git) (make)
Latest Comments
justas-d commented on 2020-08-26 16:53
FYI: The repo has been migrated to: https://github.com/justas-d/mpd-rich-presence-discord
E5ten commented on 2018-06-05 16:46
Sorry about forgetting that, should be fixed.
justas-d commented on 2018-06-05 14:46
FYI the PKGBUILD fails without
mkdir -p $pkgdir/usr/lib/systemd/user/
justas-d commented on 2018-05-26 20:36
In that case, disregard my last comment as I have changed the service file in the repo to point to /usr/bin
E5ten commented on 2018-05-26 20:34
Thank you so much for changing it, I was just going to add a sed line to the PKGBUILD but this is even better.
E5ten commented on 2018-05-26 19:41
AUR packages are not allowed to install to /usr/local https://wiki.archlinux.org/index.php/Arch_packaging_standards#Package_etiquette Should just editing the service to point to the bin in /usr/bin work?
justas-d commented on 2018-05-26 18:53
Project maintainer here. I would like to point out that while the PKGBUILD does place the mpd-discord.service in the correct location, it does not place or create a link to the rich presence for discord binary in the location that the service looks for (/usr/local/bin/mpd_discord_richpresence), making the systemd service unusable.
For anybody wanting to use the service, the quick fix would be to place
mkdir -p $pkgdir/usr/local/bin/
ln -s /usr/bin/mpd_discord_richpresence $pkgdir/usr/local/bin/mpd_discord_richpresence
at the botton of the prepare() function in the PKGBUILD.