Skip to Content.
Sympa Menu

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

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 (178e795185ac9e54d29094fcf84ffb0915c24f09)
  • Date: Fri, 4 Apr 2008 15:03:54 -0500

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

ChangeLog | 2 +
kde4-look/plasmoid-atips/73571-atips-0.1.tar.gz.sig |binary
kde4-look/plasmoid-atips/CONFIGURE | 1
kde4-look/plasmoid-atips/DEPENDS | 3 +
kde4-look/plasmoid-atips/DETAILS | 16
++++++++
kde4-look/plasmoid-atips/HISTORY | 3 +
kde4-look/plasmoid-netgraph/74071-plasma-netgraph-0.2.tar.gz.sig |binary
kde4-look/plasmoid-netgraph/CONFIGURE | 1
kde4-look/plasmoid-netgraph/DEPENDS | 1
kde4-look/plasmoid-netgraph/DETAILS | 18
++++++++++
kde4-look/plasmoid-netgraph/HISTORY | 3 +
11 files changed, 48 insertions(+)

New commits:
commit 178e795185ac9e54d29094fcf84ffb0915c24f09
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

plasmoid-atips: Added a KDE4 plasmoid for ATI PowerSave

commit 9559ac916f92db454670938b502703d700e46750
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

plasmoid-netgraph: Added a plasmoid for netgraph in KDE4

diff --git a/ChangeLog b/ChangeLog
index fa92a68..a934d41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2008-04-04 Eric Sandall <sandalle AT sourcemage.org>
* kde4-look: Added a kde4-look section
* kde4-look/plasmoid-coremoid: Added CPUFreq governor plasmoid
+ * kde4-look/plasmoid-netgraph: Added a network usage plasmoid
+ * kde4-look/plasmoid-atips: Added a plasmoid for ATI PowerSave

2008-04-04 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/python-mpd: new spell, Python MPD client library
diff --git a/kde4-look/plasmoid-atips/73571-atips-0.1.tar.gz.sig
b/kde4-look/plasmoid-atips/73571-atips-0.1.tar.gz.sig
new file mode 100644
index 0000000..080c761
Binary files /dev/null and
b/kde4-look/plasmoid-atips/73571-atips-0.1.tar.gz.sig differ
diff --git a/kde4-look/plasmoid-atips/CONFIGURE
b/kde4-look/plasmoid-atips/CONFIGURE
new file mode 100755
index 0000000..3e2e1ef
--- /dev/null
+++ b/kde4-look/plasmoid-atips/CONFIGURE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/KDE_CONFIGURE
diff --git a/kde4-look/plasmoid-atips/DEPENDS
b/kde4-look/plasmoid-atips/DEPENDS
new file mode 100755
index 0000000..67be312
--- /dev/null
+++ b/kde4-look/plasmoid-atips/DEPENDS
@@ -0,0 +1,3 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+
+depends FGLRX
diff --git a/kde4-look/plasmoid-atips/DETAILS
b/kde4-look/plasmoid-atips/DETAILS
new file mode 100755
index 0000000..0b973cc
--- /dev/null
+++ b/kde4-look/plasmoid-atips/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=plasmoid-atips
+ VERSION=0.1
+ SOURCE=73571-${SPELL/plasmoid-/}-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/plasmoid-/}-$VERSION
+ SOURCE_URL[0]=http://kde-look.org/CONTENT/content-files/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
+
WEB_SITE=http://kde-look.org/content/show.php/ATI+PowerSave?content=73571
+ KEYWORDS="kde4"
+ ENTERED=20080404
+ SHORT='ATI PowerSave plasmoid'
+cat << EOF
+A simple plasmoid for checking current ATI PowerSave state.
+And of course you need ATI fglrx drivers with PowerSave support (through
+aticonfig)
+EOF
diff --git a/kde4-look/plasmoid-atips/HISTORY
b/kde4-look/plasmoid-atips/HISTORY
new file mode 100644
index 0000000..7a2febf
--- /dev/null
+++ b/kde4-look/plasmoid-atips/HISTORY
@@ -0,0 +1,3 @@
+2008-04-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/kde4-look/plasmoid-netgraph/74071-plasma-netgraph-0.2.tar.gz.sig
b/kde4-look/plasmoid-netgraph/74071-plasma-netgraph-0.2.tar.gz.sig
new file mode 100644
index 0000000..cd9e8c0
Binary files /dev/null and
b/kde4-look/plasmoid-netgraph/74071-plasma-netgraph-0.2.tar.gz.sig differ
diff --git a/kde4-look/plasmoid-netgraph/CONFIGURE
b/kde4-look/plasmoid-netgraph/CONFIGURE
new file mode 100755
index 0000000..3e2e1ef
--- /dev/null
+++ b/kde4-look/plasmoid-netgraph/CONFIGURE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/KDE_CONFIGURE
diff --git a/kde4-look/plasmoid-netgraph/DEPENDS
b/kde4-look/plasmoid-netgraph/DEPENDS
new file mode 100755
index 0000000..b4b4f02
--- /dev/null
+++ b/kde4-look/plasmoid-netgraph/DEPENDS
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS
diff --git a/kde4-look/plasmoid-netgraph/DETAILS
b/kde4-look/plasmoid-netgraph/DETAILS
new file mode 100755
index 0000000..eb9df57
--- /dev/null
+++ b/kde4-look/plasmoid-netgraph/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=plasmoid-netgraph
+ VERSION=0.2
+ SOURCE=74071-${SPELL/plasmoid/plasma}-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/plasmoid/plasma}
+ SOURCE_URL[0]=http://kde-look.org/CONTENT/content-files/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
+
WEB_SITE=http://kde-look.org/content/show.php/plasma-netgraph?content=74071
+ KEYWORDS="kde4"
+ ENTERED=20080404
+ SHORT='Network usage plasmoid'
+cat << EOF
+Plasma-netgraph is a plasmoid, that displays network usage and is comprised
of
+a configurable applet and a data-engine.
+
+The data-engine is, for the most part, code copied from knetload[1] and
+wrapped with the plasma API.
+EOF
diff --git a/kde4-look/plasmoid-netgraph/HISTORY
b/kde4-look/plasmoid-netgraph/HISTORY
new file mode 100644
index 0000000..7a2febf
--- /dev/null
+++ b/kde4-look/plasmoid-netgraph/HISTORY
@@ -0,0 +1,3 @@
+2008-04-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (178e795185ac9e54d29094fcf84ffb0915c24f09), Eric Sandall, 04/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page