Skip to Content.
Sympa Menu

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

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 (42c5dc1215f00cc7a174f3dc42d0a95d84f37f7f)
  • Date: Mon, 26 Nov 2007 09:13:55 -0600

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

ChangeLog | 3 +++
libs/libpaper/DETAILS | 16 ++++++++++++++++
libs/libpaper/HISTORY | 19 +++++++++++++++++++
libs/libpaper/libpaper_1.1.23.tar.gz.sig |binary
xfce/squeeze/DEPENDS | 6 +++++-
xfce/squeeze/HISTORY | 3 +++
xfce/thunar-archive-plugin/DEPENDS | 14 +++++++++++---
xfce/thunar-archive-plugin/HISTORY | 3 +++
xfce/xfce4-profile/DEPENDS | 12 +++++++++++-
xfce/xfce4-profile/HISTORY | 3 +++
10 files changed, 74 insertions(+), 5 deletions(-)

New commits:
commit 42c5dc1215f00cc7a174f3dc42d0a95d84f37f7f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libpaper: Added a simple paper size library

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

thunar-archive-plugin: Added descriptions for xarchiver and squeeze

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

squeeze: Add description for thunar

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

xfce4-profile: Added xfburn (optional)

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

xfce4-profile: Added xfmedia (optional)

diff --git a/ChangeLog b/ChangeLog
index e56b4cf..a18b07e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * libs/libpaper: Added a simple paper size library
+
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
diff --git a/libs/libpaper/DETAILS b/libs/libpaper/DETAILS
new file mode 100755
index 0000000..83db2fe
--- /dev/null
+++ b/libs/libpaper/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libpaper
+ VERSION=1.1.23
+ SOURCE=${SPELL}_$VERSION.tar.gz
+ SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/libp/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://packages.qa.debian.org/libp/libpaper.html
+ KEYWORDS="libs"
+ ENTERED=20021126
+ SHORT='simple paper size library'
+cat << EOF
+The paper library and accompanying files are intended to provide a simple way
+for applications to take actions based on a system- or user-specified paper
+size.
+EOF
diff --git a/libs/libpaper/HISTORY b/libs/libpaper/HISTORY
new file mode 100644
index 0000000..a560754
--- /dev/null
+++ b/libs/libpaper/HISTORY
@@ -0,0 +1,19 @@
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+
diff --git a/libs/libpaper/libpaper_1.1.23.tar.gz.sig
b/libs/libpaper/libpaper_1.1.23.tar.gz.sig
new file mode 100644
index 0000000..5b5ddb8
Binary files /dev/null and b/libs/libpaper/libpaper_1.1.23.tar.gz.sig differ
diff --git a/xfce/squeeze/DEPENDS b/xfce/squeeze/DEPENDS
index 8807320..0e8ed54 100755
--- a/xfce/squeeze/DEPENDS
+++ b/xfce/squeeze/DEPENDS
@@ -1,3 +1,7 @@
depends libxfcegui4 &&
depends dbus-glib &&
-optional_depends thunar
+
+optional_depends thunar \
+ '' \
+ '' \
+ 'for the Xfce file manager'
diff --git a/xfce/squeeze/HISTORY b/xfce/squeeze/HISTORY
index e6c8c8d..c5c7518 100644
--- a/xfce/squeeze/HISTORY
+++ b/xfce/squeeze/HISTORY
@@ -1,3 +1,6 @@
+2007-11-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Add description for thunar
+
2007-07-04 George Sherwood <george AT beernabeer.com>
* DEPENDS: depends dbus-glib

diff --git a/xfce/thunar-archive-plugin/DEPENDS
b/xfce/thunar-archive-plugin/DEPENDS
index 38978f6..6a3fee5 100755
--- a/xfce/thunar-archive-plugin/DEPENDS
+++ b/xfce/thunar-archive-plugin/DEPENDS
@@ -1,3 +1,11 @@
-depends thunar &&
-optional_depends xarchiver &&
-optional_depends squeeze
+depends thunar &&
+
+optional_depends 'squeeze' \
+ '' \
+ '' \
+ 'for an Xfce integrated archive manager' &&
+
+optional_depends 'xarchiver' \
+ '' \
+ '' \
+ 'for an archive manager'
diff --git a/xfce/thunar-archive-plugin/HISTORY
b/xfce/thunar-archive-plugin/HISTORY
index 8be985a..5efcd8d 100644
--- a/xfce/thunar-archive-plugin/HISTORY
+++ b/xfce/thunar-archive-plugin/HISTORY
@@ -1,3 +1,6 @@
+2007-11-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Added descriptions for xarchiver and squeeze
+
2007-02-03 George Sherwood <george AT beernabeer.com>
* DEPENDS, DETAILS, HISTORY: created the spell

diff --git a/xfce/xfce4-profile/DEPENDS b/xfce/xfce4-profile/DEPENDS
index 2c05afd..eec1921 100755
--- a/xfce/xfce4-profile/DEPENDS
+++ b/xfce/xfce4-profile/DEPENDS
@@ -191,4 +191,14 @@ optional_depends "xfprint" \
optional_depends "xfwm4-themes" \
'' \
'' \
- "for additional xfwm4 themes"
+ "for additional xfwm4 themes" &&
+
+optional_depends "xfmedia" \
+ '' \
+ '' \
+ "for a XINE-based lightweight media player" &&
+
+optional_depends "xfburn" \
+ '' \
+ '' \
+ "for a simple burning tool GUI"
diff --git a/xfce/xfce4-profile/HISTORY b/xfce/xfce4-profile/HISTORY
index 10a08b3..10ba2bd 100644
--- a/xfce/xfce4-profile/HISTORY
+++ b/xfce/xfce4-profile/HISTORY
@@ -1,3 +1,6 @@
+2007-11-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Added optional dependency on xfmedia and xfburn
+
2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Format all optional dependencies to < 80 columns
Alphabetize optional dependencies




Archive powered by MHonArc 2.6.24.

Top of Page