Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (de648c049fcf6c6cb8edca75627003f770b5887f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (de648c049fcf6c6cb8edca75627003f770b5887f)
  • Date: Sun, 25 Nov 2007 22:27:16 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
xfce/xfce4-cddrive-plugin/DEPENDS | 12 ++++++++++++
xfce/xfce4-cddrive-plugin/DETAILS | 21 +++++++++++++++++++++
xfce/xfce4-cddrive-plugin/HISTORY | 2 ++
4 files changed, 39 insertions(+)

New commits:
commit de648c049fcf6c6cb8edca75627003f770b5887f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xfce/xfce4-cddrive-plugin: new spell, XFCE panel plugin that puts a
button in the panel to open or close a CD-ROM drive tray

diff --git a/ChangeLog b/ChangeLog
index 37fadee..e56b4cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-26 Pol Vinogradov <vin.public AT gmail.com>
+ * xfce/xfce4-cddrive-plugin: new spell, XFCE panel plugin that puts a
+ button in the panel to open or close a CD-ROM drive tray
+
2007-11-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* security-libs/pam-krb5: new krb5 module for pam

diff --git a/xfce/xfce4-cddrive-plugin/DEPENDS
b/xfce/xfce4-cddrive-plugin/DEPENDS
new file mode 100755
index 0000000..57cc451
--- /dev/null
+++ b/xfce/xfce4-cddrive-plugin/DEPENDS
@@ -0,0 +1,12 @@
+depends hal &&
+depends xfce4-panel &&
+
+optional_depends libcdio \
+ "" \
+ "" \
+ "for audio CD titles" &&
+
+optional_depends libcddb \
+ "" \
+ "" \
+ "for cddb requests"
diff --git a/xfce/xfce4-cddrive-plugin/DETAILS
b/xfce/xfce4-cddrive-plugin/DETAILS
new file mode 100755
index 0000000..1e700d9
--- /dev/null
+++ b/xfce/xfce4-cddrive-plugin/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=xfce4-cddrive-plugin
+ VERSION=0.0.1
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:337c58f77cfe7a953116e6b40980c6e62ab5618e545d86357ea6238036fc8e3d39d792fb332dd0a4208579261b66f97c390c7bfec26517e513110b1cc0b89794
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+
WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-cddrive-plugin
+ LICENSE[0]=GPL
+ ENTERED=20071126
+ KEYWORDS="xfce"
+ SHORT="This plugin puts a button in the panel to open or close a
CD-ROM drive tray"
+cat << EOF
+This plugin puts a button in the panel to open or close a CD-ROM drive tray.
+
+Additionally, the button icon reports the content of the drive. The icon
+indicates if there is a disc in the drive, if it is mounted, and the type
+of the disc (regular CD-ROM, audio, DVD...).
+
+You can also mount or unmount the disc via the plugin menu (the action
+appears when a mountable disc is in the drive).
+EOF
diff --git a/xfce/xfce4-cddrive-plugin/HISTORY
b/xfce/xfce4-cddrive-plugin/HISTORY
new file mode 100644
index 0000000..1f3f8e1
--- /dev/null
+++ b/xfce/xfce4-cddrive-plugin/HISTORY
@@ -0,0 +1,2 @@
+2007-11-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (de648c049fcf6c6cb8edca75627003f770b5887f), Pol Vinogradov, 11/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page