diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,7 @@ +libQt5Core.so.5 +libQt5DBus.so.5 +libQt5Gui.so.5 +libQt5Widgets.so.5 +libc.so.6 +libgcc_s.so.1 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : qt5ct +version : 0.36 +release : 1 +source : + - https://sourceforge.net/projects/qt5ct/files/qt5ct-0.36.tar.bz2/download : 8fc3942f34d377af5533a0953cca633a7babc60c0476fd4318b617702183ee89 +license : BSD-2-Clause +component : desktop.qt +summary : This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. +description: | + This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. +builddeps : + - pkgconfig(Qt5Svg) + - pkgconfig(Qt5UiTools) +setup : | + %qmake +build : | + %make +install : | + %make_install INSTALL_ROOT=$installdir diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + qt5ct + + F. von Gellhorn + flinux@vongellhorn.ch + + BSD-2-Clause + desktop.qt + This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. + This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. + + https://solus-project.com/sources/README.Solus + + + qt5ct + This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. + This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. + + desktop.qt + + /usr/bin/qt5ct + /usr/lib64/qt5/plugins/platformthemes/libqt5ct.so + /usr/lib64/qt5/plugins/styles/libqt5ct-style.so + /usr/share/applications/qt5ct.desktop + /usr/share/qt5ct/colors/airy.conf + /usr/share/qt5ct/colors/darker.conf + /usr/share/qt5ct/colors/dusk.conf + /usr/share/qt5ct/colors/sand.conf + /usr/share/qt5ct/colors/simple.conf + /usr/share/qt5ct/colors/waves.conf + /usr/share/qt5ct/qss/fusion-fixes.qss + /usr/share/qt5ct/qss/scrollbar-simple.qss + /usr/share/qt5ct/qss/sliders-simple.qss + /usr/share/qt5ct/qss/tooltip-simple.qss + /usr/share/qt5ct/qss/traynotification-simple.qss + + + + + 2018-10-25 + 0.36 + Packaging update + F. von Gellhorn + flinux@vongellhorn.ch + + + \ No newline at end of file