Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e70785205c549285e98e0e9243b130370acde067)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e70785205c549285e98e0e9243b130370acde067)
  • Date: Thu, 23 Aug 2007 12:21:13 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
kde-apps/kcpufreq/BUILD | 9 +++++++++
kde-apps/kcpufreq/CONFIGURE | 4 ++++
kde-apps/kcpufreq/DEPENDS | 6 ++++++
kde-apps/kcpufreq/DETAILS | 17 +++++++++++++++++
kde-apps/kcpufreq/HISTORY | 3 +++
kde-apps/kcpufreq/kcpufreq-0.3.tar.gz.sig |binary
7 files changed, 42 insertions(+)

New commits:
commit 8fe12fa9b4fdb0fba58b657afdd6623b7b2aa3ac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kcpufreq: A KDE CPUfreq applet

diff --git a/ChangeLog b/ChangeLog
index 6de0b02..258a6e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-23 Eric Sandall <sandalle AT sourcemage.org>
+ * kde-apps/kcpufreq: KDE CPUFreq applet
+
2007-08-21 Juuso Alasuutari <iuso AT sourcemage.org>
* security/fwknop: New spell, port knocking and/or Single Packet
Authorization server/client.
diff --git a/kde-apps/kcpufreq/BUILD b/kde-apps/kcpufreq/BUILD
new file mode 100755
index 0000000..3e061f5
--- /dev/null
+++ b/kde-apps/kcpufreq/BUILD
@@ -0,0 +1,9 @@
+OPTS="$KDE_FINAL_OPTION \
+ --disable-dependency-tracking \
+ $OPTS" &&
+
+if [[ -f /etc/profile.d/qt.sh ]]; then
+ . /etc/profile.d/qt.sh
+fi &&
+
+default_build
diff --git a/kde-apps/kcpufreq/CONFIGURE b/kde-apps/kcpufreq/CONFIGURE
new file mode 100755
index 0000000..604c7a9
--- /dev/null
+++ b/kde-apps/kcpufreq/CONFIGURE
@@ -0,0 +1,4 @@
+# Final code makes objects up to 250Mb
+#
+config_query_option KDE_FINAL_OPTION 'Enable final code?' n \
+ '--enable-final' '--disable-final'
diff --git a/kde-apps/kcpufreq/DEPENDS b/kde-apps/kcpufreq/DEPENDS
new file mode 100755
index 0000000..7daf4b6
--- /dev/null
+++ b/kde-apps/kcpufreq/DEPENDS
@@ -0,0 +1,6 @@
+source "$SECTION_DIRECTORY/KDE_DEPENDS" &&
+
+optional_depends cpufrequtils \
+ '' \
+ '' \
+ 'for more generic CPUFreq interface support'
diff --git a/kde-apps/kcpufreq/DETAILS b/kde-apps/kcpufreq/DETAILS
new file mode 100755
index 0000000..b599343
--- /dev/null
+++ b/kde-apps/kcpufreq/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kcpufreq
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://www.wastl.net/download/kcpufreq/kcpufreq-0.3.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.wastl.net/projects_html
+ KEYWORDS="kde cpufreq"
+ ENTERED=20070823
+ SHORT='KDE CPUFreq applet'
+cat << EOF
+KDE cpufreq applet is a small KDE 3.x panel applet that displays the current
+CPU frequency on processors with variable speed CPUs (like Pentium M or
Athlon
+64) on Linux 2.6 kernels. It is similar in look and functionality to the
GNOME
+cpufreq applet.
+EOF
diff --git a/kde-apps/kcpufreq/HISTORY b/kde-apps/kcpufreq/HISTORY
new file mode 100644
index 0000000..df0188c
--- /dev/null
+++ b/kde-apps/kcpufreq/HISTORY
@@ -0,0 +1,3 @@
+2007-08-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS, BUILD: Created
+
diff --git a/kde-apps/kcpufreq/kcpufreq-0.3.tar.gz.sig
b/kde-apps/kcpufreq/kcpufreq-0.3.tar.gz.sig
new file mode 100644
index 0000000..c2db586
Binary files /dev/null and b/kde-apps/kcpufreq/kcpufreq-0.3.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e70785205c549285e98e0e9243b130370acde067), Eric Sandall, 08/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page