Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (26ef25d7da7c04a976af08f34484fe2db8f46f0b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (26ef25d7da7c04a976af08f34484fe2db8f46f0b)
  • Date: Sun, 31 Jul 2022 13:05:05 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
x11/paramano/BUILD | 5 +++++
x11/paramano/DEPENDS | 1 +
x11/paramano/DETAILS | 16 ++++++++++++++++
x11/paramano/HISTORY | 2 ++
5 files changed, 25 insertions(+)

New commits:
commit 26ef25d7da7c04a976af08f34484fe2db8f46f0b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

paramano: new spell, A light battery monitor and a CPU frequency scaler

diff --git a/ChangeLog b/ChangeLog
index 8765d2c..0c40b86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* libs/libt3window: new spell, terminal-based windowing library
* libs/libt3widget: new spell, terminal-based widget library
* editors/tilde: new spell, The Tilde Text Editor
+ * x11/paramano: new spell, A light battery monitor and a CPU
frequency scaler

2022-07-30 Ismael Luceno <ismael AT sourcemage.org>
* libs/libt3config: new spell, configuration files library
diff --git a/x11/paramano/BUILD b/x11/paramano/BUILD
new file mode 100755
index 0000000..b00c103
--- /dev/null
+++ b/x11/paramano/BUILD
@@ -0,0 +1,5 @@
+# XXX buildsystem bug in GTK+?
+CFLAGS+=" $(pkgconf --cflags harfbuzz)" &&
+# FIXME duplicated definitions in paramano
+CFLAGS+=" -fcommon" &&
+default_build_make
diff --git a/x11/paramano/DEPENDS b/x11/paramano/DEPENDS
new file mode 100755
index 0000000..edffa0e
--- /dev/null
+++ b/x11/paramano/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/x11/paramano/DETAILS b/x11/paramano/DETAILS
new file mode 100755
index 0000000..e904c8c
--- /dev/null
+++ b/x11/paramano/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=paramano
+ VERSION=0.71
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+
SOURCE_URL[0]=https://gitlab.com/dphillips/$SPELL/-/archive/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:8d0a6d8d08db52e100d155056655d46cffbf2ba03f29c7ae3c81768d0343b46b045c1c048110e51a729796547ed02d7e19981161c1eb714484d453de817ce1bb
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://gitlab.com/dphillips/paramano";
+ LICENSE[0]="GPL-3.0-or-later"
+ ENTERED=20220731
+ KEYWORDS=""
+ SHORT="A light battery monitor and a CPU frequency scaler"
+cat << EOF
+This is a fork of trayfreq. It provides two icons in your system tray; one
for
+your battery and one for your CPU. Hover the mouse over each for information,
+or right click the CPU to switch governors and frequencies. Simple.
+EOF
diff --git a/x11/paramano/HISTORY b/x11/paramano/HISTORY
new file mode 100644
index 0000000..e01d9dd
--- /dev/null
+++ b/x11/paramano/HISTORY
@@ -0,0 +1,2 @@
+2022-07-31 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (26ef25d7da7c04a976af08f34484fe2db8f46f0b), Ismael Luceno, 07/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page