Skip to Content.
Sympa Menu

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

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 (46370c366e09e758674ad6393f79020a9b546954)
  • Date: Fri, 24 Jun 2022 20:06:52 +0000

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

ChangeLog | 2 ++
plasma-mobile/kweather/CONFIGURE | 1 +
plasma-mobile/kweather/DEPENDS | 17 +++++++++++++++++
plasma-mobile/kweather/DETAILS | 17 +++++++++++++++++
plasma-mobile/kweather/HISTORY | 8 ++++++++
plasma-mobile/kweathercore/CONFIGURE | 1 +
plasma-mobile/kweathercore/DEPENDS | 8 ++++++++
plasma-mobile/kweathercore/DETAILS | 17 +++++++++++++++++
plasma-mobile/kweathercore/HISTORY | 8 ++++++++
9 files changed, 79 insertions(+)

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

kweather-22.06

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

plasma-mobile/kweathercore

diff --git a/ChangeLog b/ChangeLog
index 541ff49..02f825c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2022-06-24 Treeve Jelbert <treeve AT sourcemage.org>
* plasma-mobile/khealthcertificate: added
+ * plasma-mobile/kweathercore: added
+ * plasma-mobile/kweather: added

2022-06-23 Treeve Jelbert <treeve AT sourcemage.org>
* devel/xsimd$: added, simd optimized intrinsics
diff --git a/plasma-mobile/kweather/CONFIGURE
b/plasma-mobile/kweather/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/plasma-mobile/kweather/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/kweather/DEPENDS b/plasma-mobile/kweather/DEPENDS
new file mode 100755
index 0000000..f4a1291
--- /dev/null
+++ b/plasma-mobile/kweather/DEPENDS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+if is_depends_enabled $SPELL qt6base;then
+ depends qt6charts &&
+ depends qt6declarative &&
+ depends qt6svg
+else
+ depends qtcharts &&
+ depends qtdeclarative &&
+ depends qtquickcontrols2 &&
+ depends qtsvg
+fi &&
+depends kconfig &&
+depends kcoreaddons &&
+depends ki18n &&
+depends kirigami2 &&
+depends knotifications &&
+depends kweathercore
diff --git a/plasma-mobile/kweather/DETAILS b/plasma-mobile/kweather/DETAILS
new file mode 100755
index 0000000..ccf1376
--- /dev/null
+++ b/plasma-mobile/kweather/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kweather
+ VERSION=22.06
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL=https://download.kde.org/stable/plasma-mobile/$VERSION/$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
+ ENTERED=20210801
+# SECURITY_PATCH=1
+ LICENSE[0]=LGPL
+ KEYWORDS="kde5"
+ SHORT="Query weather data"
+cat << EOF
+Query weather data
+EOF
diff --git a/plasma-mobile/kweather/HISTORY b/plasma-mobile/kweather/HISTORY
new file mode 100644
index 0000000..bd00da8
--- /dev/null
+++ b/plasma-mobile/kweather/HISTORY
@@ -0,0 +1,8 @@
+2022-06-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 22.06
+
+2021-08-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+ spell created
+
diff --git a/plasma-mobile/kweathercore/CONFIGURE
b/plasma-mobile/kweathercore/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/plasma-mobile/kweathercore/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/kweathercore/DEPENDS
b/plasma-mobile/kweathercore/DEPENDS
new file mode 100755
index 0000000..e6867a5
--- /dev/null
+++ b/plasma-mobile/kweathercore/DEPENDS
@@ -0,0 +1,8 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+if is_depends_enabled $SPELL qt6base;then
+ depends qt6positioning
+else
+ depends qtlocation
+fi &&
+depends kholidays &&
+depends ki18n
diff --git a/plasma-mobile/kweathercore/DETAILS
b/plasma-mobile/kweathercore/DETAILS
new file mode 100755
index 0000000..4c383ff
--- /dev/null
+++ b/plasma-mobile/kweathercore/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kweathercore
+ VERSION=0.6
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/$SPELL/$VERSION/$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
+ ENTERED=20210801
+# SECURITY_PATCH=1
+ LICENSE[0]=LGPL
+ KEYWORDS="kde5"
+ SHORT="Query weather data"
+cat << EOF
+Query weather data
+EOF
diff --git a/plasma-mobile/kweathercore/HISTORY
b/plasma-mobile/kweathercore/HISTORY
new file mode 100644
index 0000000..797854f
--- /dev/null
+++ b/plasma-mobile/kweathercore/HISTORY
@@ -0,0 +1,8 @@
+2022-06-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 0.6
+
+2021-08-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (46370c366e09e758674ad6393f79020a9b546954), Treeve Jelbert, 06/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page