Skip to Content.
Sympa Menu

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

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 (72de7fd595682b259f24cdccab25d4efbe7a8143)
  • Date: Wed, 6 Sep 2017 19:04:44 +0000

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

ChangeLog | 3 +++
kde-frameworks/kirigami2/DEPENDS | 3 ++-
kde-frameworks/kirigami2/HISTORY | 3 +++
kde5-extra/qqc2-desktop-style/CONFIGURE | 1 +
kde5-extra/qqc2-desktop-style/DEPENDS | 4 ++++
kde5-extra/qqc2-desktop-style/DETAILS | 17 +++++++++++++++++
kde5-extra/qqc2-desktop-style/HISTORY | 4 ++++
libs/libtommath/HISTORY | 3 +++
libs/libtommath/INSTALL | 2 +-
9 files changed, 38 insertions(+), 2 deletions(-)

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

libtommath - fix install

commit 9ac14425afbf1cd6db2e4a0dcfb170e741815c36
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kirigami2 - tweak depends

commit a8f62dc55ffc41fa13462b101a737ffd104e5534
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qqc2-desktop-style-5.10.95

diff --git a/ChangeLog b/ChangeLog
index 98f6b11..06035b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde5-extra/qqc2-desktop-style: added, future kde framework
+
2017-09-04 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/emacs-google-translate: new spell, Emacs interface
to Google Translate
diff --git a/kde-frameworks/kirigami2/DEPENDS
b/kde-frameworks/kirigami2/DEPENDS
index bc6023b..ba96630 100755
--- a/kde-frameworks/kirigami2/DEPENDS
+++ b/kde-frameworks/kirigami2/DEPENDS
@@ -5,4 +5,5 @@ depends qtsvg &&
depends qttools &&
depends pkgconfig &&
optional_depends kdeclarative '' ' -DDESKTOP_ENABLED=0' 'desktop
integration' &&
-optional_depends plasma-framework '' ' -DPLASMA_ENABLED=0' 'Plasma
integration'
+optional_depends plasma-framework '' ' -DPLASMA_ENABLED=0' 'Plasma
integration' &&
+suggest_depends qqc2-desktop-style '' '' 'improved desktop integration'
diff --git a/kde-frameworks/kirigami2/HISTORY
b/kde-frameworks/kirigami2/HISTORY
index 398ad21..3099ea2 100644
--- a/kde-frameworks/kirigami2/HISTORY
+++ b/kde-frameworks/kirigami2/HISTORY
@@ -1,3 +1,6 @@
+2017-09-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add qqc2-desktop-style
+
2017-08-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.37.0

diff --git a/kde5-extra/qqc2-desktop-style/CONFIGURE
b/kde5-extra/qqc2-desktop-style/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-extra/qqc2-desktop-style/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/qqc2-desktop-style/DEPENDS
b/kde5-extra/qqc2-desktop-style/DEPENDS
new file mode 100755
index 0000000..07a0b06
--- /dev/null
+++ b/kde5-extra/qqc2-desktop-style/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends pkgconfig &&
+runtime_depends qtquickcontrols2
diff --git a/kde5-extra/qqc2-desktop-style/DETAILS
b/kde5-extra/qqc2-desktop-style/DETAILS
new file mode 100755
index 0000000..41a1c51
--- /dev/null
+++ b/kde5-extra/qqc2-desktop-style/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=qqc2-desktop-style
+ VERSION=5.10.95
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/unstable/$SPELL/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://quickgit.kde.org/?p=$SPELL.git
+ ENTERED=20170906
+ LICENSE[0]=LGPL
+ KEYWORDS="kde5"
+ SHORT="tQuickControls 2 style that integrates with the desktop"
+cat << EOF
+QtQuickControls 2 style that integrates with the desktop
+EOF
diff --git a/kde5-extra/qqc2-desktop-style/HISTORY
b/kde5-extra/qqc2-desktop-style/HISTORY
new file mode 100644
index 0000000..a5a2d03
--- /dev/null
+++ b/kde5-extra/qqc2-desktop-style/HISTORY
@@ -0,0 +1,4 @@
+2017-09-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.10.95
+ * DETAILS: add gpg checking
+
diff --git a/libs/libtommath/HISTORY b/libs/libtommath/HISTORY
index aaf1e18..c6f5908 100644
--- a/libs/libtommath/HISTORY
+++ b/libs/libtommath/HISTORY
@@ -1,3 +1,6 @@
+2017-09-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * INSTALL: fix PREFIX
+
2017-09-06 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 1.0.1
diff --git a/libs/libtommath/INSTALL b/libs/libtommath/INSTALL
index fbba5c4..c2b4379 100755
--- a/libs/libtommath/INSTALL
+++ b/libs/libtommath/INSTALL
@@ -1 +1 @@
-make -f makefile.shared INSTALL_GROUP=root DESTDIR=$INSTALL_ROOT install
+make -f makefile.shared INSTALL_GROUP=root PREFIX=$INSTALL_ROOT/usr install



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (72de7fd595682b259f24cdccab25d4efbe7a8143), Treeve Jelbert, 09/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page