Saturday, 2023-01-21

HengYeDev[m]anyone else have issue with pinephone wifi needs to be cycled after crust?15:39
*** ggabriel is now known as Guest203916:28
piggzHengYeDev[m]: sometimes ... the wifi is kinda terrible anyway16:58
HengYeDev[m]interesting, when i was on pmOS it seemed to work fine16:59
piggzHengYeDev[m]: if you find a config or something ive missed, please share :)17:12
HengYeDev[m]ok, i will look into it17:12
piggzmaybe some moduke param or something?17:14
HengYeDev[m]this MR may make it better when powered https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1863/diffs#481288e4074feafa8192276ce318a555f78ff71d17:23
HengYeDev[m]@piggz Here is some useful information: https://todo.sr.ht/~mil/sxmo-tickets/15017:37
HengYeDev[m]seems to have 10x reconnection speed17:37
b100dian[m]anyone can help with a build that works locally but on OBS fails with "v2.1.0+master.20230121220734.20d0519.tar.gz: No such file or directory"?22:53
b100dian[m]https://build.merproject.org/package/show/home:b100dian:wl-clipboard/wl-clipboard22:53
malb100dian[m]: try changing "Source:         https://github.com/bugaevc/%{name}/archive/v%{version}.tar.gz" to "Source:         %{name}-%{version}.tar.gz"22:58
b100dian[m]mal: that made it, thank you! I still have %meson_build to figure out on OBS but you got me going.23:04
malwhat issue do you have with meson_build?23:04
b100dian[m]I was having locally an issue that it did not build the upstream subfolder. I rolled back my "fix" for that and now it worked on OBS23:05
b100dian[m]I mean, sfdk build from project root didnt, but OBS does (the hack was %define _vpath_srcdir ${_vpath_srcdir}upstream)23:06
b100dian[m]that package can enable waydroid copy/paste with some caveats23:21
malok23:21
malone thing to test, maybe try removing the / from the end of %setup line, also maybe use this instead: %autosetup -n %{name}-%{version}/upstream23:23
b100dian[m]wow, removing that last "/" made it build locally too :headexplodes:D23:30
malsome bad parser somewhere23:50
malno need for the vpath hack anymore, that is needed if your sources are in a subfolder inside the submodules23:51
malso for example meson.build would be in upstream/some_folder23:52
b100dian[m]indeed, that vpath was reverted. You don't happen to know what to replace %{cargo_build} with, since rust-packaging or cargo-packaging is not available? (trying wl-clipboard-rs next)23:57

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!