Skip to Content.
Sympa Menu

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

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 (6d70775f96d1b36fa6eff7511d99101f5e7223a5)
  • Date: Fri, 24 Jul 2009 04:27:40 -0500

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

printer/system-config-printer/DEPENDS | 2 ++
printer/system-config-printer/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit 6d70775f96d1b36fa6eff7511d99101f5e7223a5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

system-config-printer: Depends on xmlto

gcc -g -O2 -Wall -march=core2 -fPIC -DPIC -pipe -DPIC -fPIC -O2 -z
combreloc -s -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o
udev/udev-configure-printer udev/udev-configure-printer.o -lcups -ludev
-lusb
xmlto man -o man man/system-config-printer.xml
make[1]: Leaving directory `/usr/src/system-config-printer-1.1.10'
make[1]: xmlto: Command not found
make[1]: *** [man/system-config-printer.1] Error 127
make: *** [all-recursive] Error 1

diff --git a/printer/system-config-printer/DEPENDS
b/printer/system-config-printer/DEPENDS
index aa5f272..0b2c5b8 100755
--- a/printer/system-config-printer/DEPENDS
+++ b/printer/system-config-printer/DEPENDS
@@ -2,4 +2,6 @@ depends config &&
depends notify-python &&
depends pycups &&
depends python &&
+depends xmlto &&
+
optional_depends udev '--with-udev-rules' '' 'use udev for hardware
detection'
diff --git a/printer/system-config-printer/HISTORY
b/printer/system-config-printer/HISTORY
index 2283d94..2cbcc0c 100644
--- a/printer/system-config-printer/HISTORY
+++ b/printer/system-config-printer/HISTORY
@@ -1,3 +1,6 @@
+2009-07-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on xmlto
+
2009-07-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.10
bypass invalid gpg



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6d70775f96d1b36fa6eff7511d99101f5e7223a5), Eric Sandall, 07/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page