Skip to Content.
Sympa Menu

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

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 (56ce10cc9f9833702b9c793841fcb5ebbf0247ab)
  • Date: Thu, 15 Feb 2024 14:12:49 +0000

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

ChangeLog | 3 +++
KDE_VERSIONS | 2 +-
disk/libblockdev/DETAILS | 4 ++--
disk/libblockdev/HISTORY | 3 +++
display/power-profiles-daemon/CONFIGURE | 3 +++
display/power-profiles-daemon/DEPENDS | 9 +++++++++
display/power-profiles-daemon/DETAILS | 20 ++++++++++++++++++++
display/power-profiles-daemon/HISTORY | 4 ++++
8 files changed, 45 insertions(+), 3 deletions(-)

New commits:
commit 56ce10cc9f9833702b9c793841fcb5ebbf0247ab
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

power-profiles-daemon-v0.20

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

kde5 => 23.08.5

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

libblockdev: => 3.1.0

diff --git a/ChangeLog b/ChangeLog
index 9c90112..6c07eb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-02-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * display/power-profiles-daemon: added
+
2024-02-11 Treeve Jelbert <treeve AT sourcemage.org>
* printer/cupsddk: deleted, obsolete
* printer/cups-old: deleted, obsolete
diff --git a/KDE_VERSIONS b/KDE_VERSIONS
index 738c4f4..91445fe 100644
--- a/KDE_VERSIONS
+++ b/KDE_VERSIONS
@@ -3,7 +3,7 @@
# this will facilitate testing of upcoming kf5/6 stable/unstable series

# relaease service stuff
-KDE_VERSION=23.08.4
+KDE_VERSION=23.08.5
KDE_BRANCH=stable

# plasma stuff
diff --git a/disk/libblockdev/DETAILS b/disk/libblockdev/DETAILS
index 9266b0b..eaca6fa 100755
--- a/disk/libblockdev/DETAILS
+++ b/disk/libblockdev/DETAILS
@@ -1,6 +1,6 @@
SPELL=libblockdev
- VERSION=3.0.4
-
SOURCE_HASH=sha512:82b574c1f8e301d6e9ff07f8c3d2a351a5bc966b5d65a3b578c214e03e48b54270b54176d646ac15e8119c79536d08b36415de478ffd34c8b3fe536300fc5172
+ VERSION=3.1.0
+
SOURCE_HASH=sha512:1e5f8155ceaf1b1f02607d0e2075bfe3b1a2c8d6845de5c90201e6b7aefde3bab7af8e9abf137763e6e9ca42fefe5218697ea63731b3b4952eb004b01cf3719a
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/storaged-project/libblockdev
diff --git a/disk/libblockdev/HISTORY b/disk/libblockdev/HISTORY
index 469a953..7ff93be 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,3 +1,6 @@
+2024-02-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.0
+
2024-01-17 Conner Clere <xenanthropy AT sourcemage.org>
* DEPENDS: fix typo with volume_key optional_depends

diff --git a/display/power-profiles-daemon/CONFIGURE
b/display/power-profiles-daemon/CONFIGURE
new file mode 100755
index 0000000..4b43dac
--- /dev/null
+++ b/display/power-profiles-daemon/CONFIGURE
@@ -0,0 +1,3 @@
+source $GRIMOIRE/MESON_CONFIGURE
+#config_query_option UP_DOC 'build docs' n 'gtk-doc=true' 'gtk-doc=false'
+#config_query_option UP_MAN 'build man pages' n 'man=true' 'man=false'
diff --git a/display/power-profiles-daemon/DEPENDS
b/display/power-profiles-daemon/DEPENDS
new file mode 100755
index 0000000..154d6f5
--- /dev/null
+++ b/display/power-profiles-daemon/DEPENDS
@@ -0,0 +1,9 @@
+. "$GRIMOIRE"/MESON_DEPENDS &&
+depends python3 &&
+depends glib2 &&
+depends libgudev &&
+depends policykit &&
+depends systemd &&
+
+optional_depends gtk-doc gtk_doc=true gtk_doc=false 'build docs/man pages'
&&
+optional_depends mock tests=true tests=false 'run tests'
diff --git a/display/power-profiles-daemon/DETAILS
b/display/power-profiles-daemon/DETAILS
new file mode 100755
index 0000000..a341fba
--- /dev/null
+++ b/display/power-profiles-daemon/DETAILS
@@ -0,0 +1,20 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=power-profiles-daemon
+ VERSION=0.20
+VX=0d3030b6109156a093b73c66aea2ef3118a79650
+
SOURCE_HASH=sha512:90b54d0d58ceb10efee9e8a1d6d29c7ed914bb1f92aeeaed1e4c3e5954607e047037abe141532fbe970f527e99b5fc21f932602a12f978ba135aab2f16f6dbcf
+ SOURCE=$SPELL-v$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-$VX
+
SOURCE_URL[0]=https://gitlab.freedesktop.org/upower/$SPELL/-/archive/$VERSION/$SOURCE
+ LICENSE[0]=GPL3
+ WEB_SITE=https://upower.freedesktop.org/
+ ENTERED=20240215
+ SHORT="control user-selected power profiles"
+cat << EOF
+power-profiles-daemon offers to modify system behaviour based upon
user-selected
+power profiles. There are 3 different power profiles, a "balanced" default
mode,
+a "power-saver" mode, as well as a "performance" mode. The first 2 of those
are
+available on every system. The "performance" mode is only available on select
+systems and is implemented by different "drivers" based on the system or
+systems it targets.
+EOF
diff --git a/display/power-profiles-daemon/HISTORY
b/display/power-profiles-daemon/HISTORY
new file mode 100644
index 0000000..8c85f6d
--- /dev/null
+++ b/display/power-profiles-daemon/HISTORY
@@ -0,0 +1,4 @@
+2024-02-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.20
+ spell created
+


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (56ce10cc9f9833702b9c793841fcb5ebbf0247ab), Treeve Jelbert, 02/15/2024

Archive powered by MHonArc 2.6.24.

Top of Page