HengYeDev[m] | anyone else have issue with pinephone wifi needs to be cycled after crust? | 15:39 |
---|---|---|
*** ggabriel is now known as Guest2039 | 16:28 | |
piggz | HengYeDev[m]: sometimes ... the wifi is kinda terrible anyway | 16:58 |
HengYeDev[m] | interesting, when i was on pmOS it seemed to work fine | 16:59 |
piggz | HengYeDev[m]: if you find a config or something ive missed, please share :) | 17:12 |
HengYeDev[m] | ok, i will look into it | 17:12 |
piggz | maybe 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#481288e4074feafa8192276ce318a555f78ff71d | 17:23 |
HengYeDev[m] | @piggz Here is some useful information: https://todo.sr.ht/~mil/sxmo-tickets/150 | 17:37 |
HengYeDev[m] | seems to have 10x reconnection speed | 17: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-clipboard | 22:53 |
mal | b100dian[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 |
mal | what 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 OBS | 23: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 caveats | 23:21 |
mal | ok | 23:21 |
mal | one thing to test, maybe try removing the / from the end of %setup line, also maybe use this instead: %autosetup -n %{name}-%{version}/upstream | 23:23 |
b100dian[m] | wow, removing that last "/" made it build locally too :headexplodes:D | 23:30 |
mal | some bad parser somewhere | 23:50 |
mal | no need for the vpath hack anymore, that is needed if your sources are in a subfolder inside the submodules | 23:51 |
mal | so for example meson.build would be in upstream/some_folder | 23: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/!