Revision: b7959046665f
Author:   Muneyuki Noguchi <nogu....@gmail.com>
Date:     Sat May 26 18:53:22 2012
Log:      Replace rsvg with rsvg-convert.

* make-wc.sh
  - Update the comment.
* pixmaps/Makefile.am
  - Update the comment.
  - Update the error message.
* pixmaps/README
  - Update the description.

http://code.google.com/p/uim/source/detail?r=b7959046665f

Modified:
 /make-wc.sh
 /pixmaps/Makefile.am
 /pixmaps/README

=======================================
--- /make-wc.sh Sat Mar 17 21:49:37 2012
+++ /make-wc.sh Sat May 26 18:53:22 2012
@@ -23,7 +23,7 @@
 #   - GNU make
 #   - perl
 #   - ruby
-#   - rsvg(1) distributed with librsvg
+#   - rsvg-convert(1) distributed with librsvg
 #   - AsciiDoc
 #
 # And to run tests:
=======================================
--- /pixmaps/Makefile.am        Tue Mar 13 07:25:09 2012
+++ /pixmaps/Makefile.am        Sat May 26 18:53:22 2012
@@ -165,10 +165,11 @@
 clean-genpng:
        rm -f $(GENERATED_PNGS)

-# rsvg(1) is required to make a distribution, but does not for build
+# rsvg-convert(1) is required to make a distribution, but does not for build
 # and install from a tarball distribution.
 dist-hook:
-       @test -n "$(RSVG)" || (echo 'rsvg(1) not found: install it'; exit 1)
+       @test -n "$(RSVG)" \
+           || (echo 'rsvg-convert(1) not found: install it'; exit 1)

 install-data-hook:
 if M17NLIB
=======================================
--- /pixmaps/README     Mon Sep 25 19:52:49 2006
+++ /pixmaps/README     Sat May 26 18:53:22 2012
@@ -48,6 +48,6 @@

http://lists.sourceforge.jp/mailman/archives/scim-imengine-dev/2006-May/001092.html (Japanese)

-- Use rsvg(1) to convert SVG icons into other formats, as follows
-
-  $ rsvg -w48 -h48 -fpng skk.svg skk.png
+- Use rsvg-convert(1) to convert SVG icons into other formats, as follows
+
+  $ rsvg-convert -w 48 -h 48 -f png skk.svg -o skk.png

Reply via email to