summaryrefslogtreecommitdiffstats
path: root/kde5-extra
diff options
context:
space:
mode:
authorTreeve Jelbert2017-09-06 17:36:16 +0200
committerTreeve Jelbert2017-09-06 21:04:38 +0200
commita8f62dc55ffc41fa13462b101a737ffd104e5534 (patch)
tree62d2eb9448c0b6389eeda6dccc1365d3fbf4769e /kde5-extra
parente122e7e2efd24f18cc2327e0c501c6fd6caa0d51 (diff)
qqc2-desktop-style-5.10.95
Diffstat (limited to 'kde5-extra')
-rwxr-xr-xkde5-extra/qqc2-desktop-style/CONFIGURE1
-rwxr-xr-xkde5-extra/qqc2-desktop-style/DEPENDS4
-rwxr-xr-xkde5-extra/qqc2-desktop-style/DETAILS17
-rw-r--r--kde5-extra/qqc2-desktop-style/HISTORY4
4 files changed, 26 insertions, 0 deletions
diff --git a/kde5-extra/qqc2-desktop-style/CONFIGURE b/kde5-extra/qqc2-desktop-style/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /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 0000000000..07a0b067dd
--- /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 0000000000..41a1c51f98
--- /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 0000000000..a5a2d03bd5
--- /dev/null
+++ b/kde5-extra/qqc2-desktop-style/HISTORY
@@ -0,0 +1,4 @@
+2017-09-06 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.10.95
+ * DETAILS: add gpg checking
+