summaryrefslogtreecommitdiffstats
path: root/kde5-apps
diff options
context:
space:
mode:
authorTreeve Jelbert2019-05-20 20:28:08 +0200
committerTreeve Jelbert2019-05-20 20:28:21 +0200
commit5ec009e7e682eecc2ef140d1022a1c5b65bd9bb0 (patch)
treebd29ae6f7f953ff86693d20ea12c0d21cdb2057d /kde5-apps
parentf656e5bb9d025cbce2dac3441761b3dbbf022112 (diff)
kio-gdrive-1.2.6
Diffstat (limited to 'kde5-apps')
-rwxr-xr-xkde5-apps/kio-gdrive/CONFIGURE1
-rwxr-xr-xkde5-apps/kio-gdrive/DEPENDS7
-rwxr-xr-xkde5-apps/kio-gdrive/DETAILS18
-rw-r--r--kde5-apps/kio-gdrive/HISTORY5
4 files changed, 31 insertions, 0 deletions
diff --git a/kde5-apps/kio-gdrive/CONFIGURE b/kde5-apps/kio-gdrive/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /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 0000000000..fe92fbb316
--- /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 0000000000..61d84d377b
--- /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 0000000000..bbe96d5f0d
--- /dev/null
+++ b/kde5-apps/kio-gdrive/HISTORY
@@ -0,0 +1,5 @@
+ * DETAILS: add gpg checking
+
+2019-05-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.2.6
+ spell created