New comment by mustaqimM on void-packages repository https://github.com/void-linux/void-packages/issues/28735#issuecomment-1092456021 Comment: Here's the file manager and qt5 platformtheme if anyone wants to get started. ```diff diff --git a/common/shlibs b/common/shlibs index 836cacc49b..5e90fc5575 100644 --- a/common/shlibs +++ b/common/shlibs @@ -675,10 +675,12 @@ libglibmm_generate_extra_defs-2.4.so.1 glibmm-2.24.0_1 libglibmm-2.68.so.1 glibmm2.68-2.68.0_1 libgiomm-2.68.so.1 glibmm2.68-2.68.0_1 libglibmm_generate_extra_defs-2.68.so.1 glibmm2.68-2.68.0_1 +libgsettings-qt.so.1 gsettings-qt-0.1+17.10.20170824_3 libcairomm-1.0.so.1 cairomm-1.8.4_1 libcairomm-1.16.so.1 cairomm1.16-1.16.0_1 libpangomm-1.4.so.1 pangomm-2.26.0_1 libpangomm-2.48.so.1 pangomm2.48-2.48.0_1 +libpeony.so.3 peony-3.2.3_1 libatkmm-1.6.so.1 atkmm-2.22.1_1 libgtkmm-3.0.so.1 gtkmm-2.99.5_1 libgdkmm-3.0.so.1 gtkmm-2.99.5_1 @@ -1981,6 +1983,7 @@ libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1 libx265.so.199 x265-3.5_1 libQt5Xdg.so.3 libqtxdg-3.1.0_1 libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1 +libqt5-ukui-style.so.1 qt5-ukui-platformtheme-1.0.7_1 libqwt.so.6 qwt-6.1.3_1 liblxqt-qt5.so.0 liblxqt-0.8.0_1 liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1 diff --git a/srcpkgs/peony/template b/srcpkgs/peony/template new file mode 100644 index 0000000000..016e34d57d --- /dev/null +++ b/srcpkgs/peony/template @@ -0,0 +1,15 @@ +# Template file for 'peony' +pkgname=peony +version=3.2.3 +revision=1 +build_style=qmake +hostmakedepends="pkg-config qt5-qmake" +makedepends="glib-devel poppler-qt5-devel gsettings-qt-devel udisks2-devel + libnotify-devel libcanberra-devel kwindowsystem-devel kwayland-devel" +short_desc="File manager for the UKUI desktop" +maintainer="ADD" +license="GPL-3.0-or-later" +homepage="https://github.com/ukui/peony" +changelog="https://raw.githubusercontent.com/ukui/peony/Debian/debian/changelog" +distfiles="https://github.com/ukui/${pkgname}/archive/v${version}.tar.gz" +checksum=5981aeece4b9736b497ab02c58e7b90b55c84aca2ea19638581409eaf6c9a758 diff --git a/srcpkgs/qt5-ukui-platformtheme/template b/srcpkgs/qt5-ukui-platformtheme/template new file mode 100644 index 0000000000..3fab49a582 --- /dev/null +++ b/srcpkgs/qt5-ukui-platformtheme/template @@ -0,0 +1,14 @@ +# Template file for 'qt5-ukui-platformtheme' +pkgname=qt5-ukui-platformtheme +version=1.0.7 +revision=1 +build_style=qmake +hostmakedepends="pkg-config qt5-qmake" +makedepends="gsettings-qt-devel qt5-x11extras-devel kwindowsystem-devel kwayland-devel" +short_desc="The UKUI platform theme for qt5 QPA" +maintainer="ADD" +license="LGPL-3.0-or-later" +homepage="https://github.com/ukui/qt5-ukui-platformtheme" +changelog="https://raw.githubusercontent.com/ukui/qt5-ukui-platformtheme/Debian/debian/changelog" +distfiles="https://github.com/ukui/${pkgname}/archive/v${version}.tar.gz" +checksum=a9f2b07fbb52bedf17c3f3c3f1789434e6b801716f87a9f4626d8ac1d54fdb41 ```