From b5132bcb3d423ff891b521c23375815b688aa8c9 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Mon, 22 May 2017 10:40:50 +0200 Subject: move qt5ct --- qt5-qmake/qt5ct/DEPENDS | 4 ++++ qt5-qmake/qt5ct/DETAILS | 20 ++++++++++++++++++++ qt5-qmake/qt5ct/HISTORY | 3 +++ 3 files changed, 27 insertions(+) create mode 100755 qt5-qmake/qt5ct/DEPENDS create mode 100755 qt5-qmake/qt5ct/DETAILS create mode 100644 qt5-qmake/qt5ct/HISTORY (limited to 'qt5-qmake') diff --git a/qt5-qmake/qt5ct/DEPENDS b/qt5-qmake/qt5ct/DEPENDS new file mode 100755 index 0000000000..7e943078ca --- /dev/null +++ b/qt5-qmake/qt5ct/DEPENDS @@ -0,0 +1,4 @@ +depends -sub CXX gcc && +depends qtbase && +depends qtsvg && +depends qttools diff --git a/qt5-qmake/qt5ct/DETAILS b/qt5-qmake/qt5ct/DETAILS new file mode 100755 index 0000000000..255f7ff25d --- /dev/null +++ b/qt5-qmake/qt5ct/DETAILS @@ -0,0 +1,20 @@ + SPELL=qt5ct + VERSION=0.32 + SOURCE_HASH=sha512:9d4ccbb808ce5c394b041f1c387502a373998930aa9141e151a8c854b79b978945ad77bfb2383c1a3e0b5f082bc8c260d01f30d137fa764f926405bbddad212c + SOURCE=$SPELL-$VERSION.tar.bz2 + SOURCE_URL=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION + WEB_SITE=https://sourceforge.net/projects/qt5ct/ + ENTERED=20170521 + LICENSE[0]=BSD + KEYWORDS="qt5 x11" + SHORT="configure Qt5 without desktop environment" +cat << EOF +This program allows users to configure Qt5 settings (theme, font, +icons, etc.) under DE/WM without Qt integration. If your KDE applications +miss icons outside KDE, this might be a fix. + +To use it, set QT_QPA_PLATFORMTHEME=qt5ct in your environment and then +start Qt5 applications. The application qt5ct itself gives access to +the relevant configuration. +EOF diff --git a/qt5-qmake/qt5ct/HISTORY b/qt5-qmake/qt5ct/HISTORY new file mode 100644 index 0000000000..f4378a2db1 --- /dev/null +++ b/qt5-qmake/qt5ct/HISTORY @@ -0,0 +1,3 @@ + +2017-05-21 Thomas Orgis + * DETAILS, DEPENDS: spell created -- cgit v1.2.3