summaryrefslogtreecommitdiffstats
path: root/qt5-qmake
diff options
context:
space:
mode:
authorTreeve Jelbert2017-05-22 10:40:50 +0200
committerTreeve Jelbert2017-05-22 10:40:50 +0200
commitb5132bcb3d423ff891b521c23375815b688aa8c9 (patch)
tree4c68a300443fa8a5398d760a19f6ac270c67e8c9 /qt5-qmake
parente2f933295e947d997f4b972c6696a6286a86e14d (diff)
move qt5ct
Diffstat (limited to 'qt5-qmake')
-rwxr-xr-xqt5-qmake/qt5ct/DEPENDS4
-rwxr-xr-xqt5-qmake/qt5ct/DETAILS20
-rw-r--r--qt5-qmake/qt5ct/HISTORY3
3 files changed, 27 insertions, 0 deletions
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 <sobukus@sourcemage.org>
+ * DETAILS, DEPENDS: spell created