Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b5132bcb3d423ff891b521c23375815b688aa8c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

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

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
qt5-qmake/qt5ct/DEPENDS | 4 ++++
qt5-qmake/qt5ct/DETAILS | 20 ++++++++++++++++++++
qt5-qmake/qt5ct/HISTORY | 3 +++
qt5/qt5ct/DEPENDS | 4 ----
qt5/qt5ct/DETAILS | 20 --------------------
qt5/qt5ct/HISTORY | 3 ---
7 files changed, 30 insertions(+), 27 deletions(-)

New commits:
commit b5132bcb3d423ff891b521c23375815b688aa8c9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

move qt5ct

diff --git a/ChangeLog b/ChangeLog
index af57e45..79185ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * qt5ct: move to qt5-qmake
+
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
diff --git a/qt5-qmake/qt5ct/DEPENDS b/qt5-qmake/qt5ct/DEPENDS
new file mode 100755
index 0000000..7e94307
--- /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 0000000..255f7ff
--- /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 0000000..f4378a2
--- /dev/null
+++ b/qt5-qmake/qt5ct/HISTORY
@@ -0,0 +1,3 @@
+
+2017-05-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/qt5/qt5ct/DEPENDS b/qt5/qt5ct/DEPENDS
deleted file mode 100755
index 7e94307..0000000
--- a/qt5/qt5ct/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends -sub CXX gcc &&
-depends qtbase &&
-depends qtsvg &&
-depends qttools
diff --git a/qt5/qt5ct/DETAILS b/qt5/qt5ct/DETAILS
deleted file mode 100755
index 255f7ff..0000000
--- a/qt5/qt5ct/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- 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
deleted file mode 100644
index f4378a2..0000000
--- a/qt5/qt5ct/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-
-2017-05-21 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b5132bcb3d423ff891b521c23375815b688aa8c9), Treeve Jelbert, 05/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page