Skip to Content.
Sympa Menu

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

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 (5ec009e7e682eecc2ef140d1022a1c5b65bd9bb0)
  • Date: Mon, 20 May 2019 18:28:23 +0000

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

ChangeLog | 3 +++
kde5-apps/kio-gdrive/CONFIGURE | 1 +
kde5-apps/kio-gdrive/DEPENDS | 7 +++++++
kde5-apps/kio-gdrive/DETAILS | 18 ++++++++++++++++++
kde5-apps/kio-gdrive/HISTORY | 5 +++++
python-pypi/m2crypto/DETAILS | 6 +++---
python-pypi/m2crypto/HISTORY | 3 +++
7 files changed, 40 insertions(+), 3 deletions(-)

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

kio-gdrive-1.2.6

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

m2crypto: => 0.33.0

diff --git a/ChangeLog b/ChangeLog
index ad101ff..2c77d34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-05-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde5-apps/kio-gdrive: added Google Drive integration for kde
+
2019-05-20 Ismael Luceno <ismael AT sourcemage.org>
* devel/samurai: new spell, ninja-compatible build tool written
in C
diff --git a/kde5-apps/kio-gdrive/CONFIGURE b/kde5-apps/kio-gdrive/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-apps/kio-gdrive/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/kio-gdrive/DEPENDS b/kde5-apps/kio-gdrive/DEPENDS
new file mode 100755
index 0000000..fe92fbb
--- /dev/null
+++ b/kde5-apps/kio-gdrive/DEPENDS
@@ -0,0 +1,7 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends kdoctools &&
+depends ki18n &&
+depends kio &&
+depends libkgapi &&
+optional_depends kaccounts-integration '' '' 'integration with system-wide
accounts'
+optional_depends qtkeychain '' '' 'secure storage of accounts secrets'
diff --git a/kde5-apps/kio-gdrive/DETAILS b/kde5-apps/kio-gdrive/DETAILS
new file mode 100755
index 0000000..61d84d3
--- /dev/null
+++ b/kde5-apps/kio-gdrive/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=kio-gdrive
+ VERSION=1.2.6
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/$SPELL/${VERSION}/src/$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://www.kde.org/applications/utilities/$SPELL
+ ENTERED=20190520
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="KIO slave that enables Google Drive integration"
+cat << EOF
+KIO GDrive is a KIO slave that enables Google Drive integration with
KIO-aware applications.
+EOF
diff --git a/kde5-apps/kio-gdrive/HISTORY b/kde5-apps/kio-gdrive/HISTORY
new file mode 100644
index 0000000..bbe96d5
--- /dev/null
+++ b/kde5-apps/kio-gdrive/HISTORY
@@ -0,0 +1,5 @@
+ * DETAILS: add gpg checking
+
+2019-05-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.6
+ spell created
diff --git a/python-pypi/m2crypto/DETAILS b/python-pypi/m2crypto/DETAILS
index 5d7fcfc..d5bc194 100755
--- a/python-pypi/m2crypto/DETAILS
+++ b/python-pypi/m2crypto/DETAILS
@@ -1,7 +1,7 @@
SPELL=m2crypto
- VERSION=0.32.0
-
VX=17/2b/f551dbff0f7b70746568c6546efccca128fe8651be7ad915b99e1bae15cf
-
SOURCE_HASH=sha512:477cc30748b3ddc21b66872a88ba0e111a592928ce0d2edc9b72c9a8fa7aa2b422e1b785b830e8d8fcab9f1678928634627b0ea3d57632ec5769ba4ed64c16f8
+ VERSION=0.33.0
+
VX=52/e3/85f7ad64cd50b4c361b6533baeaa4d3919087993f24a93b34ae841a42628
+
SOURCE_HASH=sha512:180f6f83544f89003917e6161f4e5b817afb15ae466210077bc17b96cb097af926ef7b6bbb9f39065a9e7659e90af1b942224d6dbfa32c640e9dc019a561651b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/M2Crypto-$VERSION

SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/M2Crypto-${VERSION}.tar.gz
diff --git a/python-pypi/m2crypto/HISTORY b/python-pypi/m2crypto/HISTORY
index 61ff762..81ce54c 100644
--- a/python-pypi/m2crypto/HISTORY
+++ b/python-pypi/m2crypto/HISTORY
@@ -1,3 +1,6 @@
+2019-05-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.33.0
+
2019-03-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.32.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5ec009e7e682eecc2ef140d1022a1c5b65bd9bb0), Treeve Jelbert, 05/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page