Re: [ANNOUNCE] X11R7.6

2010-12-21 Thread Jeremy Huddleston
Thanks for all the effort Alan.  That's a huge list of modules to push out.

--Jeremy

On Dec 20, 2010, at 16:27, Alan Coopersmith wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 The X.Org Foundation and the global community of X.Org developers
 announce the release of X11R7.6 - Release 7.6 of the X Window System,
 Version 11.  This release is the seventh modular release of the X Window
 System.  The next full release will be X11R7.7 and is expected in 2011.
 
 X11R7.6 supports Linux, BSD, Solaris, MacOS X, Microsoft Windows and
 GNU Hurd systems. It incorporates new features, and  stability and
 correctness fixes, including improved autoconfiguration heuristics,
 enhanced support for input devices, better documentation, and takes
 the next step in migrating to the XCB client APIs.
 
 The full source code is free to use, modify and redistribute, under open
 source licenses, and is available from http://www.x.org/releases/X11R7.6/
 and mirrors worldwide.
 
 For more information on the X Window System, including how to get involved
 with development, please see http://www.x.org.
 
 
 
 Summary of new features in X11R7.6
 
 This is a sampling of the new features in X11R7.6. A more complete list of
 changes can be found in the ChangeLog files that are part of the source of
 each X module, or in the Consolidated ChangeLog combining logs of all the
 modules, which is posted at http://www.x.org/releases/X11R7.6/
 
  * InputClass sections in Xorg configuration files are used to apply
configuration options to any input device matching specified rules,
such as device path, type of device, device manufacturer, or other
data provided by the input hotplug backend. Details can be found in
the INPUTCLASS section of the xorg.conf(5) manual page.
 
  * Xorg configuration directories are used to allow fragments of the
X server configuration to be delivered in individual files. For
instance, the input device driver matching rules previously provided
in HAL .fdi files are now provided as InputClass sections in .conf
files in a xorg.conf.d directory.
 
  * udev is now used by the X server on Linux systems for input device
discovery and hot-plug notification.  Other platforms continue to use
the HAL framework for these tasks for now.
 
  * X protocol C-language Binding (XCB) is now included in the katamari,
and is required by several client-side modules, including libX11,
xlsatoms, xlsclients and xwininfo.   XCB is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility.
More information can be found on the XCB website at
http://xcb.freedesktop.org/.
 
  * Major progress has been made on the X.Org Documentation modernization -
most of the library and protocol specifications are now included in the
modules for those libraries and protocols so they can be updated in sync
with new versions, and many have been converted to DocBook XML from the
variety of formats they were previously in.  On most systems these
documents will be installed under /usr/share/doc/.  They are also posted
on the X.Org website at http://www.x.org/releases/X11R7.6/doc/index.html
 
 
 
 Dedication
 
 Two of the early leaders of the X Window System community were lost to
 cancer this year -- Smokey Wallace, who led the DEC WSL team which
 created the initial implementation of X11, and Hideki Hiura from Sun
 Microsystems, who helped design the X11R6 internationalization
 framework.  The X11R7.6 release is dedicated to their memory.
 
 Jim Gettys remembers that “Without Smokey, it is not clear that X11
 would have ever existed: he and I drafted a memo that proposed
 developing X11 in Digital’s WSL and making the result freely
 available, as X11 would require more resources than we had available
 at MIT.  This was one of the seminal moments in free and open source
 software, though few know of it.”
 
 Alan Coopersmith, who worked with Hideki at Sun, noted that “Hideki’s
 contributions to the X Window System and leadership in forums such as
 openi18n.org will leave a lasting legacy on the millions of users who
 are able to use their native languages to interact with computers and
 portable devices running the Unix and Linux families of operating
 system.”
 
 - -- 
   -Alan Coopersmith-alan.coopersm...@oracle.com
Oracle Solaris Platform Engineering: X Window System
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.9 (SunOS)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAk0P9FoACgkQovueCB8tEw7aYgCePwX5jFFpN8Ouv6wW3C/G5MEO
 8SwAnRV4CClvNYmgHB1sG/SWO471GUqH
 =ILt0
 -END PGP SIGNATURE-
 ___
 xorg-announce mailing list
 

Re: [ANNOUNCE] X11R7.6

2010-12-21 Thread Matt Dew
On Tue, Dec 21, 2010 at 1:19 PM, Jeremy Huddleston jerem...@apple.com wrote:
 Thanks for all the effort Alan.  That's a huge list of modules to push out.


Indeed, and all the cleanup you've done on the docs on top of that.
Many thanks on everything.




 --Jeremy

 On Dec 20, 2010, at 16:27, Alan Coopersmith wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 The X.Org Foundation and the global community of X.Org developers
 announce the release of X11R7.6 - Release 7.6 of the X Window System,
 Version 11.  This release is the seventh modular release of the X Window
 System.  The next full release will be X11R7.7 and is expected in 2011.

 X11R7.6 supports Linux, BSD, Solaris, MacOS X, Microsoft Windows and
 GNU Hurd systems. It incorporates new features, and  stability and
 correctness fixes, including improved autoconfiguration heuristics,
 enhanced support for input devices, better documentation, and takes
 the next step in migrating to the XCB client APIs.

 The full source code is free to use, modify and redistribute, under open
 source licenses, and is available from http://www.x.org/releases/X11R7.6/
 and mirrors worldwide.

 For more information on the X Window System, including how to get involved
 with development, please see http://www.x.org.

 

 Summary of new features in X11R7.6

 This is a sampling of the new features in X11R7.6. A more complete list of
 changes can be found in the ChangeLog files that are part of the source of
 each X module, or in the Consolidated ChangeLog combining logs of all the
 modules, which is posted at http://www.x.org/releases/X11R7.6/

  * InputClass sections in Xorg configuration files are used to apply
    configuration options to any input device matching specified rules,
    such as device path, type of device, device manufacturer, or other
    data provided by the input hotplug backend. Details can be found in
    the INPUTCLASS section of the xorg.conf(5) manual page.

  * Xorg configuration directories are used to allow fragments of the
    X server configuration to be delivered in individual files. For
    instance, the input device driver matching rules previously provided
    in HAL .fdi files are now provided as InputClass sections in .conf
    files in a xorg.conf.d directory.

  * udev is now used by the X server on Linux systems for input device
    discovery and hot-plug notification.  Other platforms continue to use
    the HAL framework for these tasks for now.

  * X protocol C-language Binding (XCB) is now included in the katamari,
    and is required by several client-side modules, including libX11,
    xlsatoms, xlsclients and xwininfo.   XCB is a replacement for Xlib
    featuring a small footprint, latency hiding, direct access to the
    protocol, improved threading support, and extensibility.
    More information can be found on the XCB website at
    http://xcb.freedesktop.org/.

  * Major progress has been made on the X.Org Documentation modernization -
    most of the library and protocol specifications are now included in the
    modules for those libraries and protocols so they can be updated in sync
    with new versions, and many have been converted to DocBook XML from the
    variety of formats they were previously in.  On most systems these
    documents will be installed under /usr/share/doc/.  They are also posted
    on the X.Org website at http://www.x.org/releases/X11R7.6/doc/index.html

 

 Dedication

 Two of the early leaders of the X Window System community were lost to
 cancer this year -- Smokey Wallace, who led the DEC WSL team which
 created the initial implementation of X11, and Hideki Hiura from Sun
 Microsystems, who helped design the X11R6 internationalization
 framework.  The X11R7.6 release is dedicated to their memory.

 Jim Gettys remembers that “Without Smokey, it is not clear that X11
 would have ever existed: he and I drafted a memo that proposed
 developing X11 in Digital’s WSL and making the result freely
 available, as X11 would require more resources than we had available
 at MIT.  This was one of the seminal moments in free and open source
 software, though few know of it.”

 Alan Coopersmith, who worked with Hideki at Sun, noted that “Hideki’s
 contributions to the X Window System and leadership in forums such as
 openi18n.org will leave a lasting legacy on the millions of users who
 are able to use their native languages to interact with computers and
 portable devices running the Unix and Linux families of operating
 system.”

 - --
       -Alan Coopersmith-        alan.coopersm...@oracle.com
        Oracle Solaris Platform Engineering: X Window System

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.9 (SunOS)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk0P9FoACgkQovueCB8tEw7aYgCePwX5jFFpN8Ouv6wW3C/G5MEO
 

Re: [ANNOUNCE] X11R7.6

2010-12-21 Thread Pat Kane
Thanks!   I especially appreciate the dedication to Hideki  Hiura;
I18N was a fierce dragon.
 http://hub.opensolaris.org/bin/view/Community+Group+ogb/In+Memoriam

Pat
---
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


[ANNOUNCE] X11R7.6

2010-12-20 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The X.Org Foundation and the global community of X.Org developers
announce the release of X11R7.6 - Release 7.6 of the X Window System,
Version 11.  This release is the seventh modular release of the X Window
System.  The next full release will be X11R7.7 and is expected in 2011.

X11R7.6 supports Linux, BSD, Solaris, MacOS X, Microsoft Windows and
GNU Hurd systems. It incorporates new features, and  stability and
correctness fixes, including improved autoconfiguration heuristics,
enhanced support for input devices, better documentation, and takes
the next step in migrating to the XCB client APIs.

The full source code is free to use, modify and redistribute, under open
source licenses, and is available from http://www.x.org/releases/X11R7.6/
and mirrors worldwide.

For more information on the X Window System, including how to get involved
with development, please see http://www.x.org.



Summary of new features in X11R7.6

This is a sampling of the new features in X11R7.6. A more complete list of
changes can be found in the ChangeLog files that are part of the source of
each X module, or in the Consolidated ChangeLog combining logs of all the
modules, which is posted at http://www.x.org/releases/X11R7.6/

  * InputClass sections in Xorg configuration files are used to apply
configuration options to any input device matching specified rules,
such as device path, type of device, device manufacturer, or other
data provided by the input hotplug backend. Details can be found in
the INPUTCLASS section of the xorg.conf(5) manual page.

  * Xorg configuration directories are used to allow fragments of the
X server configuration to be delivered in individual files. For
instance, the input device driver matching rules previously provided
in HAL .fdi files are now provided as InputClass sections in .conf
files in a xorg.conf.d directory.

  * udev is now used by the X server on Linux systems for input device
discovery and hot-plug notification.  Other platforms continue to use
the HAL framework for these tasks for now.

  * X protocol C-language Binding (XCB) is now included in the katamari,
and is required by several client-side modules, including libX11,
xlsatoms, xlsclients and xwininfo.   XCB is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility.
More information can be found on the XCB website at
http://xcb.freedesktop.org/.

  * Major progress has been made on the X.Org Documentation modernization -
most of the library and protocol specifications are now included in the
modules for those libraries and protocols so they can be updated in sync
with new versions, and many have been converted to DocBook XML from the
variety of formats they were previously in.  On most systems these
documents will be installed under /usr/share/doc/.  They are also posted
on the X.Org website at http://www.x.org/releases/X11R7.6/doc/index.html



Dedication

Two of the early leaders of the X Window System community were lost to
cancer this year -- Smokey Wallace, who led the DEC WSL team which
created the initial implementation of X11, and Hideki Hiura from Sun
Microsystems, who helped design the X11R6 internationalization
framework.  The X11R7.6 release is dedicated to their memory.

Jim Gettys remembers that “Without Smokey, it is not clear that X11
would have ever existed: he and I drafted a memo that proposed
developing X11 in Digital’s WSL and making the result freely
available, as X11 would require more resources than we had available
at MIT.  This was one of the seminal moments in free and open source
software, though few know of it.”

Alan Coopersmith, who worked with Hideki at Sun, noted that “Hideki’s
contributions to the X Window System and leadership in forums such as
openi18n.org will leave a lasting legacy on the millions of users who
are able to use their native languages to interact with computers and
portable devices running the Unix and Linux families of operating
system.”

- -- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0P9FoACgkQovueCB8tEw7aYgCePwX5jFFpN8Ouv6wW3C/G5MEO
8SwAnRV4CClvNYmgHB1sG/SWO471GUqH
=ILt0
-END PGP SIGNATURE-
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] X11R7.6

2010-12-20 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The X.Org Foundation and the global community of X.Org developers
announce the release of X11R7.6 - Release 7.6 of the X Window System,
Version 11.  This release is the seventh modular release of the X Window
System.  The next full release will be X11R7.7 and is expected in 2011.

X11R7.6 supports Linux, BSD, Solaris, MacOS X, Microsoft Windows and
GNU Hurd systems. It incorporates new features, and  stability and
correctness fixes, including improved autoconfiguration heuristics,
enhanced support for input devices, better documentation, and takes
the next step in migrating to the XCB client APIs.

The full source code is free to use, modify and redistribute, under open
source licenses, and is available from http://www.x.org/releases/X11R7.6/
and mirrors worldwide.

For more information on the X Window System, including how to get involved
with development, please see http://www.x.org.



Summary of new features in X11R7.6

This is a sampling of the new features in X11R7.6. A more complete list of
changes can be found in the ChangeLog files that are part of the source of
each X module, or in the Consolidated ChangeLog combining logs of all the
modules, which is posted at http://www.x.org/releases/X11R7.6/

  * InputClass sections in Xorg configuration files are used to apply
configuration options to any input device matching specified rules,
such as device path, type of device, device manufacturer, or other
data provided by the input hotplug backend. Details can be found in
the INPUTCLASS section of the xorg.conf(5) manual page.

  * Xorg configuration directories are used to allow fragments of the
X server configuration to be delivered in individual files. For
instance, the input device driver matching rules previously provided
in HAL .fdi files are now provided as InputClass sections in .conf
files in a xorg.conf.d directory.

  * udev is now used by the X server on Linux systems for input device
discovery and hot-plug notification.  Other platforms continue to use
the HAL framework for these tasks for now.

  * X protocol C-language Binding (XCB) is now included in the katamari,
and is required by several client-side modules, including libX11,
xlsatoms, xlsclients and xwininfo.   XCB is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility.
More information can be found on the XCB website at
http://xcb.freedesktop.org/.

  * Major progress has been made on the X.Org Documentation modernization -
most of the library and protocol specifications are now included in the
modules for those libraries and protocols so they can be updated in sync
with new versions, and many have been converted to DocBook XML from the
variety of formats they were previously in.  On most systems these
documents will be installed under /usr/share/doc/.  They are also posted
on the X.Org website at http://www.x.org/releases/X11R7.6/doc/index.html



Dedication

Two of the early leaders of the X Window System community were lost to
cancer this year -- Smokey Wallace, who led the DEC WSL team which
created the initial implementation of X11, and Hideki Hiura from Sun
Microsystems, who helped design the X11R6 internationalization
framework.  The X11R7.6 release is dedicated to their memory.

Jim Gettys remembers that “Without Smokey, it is not clear that X11
would have ever existed: he and I drafted a memo that proposed
developing X11 in Digital’s WSL and making the result freely
available, as X11 would require more resources than we had available
at MIT.  This was one of the seminal moments in free and open source
software, though few know of it.”

Alan Coopersmith, who worked with Hideki at Sun, noted that “Hideki’s
contributions to the X Window System and leadership in forums such as
openi18n.org will leave a lasting legacy on the millions of users who
are able to use their native languages to interact with computers and
portable devices running the Unix and Linux families of operating
system.”

- -- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0P9FoACgkQovueCB8tEw7aYgCePwX5jFFpN8Ouv6wW3C/G5MEO
8SwAnRV4CClvNYmgHB1sG/SWO471GUqH
=ILt0
-END PGP SIGNATURE-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: [ANNOUNCE] X11R7.6 font modules

2010-10-06 Thread Julien Cristau
On Tue, Oct  5, 2010 at 16:46:36 -0700, Alan Coopersmith wrote:

 Frédéric L. W. Meunier wrote:
  On Tue, 5 Oct 2010, Alan Coopersmith wrote:
  
  A few packages had additional fixes:
 
- font-bh-ttf 1.0.2:
  Install a fontconfig snippet to force treating Luxi Mono fonts
as monospaced
  
  Is fontconfigdir = $(sysconfdir)/fonts/conf right ? I ended with
  /etc/fonts/conf/{conf.d,conf.avail} being created, while fontconfig uses
  /etc/fonts/{conf.d,conf.avail}
 
 Oops, that does appear to be wrong - wish someone had noticed when the patch
 was first mailed out for review, or in the 4 months it sat in git like that.
 Patch attached for review.
 
Reviewed-by: Julien Cristau jcris...@debian.org

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [ANNOUNCE] X11R7.6 font modules

2010-10-06 Thread Alan Coopersmith
Julien Cristau wrote:
 On Tue, Oct  5, 2010 at 16:46:36 -0700, Alan Coopersmith wrote:
 
 Frédéric L. W. Meunier wrote:
 On Tue, 5 Oct 2010, Alan Coopersmith wrote:

 A few packages had additional fixes:

   - font-bh-ttf 1.0.2:
 Install a fontconfig snippet to force treating Luxi Mono fonts
   as monospaced
 Is fontconfigdir = $(sysconfdir)/fonts/conf right ? I ended with
 /etc/fonts/conf/{conf.d,conf.avail} being created, while fontconfig uses
 /etc/fonts/{conf.d,conf.avail}
 Oops, that does appear to be wrong - wish someone had noticed when the patch
 was first mailed out for review, or in the 4 months it sat in git like that.
 Patch attached for review.

 Reviewed-by: Julien Cristau jcris...@debian.org

I've gone ahead and pushed that quick fix to bh-ttf git, but will wait to
push a new release until Jeremy gets the changes to use fontconfig.pc lined up.

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

[ANNOUNCE] X11R7.6 font modules

2010-10-05 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

All of the font modules updated to use the new font-utils 1.1.2 have
been released now.  If you are using the tarballs to install you
should not need to upgrade to font-utils 1.1.2 first, unless you plan
to change configure.ac or Makefile.am and autoreconf.

This should ensure that when building from tarballs, missing required
programs such as mkfontscale  bdftopcf are detected at configure time,
and errors raised then, instead of waiting until builds fail with missing
program names.

For most font packages, the only changes other than rebuilding with the
latest autoconf macros  autotools releases are these common janitorial
cleanups:

  Gaetan Nadon (4):
  .gitignore: use common defaults with custom section # 24239
  INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect 
#24206
  Makefile.am: add INSTALL target and clean ChangeLog DIST targets
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

A few packages had additional fixes:

   - font-bh-ttf 1.0.2:
Install a fontconfig snippet to force treating Luxi Mono fonts
  as monospaced

   - font-mutt-misc 1.0.2:
ClearlyU: fix off-by-one error in U+FFE1 through U+FFE6 range
  (full-width currency characters)

   - font-sun-misc 1.0.2:
Update Sun license notices to current X.Org standard form
   and Oracle as copyright holder

- 

git tag: font-adobe-100dpi-1.0.2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.2.tar.bz2
MD5:  1518e417b18e22673a8f4e2e4adda47b
SHA1: f35f79b09044c5179dea00cdf15c77e8ebd963b3

http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.2.tar.gz
MD5:  7292a615b38918dfa0d204a501f87c2f
SHA1: 599148eac9849bce5ea0e32f2a5c153db5ecbac2

- 

git tag: font-adobe-75dpi-1.0.2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.2.tar.bz2
MD5:  73e8e5f04943e54b69503dcd90821a5f
SHA1: 64419679816358fe9295004430f1f3e58b2bf085

http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.2.tar.gz
MD5:  104e9787defcfa0fff70ec875d457bdb
SHA1: e48e129044e9d701e8d36d0674e6cc558edc381f

- 

git tag: font-adobe-utopia-100dpi-1.0.3

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.3.tar.bz2
MD5:  de543b3cad2dc0c5a5ef16d88b01acae
SHA1: 61ded7fba04006c29b09c891b2e99096b199269a

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.3.tar.gz
MD5:  037d9e1497a695b19d8a170c67da8309
SHA1: 6521460ccf532239f503598bbe2160042ebb7e13

- 

git tag: font-adobe-utopia-75dpi-1.0.3

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.3.tar.bz2
MD5:  0d694a5591e89d2315d841f414668344
SHA1: 8b3bc7fefce030312cfe2518257ba2a6a66761b2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.3.tar.gz
MD5:  b8a0d546fce6bfbbaca15e718acf9672
SHA1: 3b44b37101e0a26842e3186f16e7594a07eec3c5

- 

git tag: font-adobe-utopia-type1-1.0.3

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.3.tar.bz2
MD5:  d086727a7d07b5ed60ca98c6ed88ccd5
SHA1: 46a24d931215f242c2ed40e906afffc810274694

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.3.tar.gz
MD5:  7621e7fd66f90a9da0d82b3baba8b67f
SHA1: 4eb31d27c190f70791cde1e9112b6346acb1c74b

- 

git tag: font-alias-1.0.3

http://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.3.tar.bz2
MD5:  6d25f64796fef34b53b439c2e9efa562
SHA1: 96b0aa38f88a54ef32ab85d3eef6f29b0437f70d

http://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.3.tar.gz
MD5:  535138efe0a95f5fe521be6a6b9c4888
SHA1: 6866f0bcb35a693293fbdaf351b2550dca5593a4

- 

git tag: font-arabic-misc-1.0.2

http://xorg.freedesktop.org/archive/individual/font/font-arabic-misc-1.0.2.tar.bz2
MD5:  40f50d360831755002ed3b25cc11d62d
SHA1: 3e00cb361df93549f131ac96b534aa60b2181ac5

http://xorg.freedesktop.org/archive/individual/font/font-arabic-misc-1.0.2.tar.gz
MD5:  f728b98c49ad645df7998bbabba2532e
SHA1: 9f61638c2775376cc39c9653588190b932763c33

- 

git tag: font-bh-100dpi-1.0.2

http://xorg.freedesktop.org/archive/individual/font/font-bh-100dpi-1.0.2.tar.bz2
MD5:  66dc4284674242913bd333dfe6c2d175
SHA1: b51ecdc2e2d359ffbf86c176fb5fcb46f8cf1dd2

http://xorg.freedesktop.org/archive/individual/font/font-bh-100dpi-1.0.2.tar.gz
MD5:  

Re: [ANNOUNCE] X11R7.6 font modules

2010-10-05 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jeremy Huddleston wrote:
 You tagged font-bh-75dpi 1.0.2, but it's not in this announcement.

Oops, thanks for checking:

git tag: font-bh-75dpi-1.0.2

http://xorg.freedesktop.org/archive/individual/font/font-bh-75dpi-1.0.2.tar.bz2
MD5:  a2c4bd73637330391fd3d16e58be5528
SHA1: 5fd68f7badc3bf93fa28725653826ae4baaab980

http://xorg.freedesktop.org/archive/individual/font/font-bh-75dpi-1.0.2.tar.gz
MD5:  86f47018597775536b49637a7b162ffa
SHA1: 4983742c16f8d06f40f2260b027555d77f03290b

- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkyrZaoACgkQovueCB8tEw4IVgCfdOED3/1VIduvzL+OSmn3IfB9
RUMAni6qm+q+RO2m/xF9NAn99wEE+kpK
=2bxt
-END PGP SIGNATURE-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [ANNOUNCE] X11R7.6 font modules

2010-10-05 Thread Frédéric L. W. Meunier

On Tue, 5 Oct 2010, Alan Coopersmith wrote:


A few packages had additional fixes:

  - font-bh-ttf 1.0.2:
Install a fontconfig snippet to force treating Luxi Mono fonts
  as monospaced


Is fontconfigdir = $(sysconfdir)/fonts/conf right ? I ended with 
/etc/fonts/conf/{conf.d,conf.avail} being created, while fontconfig uses 
/etc/fonts/{conf.d,conf.avail}

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [ANNOUNCE] X11R7.6 font modules

2010-10-05 Thread Alan Coopersmith
Frédéric L. W. Meunier wrote:
 On Tue, 5 Oct 2010, Alan Coopersmith wrote:
 
 A few packages had additional fixes:

   - font-bh-ttf 1.0.2:
 Install a fontconfig snippet to force treating Luxi Mono fonts
   as monospaced
 
 Is fontconfigdir = $(sysconfdir)/fonts/conf right ? I ended with
 /etc/fonts/conf/{conf.d,conf.avail} being created, while fontconfig uses
 /etc/fonts/{conf.d,conf.avail}

Oops, that does appear to be wrong - wish someone had noticed when the patch
was first mailed out for review, or in the 4 months it sat in git like that.
Patch attached for review.

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System


From a0e3cd6e65cd6dc53d383b0486e84f0b5d4bb4ca Mon Sep 17 00:00:00 2001
From: Alan Coopersmith alan.coopersm...@oracle.com
Date: Tue, 5 Oct 2010 16:30:51 -0700
Subject: [PATCH:bh-ttf] Correct installation path for fontconfig files
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Should be /etc/fonts/{conf.d,conf.avail},
not /etc/fonts/conf/{conf.d,conf.avail}

Reported-by: Frédéric L. W. Meunier fred...@gmail.com
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
---
 Makefile.am |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 90e4f46..34d9819 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ FONT_FILES = \
 fontdir = @FONTDIR@
 font_DATA = $(FONT_FILES)
 
-fontconfigdir = $(sysconfdir)/fonts/conf
+fontconfigdir = $(sysconfdir)/fonts
 actualconfigdir = $(fontconfigdir)/conf.d
 availconfigdir = $(fontconfigdir)/conf.avail
 dist_availconfig_DATA = 42-luxi-mono.conf
-- 
1.5.6.5

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com