timschneeb / GalaxyBudsClient

Unofficial Galaxy Buds Manager for Windows, macOS, and Linux
GNU General Public License v3.0
3.27k stars 181 forks source link

[AUR] PKGBUILD fails #486

Closed JarneDel closed 1 week ago

JarneDel commented 3 months ago

I'm new to maintaining packages on arch, so don't know if opening an issue here is relevant, but either way: For the new galaxybudsclient-git version of the PKGBUILD, the icon was renamed, and needs to be updated in there. change install -Dm644 "${srcdir}/${pkgname}/GalaxyBudsClient/Resources/icon_white.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"

to install -Dm644 "${srcdir}/${pkgname}/GalaxyBudsClient/Resources/icon.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"

EmKaCe commented 1 week ago

Hi,

sorry for the very late reply, life has been a little busy and I do not receive emails on this repo. I just enabled notifications for this repo too.

The mentioned issue should be fixed now with the latest commit in the AUR