ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.17k stars 60 forks source link

PKGBUILD for aarch_64 devices #122

Closed ErikReider closed 2 years ago

ErikReider commented 2 years ago

Would require gtk3-mobile instead of gtk3

chookity-pokk commented 2 years ago

I made the comment on the AUR post. I could also just make a PKGBUILD that is something along the lines or swaync-mobile?

ErikReider commented 2 years ago

I'd prefer arm instead of mobile. What do other arm AUR packages do?

chookity-pokk commented 2 years ago

Just from a quick look, -arm seems a fair bit more popular. I just wasn't sure if gtk3-mobile is used on other ARM devices, as I'm using a PinePhone, so I'm not sure if it is just mobile specific.

ErikReider commented 2 years ago

I can't seem to find the gtk3-mobile package anywhere. I've search through the official packages and AUR but nothing found? Which mirrors are you using?

chookity-pokk commented 2 years ago

I think the repo is https://p64.arikawa-hi.me. So it might be specific for the PinePhone/PINE64.

ErikReider commented 2 years ago

Then there's nothing that I can do until Arch ships a arm64 native gtk3 package

mpldr commented 2 years ago

https://archlinuxarm.org/packages/armv7h/gtk3 It does (At least the only ARM Arch I know of does)

ErikReider commented 2 years ago

https://archlinuxarm.org/packages/armv7h/gtk3 It does (At least the only ARM Arch I know of does)

Oh cool! I didn't know about that site! Then the script should in theory work but I have no way of testing it. I'll come back to this when GitHub supports running arm64 docker images for testing

mpldr commented 2 years ago

I made the comment on the AUR post. I could also just make a PKGBUILD that is something along the lines or swaync-mobile?

Yes, building for mobile is not the same as building for ARM