Skip to Content.
Sympa Menu

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

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 (e4450161bb601ec085800f953ef938a7f7e41980)
  • Date: Fri, 18 May 2007 18:23:42 -0500

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

ChangeLog
| 5
xfce/xfce4-cpufreq-plugin/DEPENDS
| 3
xfce/xfce4-cpufreq-plugin/DETAILS
| 22 +
xfce/xfce4-cpufreq-plugin/HISTORY
| 3
xfce/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.tar.gz.sig
|binary
xfce/xfce4-mpc-plugin/DETAILS
| 11
xfce/xfce4-mpc-plugin/HISTORY
| 6
xfce/xfce4-places-plugin/DEPENDS
| 4
xfce/xfce4-places-plugin/DETAILS
| 23 +
xfce/xfce4-places-plugin/HISTORY
| 3
xfce/xfce4-places-plugin/xfce4-places-plugin-0.1.0.tar.bz2.sig
|binary
xfce/xfce4-profile/DEPENDS
| 218 +++++++---
xfce/xfce4-profile/HISTORY
| 5
xfce/xfce4-smartbookmark-plugin/DEPENDS
| 2
xfce/xfce4-smartbookmark-plugin/DETAILS
| 19
xfce/xfce4-smartbookmark-plugin/HISTORY
| 3
xfce/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.tar.gz.sig
|binary
17 files changed, 278 insertions(+), 49 deletions(-)

New commits:
commit 5eef01f35ffbb9ba8cf5a7290ff9da61fe9e427e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xfce4-smartbookmark-plugin: Added a smart bookmark panel plugin for XFCE4

commit 347baf2f818e191a3fb27ec952cd3aef6b1c2f9e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xfce4-mpc-plugin: Updated to 0.3.0

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

xfce4-profile: Added xfce4-{cpufreq,mpc,places}-plugin as optional depends

commit 27f78c61181668ce65d67ce934f1da7e814cf71f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xfce-profile: Alphabetize optional depends and format to < 80 columns

commit 555ec4ff26235fe177e10b0d04a95ce8228c6345
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xfce4-places-plugin: Added GNOME Places menu for XFCE4

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

xfce4-cpufreq-plugin: Added XFCE4 CPU Frequency panel plugin

diff --git a/ChangeLog b/ChangeLog
index 8eb366a..1646686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
+ * xfce/xfce4-cpufreq-plugin: CPU Frequency panel plugin for XFCE4
+ * xfce/xfce4-places-plugin: GNOME Places menu for XFCE4
+ * xfce/xfce4-smartbookmark-plugin: Smart bookmark panel plugin for
XFCE4
+
2007-05-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* mobile/laptop-mode-tools: a laptop power saving package #13776

diff --git a/xfce/xfce4-cpufreq-plugin/DEPENDS
b/xfce/xfce4-cpufreq-plugin/DEPENDS
new file mode 100755
index 0000000..33c298b
--- /dev/null
+++ b/xfce/xfce4-cpufreq-plugin/DEPENDS
@@ -0,0 +1,3 @@
+depends libxfce4util &&
+depends libxfcegui4 &&
+depends xfce4-panel
diff --git a/xfce/xfce4-cpufreq-plugin/DETAILS
b/xfce/xfce4-cpufreq-plugin/DETAILS
new file mode 100755
index 0000000..a7f8762
--- /dev/null
+++ b/xfce/xfce4-cpufreq-plugin/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=xfce4-cpufreq-plugin
+ VERSION=0.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/xfce4-cpu-freq-plugin-$VERSION
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
+
WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ LICENSE[0]=BSD
+ ENTERED=20070518
+ KEYWORDS="xfce"
+ SHORT='XFCE4 CPU Frequency Panel Plugin'
+cat << EOF
+The CpuFreq Plugin shows in the Xfce Panel the following, chooseable
+informations:
+ * current CPU frequency
+ * current used governor
+In a seperate dialog it provides you following informations of all available
+informations:
+ * all available CPU frequencies
+ * all available governors
+ * used driver for the cpu
+EOF
diff --git a/xfce/xfce4-cpufreq-plugin/HISTORY
b/xfce/xfce4-cpufreq-plugin/HISTORY
new file mode 100644
index 0000000..67ee396
--- /dev/null
+++ b/xfce/xfce4-cpufreq-plugin/HISTORY
@@ -0,0 +1,3 @@
+2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/xfce/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.tar.gz.sig
b/xfce/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.tar.gz.sig
new file mode 100644
index 0000000..9c844c6
Binary files /dev/null and
b/xfce/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.tar.gz.sig differ
diff --git a/xfce/xfce4-mpc-plugin/DETAILS b/xfce/xfce4-mpc-plugin/DETAILS
index b22f53a..791ec33 100755
--- a/xfce/xfce4-mpc-plugin/DETAILS
+++ b/xfce/xfce4-mpc-plugin/DETAILS
@@ -1,13 +1,14 @@
SPELL=xfce4-mpc-plugin
- VERSION=0.1.0
+ VERSION=0.3.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://gcu.info/~gaston/$SOURCE
- WEB_SITE=http://www.xfce.org
-
SOURCE_HASH=sha512:aa73aaace11ac7c26ede9cae8fbd15b757a43e54bb6960f04091da86af820f1b662b606e19fead1f6173b6959d33f5de88724d439db6d2816d9a6005dd0be866
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+#
SOURCE_HASH=sha512:aa73aaace11ac7c26ede9cae8fbd15b757a43e54bb6960f04091da86af820f1b662b606e19fead1f6173b6959d33f5de88724d439db6d2816d9a6005dd0be866
LICENSE[0]=GPL
- ENTERED=20070503
+
WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
KEYWORDS="xfce"
+ ENTERED=20070503
SHORT="Musicpd client plugin for the Xfce Desktop Environment"
cat << EOF
This is a simple Musicpd (http://www.musicpd.org) client plugin for the
diff --git a/xfce/xfce4-mpc-plugin/HISTORY b/xfce/xfce4-mpc-plugin/HISTORY
index 96a5276..81e0b32 100644
--- a/xfce/xfce4-mpc-plugin/HISTORY
+++ b/xfce/xfce4-mpc-plugin/HISTORY
@@ -1,2 +1,8 @@
+2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.3.0
+ Change SOURCE_URL[0] to
http://goodies.xfce.org/releases/$SPELL/$SOURCE
+ Change WEB_SITE ot
http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
+
2007-05-03 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS, DEPENDS: created spell
+
diff --git a/xfce/xfce4-places-plugin/DEPENDS
b/xfce/xfce4-places-plugin/DEPENDS
new file mode 100755
index 0000000..d58b1f9
--- /dev/null
+++ b/xfce/xfce4-places-plugin/DEPENDS
@@ -0,0 +1,4 @@
+depends libxfce4util &&
+depends libxfcegui4 &&
+depends thunar &&
+depends xfce4-panel
diff --git a/xfce/xfce4-places-plugin/DETAILS
b/xfce/xfce4-places-plugin/DETAILS
new file mode 100755
index 0000000..0f1cc78
--- /dev/null
+++ b/xfce/xfce4-places-plugin/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=xfce4-places-plugin
+ VERSION=0.1.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
+
WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ LICENSE[0]=BSD
+ ENTERED=20070518
+ KEYWORDS="xfce"
+ SHORT='XFCE4 GNOME Places menu'
+cat << EOF
+Written by Diego Ongaro, this plugin is a menu with quick access to folders,
+documents, and removable media. The Places plugin brings much of the
+functionality of GNOME’s Places menu to Xfce.
+
+The plugin puts a simple button on the panel. Clicking on this button opens
up
+a menu with 4 sections:
+ 1) System-defined directories (home folder, trash, desktop, file system)
+ 2) Removable media (using thunar-vfs)
+ 3) User-defined bookmarks (reads ~/.gtk-bookmarks)
+ 4) Recent documents submenu (requires GTK v2.10 or greater)
+EOF
diff --git a/xfce/xfce4-places-plugin/HISTORY
b/xfce/xfce4-places-plugin/HISTORY
new file mode 100644
index 0000000..67ee396
--- /dev/null
+++ b/xfce/xfce4-places-plugin/HISTORY
@@ -0,0 +1,3 @@
+2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/xfce/xfce4-places-plugin/xfce4-places-plugin-0.1.0.tar.bz2.sig
b/xfce/xfce4-places-plugin/xfce4-places-plugin-0.1.0.tar.bz2.sig
new file mode 100644
index 0000000..7ca8369
Binary files /dev/null and
b/xfce/xfce4-places-plugin/xfce4-places-plugin-0.1.0.tar.bz2.sig differ
diff --git a/xfce/xfce4-profile/DEPENDS b/xfce/xfce4-profile/DEPENDS
index c51121f..7cb8b30 100755
--- a/xfce/xfce4-profile/DEPENDS
+++ b/xfce/xfce4-profile/DEPENDS
@@ -1,44 +1,174 @@
-depends X11-LIBS &&
-depends gtk+2 &&
-depends libxml2 &&
-depends dbh &&
-depends libxfce4util &&
-depends libxfce4mcs &&
-depends libxfcegui4 &&
-depends xfce-mcs-manager &&
-depends xfdesktop &&
-depends xfce4-panel &&
-depends xfwm4 &&
-depends xfce-utils &&
-depends xfce4-session &&
-depends hicolor-icon-theme &&
-optional_depends "thunar" '' '' "for the xfce file manager" &&
-optional_depends "terminal" '' '' "for xfce's terminal" &&
-optional_depends "mousepad" '' '' "for a text editor" &&
-optional_depends "xarchiver" '' '' "for a graphical archiver" &&
-optional_depends "squeeze" '' '' "for a graphical archiver" &&
-optional_depends "xfce4-icon-theme" '' '' "for the xfce4 rodent icon
theme" &&
-optional_depends "xfce4-appfinder" '' '' "for menu generation for apps
that don't add themselves to the menu" &&
-optional_depends "xfwm4-themes" '' '' "for additional xfwm4 themes"
&&
-optional_depends "xfprint" '' '' "for a print dialog/printer
manager" &&
-optional_depends "xfce-mcs-plugins" '' '' "for additional settings
dialogs" &&
-optional_depends "gtk-xfce-engine" '' '' "for a very nice gtk2 theme
engine" &&
-optional_depends "xfce4-iconbox" '' '' "for a iconbox"
&&
-optional_depends "xfce4-mixer" '' '' "for a mixer for the xfce4
panel" &&
-optional_depends "xfce4-artwork" '' '' "for additional backgrounds"
&&
-optional_depends "xfce4-battery-plugin" '' '' "for a battery monitor
panel plugin" &&
-optional_depends "xfce4-systemload-plugin" '' '' "for a system load
panel plugin" &&
-optional_depends "xfce4-netload-plugin" '' '' "for a network load panel
plugin" &&
-optional_depends "verve-plugin" '' '' "for a command launcher panel
plugin" &&
-optional_depends "xfce4-notes-plugin" '' '' "for a sticky notes panel
plugin" &&
-optional_depends "xfce4-clipman-plugin" '' '' "for a clipboard manager
panel plugin" &&
-optional_depends "xfce4-diskperf-plugin" '' '' "for a disk performance
monitor panel plugin" &&
-optional_depends "xfce4-datetime-plugin" '' '' "for a date/time and
calendar panel plugin" &&
-optional_depends "xfce4-fsguard-plugin" '' '' "for a disc space monitor
panel plugin" &&
-optional_depends "xfce4-xmms-plugin" '' '' "for a xmms control panel
plugin" &&
-optional_depends "orage" '' '' "for a calendar application" &&
-optional_depends "xfce4-wavelan-plugin" '' '' "for a WaveLAN panel
plugin" &&
-optional_depends "xfce4-cpugraph-plugin" '' '' "for a different systemload
display" &&
-optional_depends "xfce4-xkb-plugin" '' '' "for a keyboard layout
switcher/display" &&
-optional_depends "xfce4-weather-plugin" '' '' "for a weather display" &&
-optional_depends "xfce4-eyes-plugin" '' '' "for following eyes"
+depends X11-LIBS &&
+depends gtk+2 &&
+depends libxml2 &&
+depends dbh &&
+depends libxfce4util &&
+depends libxfce4mcs &&
+depends libxfcegui4 &&
+depends xfce-mcs-manager &&
+depends xfdesktop &&
+depends xfce4-panel &&
+depends xfwm4 &&
+depends xfce-utils &&
+depends xfce4-session &&
+depends hicolor-icon-theme &&
+
+optional_depends "gtk-xfce-engine" \
+ '' \
+ '' \
+ "for a very nice gtk2 theme engine" &&
+
+optional_depends "mousepad" \
+ '' \
+ '' \
+ "for a text editor" &&
+
+optional_depends "orage" \
+ '' \
+ '' \
+ "for a calendar application" &&
+
+optional_depends "squeeze" \
+ '' \
+ '' \
+ "for a graphical archiver" &&
+
+optional_depends "terminal" \
+ '' \
+ '' \
+ "for xfce's terminal" &&
+
+optional_depends "thunar" \
+ '' \
+ '' \
+ "for the xfce file manager" &&
+
+optional_depends "verve-plugin" \
+ '' \
+ '' \
+ "for a command launcher panel plugin" &&
+
+optional_depends "xarchiver" \
+ '' \
+ '' \
+ "for a graphical archiver" &&
+
+optional_depends "xfce4-appfinder" \
+ '' \
+ '' \
+ "for menu generation of apps that don't add themselves" &&
+
+optional_depends "xfce4-artwork" \
+ '' \
+ '' \
+ "for additional backgrounds" &&
+
+optional_depends "xfce4-battery-plugin" \
+ '' \
+ '' \
+ "for a battery monitor panel plugin" &&
+
+optional_depends "xfce4-clipman-plugin" \
+ '' \
+ '' \
+ "for a clipboard manager panel plugin" &&
+
+optional_depends "xfce4-cpugraph-plugin" \
+ '' \
+ '' \
+ "for a different systemload display" &&
+
+optional_depends "xfce4-cpufreq-plugin" \
+ '' \
+ '' \
+ "for a CPU Frequency panel plugin" &&
+
+optional_depends "xfce4-datetime-plugin" \
+ '' \
+ '' \
+ "for a date/time and calendar panel plugin" &&
+
+optional_depends "xfce4-diskperf-plugin" \
+ '' \
+ '' \
+ "for a disk performance monitor panel plugin" &&
+
+optional_depends "xfce4-eyes-plugin" \
+ '' \
+ '' \
+ "for following eyes" &&
+
+optional_depends "xfce4-fsguard-plugin" \
+ '' \
+ '' \
+ "for a disc space monitor panel plugin" &&
+
+optional_depends "xfce4-icon-theme" \
+ '' \
+ '' \
+ "for the xfce4 rodent icon theme" &&
+
+optional_depends "xfce4-iconbox" \
+ '' \
+ '' \
+ "for a iconbox" &&
+
+optional_depends "xfce4-mixer" \
+ '' \
+ '' \
+ "for a mixer for the xfce4 panel" &&
+
+optional_depneds "xfce4-mpc" \
+ '' \
+ '' \
+ 'for an MPD panel plugin' &&
+
+optional_depends "xfce4-netload-plugin" \
+ '' \
+ '' \
+ "for a network load panel plugin" &&
+
+optional_depends "xfce4-notes-plugin" \
+ '' \
+ '' \
+ "for a sticky notes panel plugin" &&
+
+optional_depends "xfce4-places-plugin" \
+ '' \
+ '' \
+ "for a GNOME Places panel plugin" &&
+
+optional_depends "xfce4-systemload-plugin" \
+ '' \
+ '' \
+ "for a system load panel plugin" &&
+
+optional_depends "xfce4-wavelan-plugin" \
+ '' \
+ '' \
+ "for a WaveLAN panel plugin" &&
+
+optional_depends "xfce4-weather-plugin" \
+ '' \
+ '' \
+ "for a weather display" &&
+
+optional_depends "xfce4-xkb-plugin" \
+ '' \
+ '' \
+ "for a keyboard layout switcher/display" &&
+
+optional_depends "xfce4-xmms-plugin" \
+ '' \
+ '' \
+ "for a xmms control panel plugin" &&
+
+optional_depends "xfprint" \
+ '' \
+ '' \
+ "for a print dialog/printer manager" &&
+
+optional_depends "xfwm4-themes" \
+ '' \
+ '' \
+ "for additional xfwm4 themes"
diff --git a/xfce/xfce4-profile/HISTORY b/xfce/xfce4-profile/HISTORY
index fecb995..f5a5b92 100644
--- a/xfce/xfce4-profile/HISTORY
+++ b/xfce/xfce4-profile/HISTORY
@@ -1,3 +1,8 @@
+2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Format all optional dependencies to < 80 columns
+ Alphabetize optional dependencies
+ Added xfce4-{cpufreq,mpc,places}-plugin as optional depends
+
2007-04-10 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 4.4.1

diff --git a/xfce/xfce4-smartbookmark-plugin/DEPENDS
b/xfce/xfce4-smartbookmark-plugin/DEPENDS
new file mode 100755
index 0000000..6ce91fe
--- /dev/null
+++ b/xfce/xfce4-smartbookmark-plugin/DEPENDS
@@ -0,0 +1,2 @@
+depends xfce4-panel &&
+depends WEB-BROWSER
diff --git a/xfce/xfce4-smartbookmark-plugin/DETAILS
b/xfce/xfce4-smartbookmark-plugin/DETAILS
new file mode 100755
index 0000000..af22be7
--- /dev/null
+++ b/xfce/xfce4-smartbookmark-plugin/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xfce4-smartbookmark-plugin
+ VERSION=0.4.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
+
WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ LICENSE[0]=BSD
+ KEYWORDS="xfce"
+ ENTERED=20070518
+ SHORT='XFCE4 smart bookmark panel plugin'
+cat << EOF
+This plugin was first written by Emanuele Rocca, but it was recently
rewritten
+so that it now works with the new panel API. It allows you to send requests
+directly to your browser and perform a custom search. Some examples:
+http://www.google.it/search?q= if you want to perform a search on Google or
+http://bugs.debian.org if something is wrong with your system (assuming your
+distribution is Debian).
+EOF
diff --git a/xfce/xfce4-smartbookmark-plugin/HISTORY
b/xfce/xfce4-smartbookmark-plugin/HISTORY
new file mode 100644
index 0000000..67ee396
--- /dev/null
+++ b/xfce/xfce4-smartbookmark-plugin/HISTORY
@@ -0,0 +1,3 @@
+2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git
a/xfce/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.tar.gz.sig
b/xfce/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.tar.gz.sig
new file mode 100644
index 0000000..a48debb
Binary files /dev/null and
b/xfce/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.tar.gz.sig
differ




Archive powered by MHonArc 2.6.24.

Top of Page