Skip to Content.
Sympa Menu

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

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 (94b9ad2e10959c7b77b80ad593d5f4669c93ed61)
  • Date: Tue, 13 Oct 2020 11:56:26 +0000

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

ChangeLog | 3 +++
plasma/plasma-disks/CONFIGURE | 1 +
plasma/plasma-disks/DEPENDS | 11 +++++++++++
plasma/plasma-disks/DETAILS | 17 +++++++++++++++++
plasma/plasma-disks/HISTORY | 8 ++++++++
5 files changed, 40 insertions(+)

New commits:
commit 94b9ad2e10959c7b77b80ad593d5f4669c93ed61
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

plasma-disks-5.20.0

diff --git a/ChangeLog b/ChangeLog
index 05f8f33..9a6fddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * plasma/plasma-disks: added, SMART info
+
2020-10-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/python-tqdm: new spell, progress bars for python
* python-pypi/python-ffmpeg-normalize: new spell, normalizes audio
diff --git a/plasma/plasma-disks/CONFIGURE b/plasma/plasma-disks/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/plasma/plasma-disks/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma/plasma-disks/DEPENDS b/plasma/plasma-disks/DEPENDS
new file mode 100755
index 0000000..19c919d
--- /dev/null
+++ b/plasma/plasma-disks/DEPENDS
@@ -0,0 +1,11 @@
+source $GRIMOIRE/KDE5_DEPENDS
+depends kauth &&
+depends kcoreaddons &&
+depends kdbusaddons &&
+depends kdeclarative &&
+depends ki18n &&
+depends kio &&
+depends knotifications &&
+depends kservice &&
+depends solid &&
+depends smartmontools
diff --git a/plasma/plasma-disks/DETAILS b/plasma/plasma-disks/DETAILS
new file mode 100755
index 0000000..746d1e3
--- /dev/null
+++ b/plasma/plasma-disks/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=plasma-disks
+ VERSION=5.20.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/plasma/${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
+ WEB_SITE=https://cgi.kde.org/plasma-disks.git/about
+ LICENSE[0]=GPL
+ ENTERED=20200804
+ KEYWORDS="KDE5"
+ SHORT="Monitors S.M.A.R.T. capable devices for imminent failure."
+cat << EOF
+Monitors S.M.A.R.T. capable devices for imminent failure.
+EOF
diff --git a/plasma/plasma-disks/HISTORY b/plasma/plasma-disks/HISTORY
new file mode 100644
index 0000000..6bf1fdc
--- /dev/null
+++ b/plasma/plasma-disks/HISTORY
@@ -0,0 +1,8 @@
+2020-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 5.20.0
+
+2020-08-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.x
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (94b9ad2e10959c7b77b80ad593d5f4669c93ed61), Treeve Jelbert, 10/13/2020

Archive powered by MHonArc 2.6.24.

Top of Page