cursors: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jul 5 20:59:04 PDT 2013


 configure.ac                |    1 
 genmakefile.sh              |   58 ++++++++++-----
 handhelds/Makefile.cfg      |   30 +++++--
 handhelds/Makefile.cursors  |  170 +++++++++++++++++++++++++++++++++-----------
 redglass/Makefile.cfg       |   27 ++++--
 redglass/Makefile.cursors   |   94 ++++++++++++++++++++++++
 whiteglass/Makefile.cfg     |   19 ++++
 whiteglass/Makefile.cursors |  122 +++++++++++++++++++++++++++++++
 8 files changed, 445 insertions(+), 76 deletions(-)

New commits:
commit 1e4c11e05bdf2511c061924b065d9e8199e3182e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 2 20:18:50 2013 -0700

    genmakefile.sh: split up EXTRA_DIST lines
    
    Single lines > 998 characters long make git send-email unhappy
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5d165f4a39a9ed32a2ab518117fe3efec0681631
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 2 19:24:37 2013 -0700

    Create missing symlinks for cursor animations
    
    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=6466 which was
    originally reported at http://bugs.gentoo.org/show_bug.cgi?id=116730
    
    Finally finishes the conversion of the Imakefile CursorLinkTarget rules
    into the Makefile.cursor automake fragments generated by genmakefile.sh.
    
    (Since Makefile.cursor files are checked into git, the changes made in
     the generated files are included in this commit as well.)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c3faa78a736742f67da78cbbee40b433d10ad206
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 2 18:59:25 2013 -0700

    genmakefile.sh: fix autogeneration of handhelds/Makefile.cursor
    
    Previously handhelds/Makefile.cursor was manually fixed up after running
    genmakefile.sh, in order to get the cursor image files out of the redglass
    directory. This fixes the script to correctly generate the Makefile.cursor
    files without human intervention.
    
    After this change, the Makefile.cursor files produced in the redglass &
    whiteglass directories by genmakefile.sh are still identical to the
    versions currently checked into git.
    
    The Makefile.cursors in the handhelds directory is mostly identical to
    what was in git - it has lost the comments about needing human edits,
    and it has lost the dependencies on the pngs for the larger size cursors
    that aren't used in the handhelds cursor theme .cfg files (which just use
    the *-16.png sizes of redglass).   The newly generated version is included
    in this commit.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ec2dabcf62f33737acbfa8ba7dcca8614a063304
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 2 18:47:43 2013 -0700

    genmakefile.sh: Change echo to printf for better portability & control
    
    Solaris has too many echoes, some which support "-n" to not print newlines,
    others which simply treat it as another item to echo to stdout.
    
    The printf command is more portable, allows us better control over newline
    insertion and quoting, and easier to read indicators for tabs.
    
    After this change, when run on Solaris, the Makefile.cursors produced in
    the redglass & whiteglass directories by genmakefile.sh are identical to
    the versions currently checked into git.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list