[Pkg-wmaker-commits] [wmcdplay] 35/79: Install artwork creation scripts. - Add files to debian/install. - Add debian/patches/install_art_scripts.patch, which updates scripts and documentation to reflect the installation path.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 11:04:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcdplay.

commit 29f6016ea3a2184a170e53e9465ba1b22b04e685
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Aug 1 00:47:41 2014 -0500

    Install artwork creation scripts.
    - Add files to debian/install.
    - Add debian/patches/install_art_scripts.patch, which updates scripts and
      documentation to reflect the installation path.
---
 debian/install                           |  1 +
 debian/patches/install_art_scripts.patch | 57 ++++++++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 59 insertions(+)

diff --git a/debian/install b/debian/install
index dfe091d..dc3cb49 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1,2 @@
 XPM/*.art usr/share/wmcdplay
+XPM/make* usr/lib/wmcdplay
diff --git a/debian/patches/install_art_scripts.patch b/debian/patches/install_art_scripts.patch
new file mode 100644
index 0000000..eea7996
--- /dev/null
+++ b/debian/patches/install_art_scripts.patch
@@ -0,0 +1,57 @@
+Description: Install scripts for creating artwork.
+ There are two scripts for creating artwork files included in the wmcdplay
+ source.  Previously, they were not included in the Debian package.
+ .
+ Beginning in version 1.0beta1-13, they are installed in /usr/lib/wmcdplay.
+ This patch updates the makeall script to reflect this location and updates
+ the ARTWORK documentation file accordingly.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2014-08-01
+
+--- a/XPM/makeall
++++ b/XPM/makeall
+@@ -1,3 +1,3 @@
+ #!/bin/sh
+ echo "Making all artwork files"
+-find ./* -type d -exec ./makeart {} \;
++find ./* -type d -exec /usr/lib/wmcdplay/makeart {} \;
+--- a/ARTWORK
++++ b/ARTWORK
+@@ -247,10 +247,29 @@
+ ARTWORK FILES
+ =============
+ 
+-All the above files should be placed in an appropriately named directory in wmcdplay/XPM/
+-and the script wmcdplay/XPM/makeall should be executed.
+-You should end up with a new .art file in wmcdplay/XPM/
+-You should be able to load wmcdplay with this artwork using the "-f artwork_file" command
+-line argument
+-You should also be able to make your new artwork the compile-time default by changing the
+-symbolic link wmcdplay/XPM/standard.art point to it, and recompiling
+\ No newline at end of file
++   Suppose you have created the files as outlined above in the directory
++   ~/wmcdplay/foo.  Then you can run
++
++      cd ~/wmcdplay
++      /usr/lib/wmcdplay/makeart foo
++
++   You can then use your new artwork file by running
++
++      wmcdplay -f ~/wmcdplay/foo.art
++
++   Additionally, you can run
++
++      sudo mv ~/wmcdplay/foo.art /usr/share/wmcdplay
++
++   And then you only need to run
++
++      wmcdplay -f foo.art
++
++   If you have created multiple artwork files in separate subdirectories of
++   ~/wmcdplay, you can convert them to .art files all at once using
++
++      cd ~/wmcdplay
++      /usr/lib/wmcdplay/makeall
++
++   Finally, if you compile wmcdplay from source, you can replace the default
++   artwork file with another by pointing the symlink XPM/standard.art at it.
diff --git a/debian/patches/series b/debian/patches/series
index bf34e65..9acf8e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ remove_extra_arg.patch
 add_parentheses.patch
 add_debugging_comments.patch
 fix_hurd_ftbfs.patch
+install_art_scripts.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcdplay.git



More information about the Pkg-wmaker-commits mailing list