Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e2f933295e947d997f4b972c6696a6286a86e14d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e2f933295e947d997f4b972c6696a6286a86e14d)
  • Date: Mon, 22 May 2017 08:26:36 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 4 ++++
qt5/qt5ct/DEPENDS | 4 ++++
qt5/qt5ct/DETAILS | 20 ++++++++++++++++++++
qt5/qt5ct/HISTORY | 3 +++
4 files changed, 31 insertions(+)

New commits:
commit e2f933295e947d997f4b972c6696a6286a86e14d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

qt5ct: new spell to be able to use Qt5 applications properly outside big
DEs

diff --git a/ChangeLog b/ChangeLog
index 9d14759..af57e45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * qt5/qt5ct: new spell, have Qt5 applications with icons (and
+ generally custom style) outside the big DEs
+
2017-05-20 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pg8000: new spell, pure-Python interface to the
PostgreSQL database engine
diff --git a/qt5/qt5ct/DEPENDS b/qt5/qt5ct/DEPENDS
new file mode 100755
index 0000000..7e94307
--- /dev/null
+++ b/qt5/qt5ct/DEPENDS
@@ -0,0 +1,4 @@
+depends -sub CXX gcc &&
+depends qtbase &&
+depends qtsvg &&
+depends qttools
diff --git a/qt5/qt5ct/DETAILS b/qt5/qt5ct/DETAILS
new file mode 100755
index 0000000..255f7ff
--- /dev/null
+++ b/qt5/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/qt5ct/HISTORY b/qt5/qt5ct/HISTORY
new file mode 100644
index 0000000..f4378a2
--- /dev/null
+++ b/qt5/qt5ct/HISTORY
@@ -0,0 +1,3 @@
+
+2017-05-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e2f933295e947d997f4b972c6696a6286a86e14d), Thomas Orgis, 05/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page