Message ID | tencent_E4CD36415249B326FEE475D2CA7D4BFA6A09@qq.com |
---|---|
Headers | show |
Series | update kde package and add plasme desktop | expand |
Zheng Junjie <873216071@qq.com> writes: > hello! > > I updated some kde package, and add plasma desktop. Hello, I had pick those patches from your Github repo, and modify some commit messages (mostly from 'use ...' to 'Use ...', 'add ...' to 'Add ...') to hopefully align better with our style. And put it here https://codeberg.org/iyzsong/guix with my wip (building qtwebengine now...), I plan to update all KDE packages (games, internet, multimedia, etc.), and will push to a kde-updates branch on git.savannah.gnu.org once it's in good shape. FYI, I had more updates with: gnu: qca: Update to 2.3.7. gnu: kirigami-addons: Update to 0.10.0. gnu: kdevelop: Update to 23.04.3. gnu: krfb: Update to 23.04.3. gnu: libktorrent: Update to 23.04.3. gnu: ktorrent: Update to 23.04.3. gnu: krdc: Update to 23.04.3. gnu: kopete: Update to 23.04.3. gnu: konversation: Update to 23.04.3. gnu: kget: Update to 23.04.3. gnu: kjumpingcube: Update to 23.04.3. gnu: ksquares: Update to 23.04.3. gnu: kreversi: Update to 23.04.3. gnu: knavalbattle: Update to 23.04.3. gnu: kollision: Update to 23.04.3. gnu: ksnakeduel: Update to 23.04.3. gnu: killbots: Update to 23.04.3. gnu: bovo: Update to 23.04.3. gnu: kspaceduel: Update to 23.04.3. gnu: kapman: Update to 23.04.3. gnu: lskat: Update to 23.04.3. gnu: kubrick: Update to 23.04.3. gnu: kigo: Update to 23.04.3. gnu: kiriki: Update to 23.04.3. gnu: palapeli: Update to 23.04.3. gnu: ksirk: Update to 23.04.3. gnu: granatier: Update to 23.04.3. gnu: bomber: Update to 23.04.3. gnu: knetwalk: Update to 23.04.3. gnu: kblackbox: Update to 23.04.3. gnu: kfourinline: Update to 23.04.3. gnu: kdiamond: Update to 23.04.3. gnu: kgoldrunner: Update to 23.04.3. gnu: klines: Update to 23.04.3. gnu: ksudoku: Update to 23.04.3. gnu: kblocks: Update to 23.04.3. gnu: kbounce: Update to 23.04.3. gnu: konquest: Update to 23.04.3. gnu: kmines: Update to 23.04.3. gnu: kbreakout: Update to 23.04.3. gnu: kajongg: Update to 23.04.3. gnu: kshisen: Update to 23.04.3. gnu: kmahjongg: Update to 23.04.3. gnu: libkmahjongg: Update to 23.04.3. gnu: kolf: Update to 23.04.3. gnu: picmi: Update to 23.04.3. gnu: ktuberling: Update to 23.04.3. (Already build and try all games, found 3 majiang games: kajongg kshisen kmahjongg broken somehow..) I expect in one next week or two we can do a request-for-merge to CI. Thanks!
宋文武 <iyzsong@envs.net> writes: > Zheng Junjie <873216071@qq.com> writes: > >> hello! >> >> I updated some kde package, and add plasma desktop. > > Hello, I had pick those patches from your Github repo, and modify > some commit messages (mostly from 'use ...' to 'Use ...', 'add ...' to > 'Add ...') to hopefully align better with our style. > > And put it here https://codeberg.org/iyzsong/guix with my wip (building > qtwebengine now...), I plan to update all KDE packages (games, internet, > multimedia, etc.), and will push to a kde-updates branch on > git.savannah.gnu.org once it's in good shape. I have push a kde-updates branch to savannah, with plasma update to 5.27.7. Applications are all build fine but some have runtime issues. I haven't got Plasma built due to substitute issues, will try later in next days... In addition to version updates, there have some changes: 2b9e2e65cf gnu: Remove kwayland-server. 08846c7ebf gnu: qgpgme: Propagate gpgme. b9e192ad9a gnu: Add qcoro-qt5. ab3eba1447 gnu: Add kpipewire. Review is welcome, Thanks!
Hello, Am Wed, Aug 02, 2023 at 10:48:43PM +0800 schrieb 宋文武: > I have push a kde-updates branch to savannah, with plasma update to > 5.27.7. I have added a cuirass specification, you can follow the branch here: https://ci.guix.gnu.org/jobset/kde-updates Andreas
Andreas Enge <andreas@enge.fr> writes: > Hello, > > Am Wed, Aug 02, 2023 at 10:48:43PM +0800 schrieb 宋文武: >> I have push a kde-updates branch to savannah, with plasma update to >> 5.27.7. > > I have added a cuirass specification, you can follow the branch here: > https://ci.guix.gnu.org/jobset/kde-updates > > Andreas Thank you! Fixed failures due to missing ktextaddons with: 5ced446828 gnu: Add ktextaddons. 8d1a785d59 gnu: Add missing ktextaddons to kde-pim packages. Also fixed kalendar and kgpg: 67f32a2fd2 gnu: kalendar: Add missing inputs. 1a02365c4a gnu: kgpg: Skip flaky test.
Am Tue, Aug 08, 2023 at 08:39:26PM +0800 schrieb 宋文武: > Thank you! Fixed failures due to missing ktextaddons with: > 5ced446828 gnu: Add ktextaddons. > 8d1a785d59 gnu: Add missing ktextaddons to kde-pim packages. > Also fixed kalendar and kgpg: > 67f32a2fd2 gnu: kalendar: Add missing inputs. > 1a02365c4a gnu: kgpg: Skip flaky test. Thank you! Does this also fix this older bug report: https://issues.guix.gnu.org/53543 or if not, could you check if there is a simple fix? Andreas
Andreas Enge <andreas@enge.fr> writes: > Am Tue, Aug 08, 2023 at 08:39:26PM +0800 schrieb 宋文武: >> Thank you! Fixed failures due to missing ktextaddons with: >> 5ced446828 gnu: Add ktextaddons. >> 8d1a785d59 gnu: Add missing ktextaddons to kde-pim packages. >> Also fixed kalendar and kgpg: >> 67f32a2fd2 gnu: kalendar: Add missing inputs. >> 1a02365c4a gnu: kgpg: Skip flaky test. > > Thank you! Does this also fix this older bug report: > https://issues.guix.gnu.org/53543 > or if not, could you check if there is a simple fix? Yes, kmessagelib build fine now.
Andreas Enge <andreas@enge.fr> writes: > Am Tue, Aug 08, 2023 at 08:39:26PM +0800 schrieb 宋文武: >> Thank you! Fixed failures due to missing ktextaddons with: >> 5ced446828 gnu: Add ktextaddons. >> 8d1a785d59 gnu: Add missing ktextaddons to kde-pim packages. >> Also fixed kalendar and kgpg: >> 67f32a2fd2 gnu: kalendar: Add missing inputs. >> 1a02365c4a gnu: kgpg: Skip flaky test. Hello, I pushed follow commits: f39cfc3d5b gnu: gst-plugins-bad: Skip flaky test. 00efabe6fe gnu: korganizer: Fix tests. f36c52e076 gnu: akregator: Add missing ktextaddons to inputs. 55f3b17915 gnu: grantlee: Fix build on i686-linux. gst-plugins-bad will unblock gtk and various packages, qtwebengine/i686 was failed on master too with: ld: libQt5WebEngineCore.so.5.15.8: final close failed: memory exhausted I'd leave it as it is...
Am Wed, Aug 09, 2023 at 06:33:05PM +0800 schrieb 宋文武: > qtwebengine/i686 was failed on master too with: > ld: libQt5WebEngineCore.so.5.15.8: final close failed: memory exhausted > I'd leave it as it is... Yes, since it is not a regression that is okay. Andreas
Hello, I think the "kde-updates" branch is ready to be merged.
> Hello, I think the "kde-updates" branch is ready to be merged.
I merge master into "kde-updates" now (due to ibus gtk changes on
master), when the build is done, it should be ready!
宋文武 <iyzsong@envs.net> writes: >> Hello, I think the "kde-updates" branch is ready to be merged. > > I merge master into "kde-updates" now (due to ibus gtk changes on > master), when the build is done, it should be ready! Branch merged, closing!