[xkb] Re: xkeyboard-config 1.9

Peter Hutterer peter.hutterer at who-t.net
Mon Jun 21 16:14:33 PDT 2010


On Mon, Jun 21, 2010 at 09:55:30AM +0100, Sergey Udaltsov wrote:
> Peter,
> 
> I do not have strong preferences here. The data/xkeyboard-config directory
> was given to me by Daniel.

I'll change the patch to just use data/ then before pushing. There's already
a xk-c tarball in there anyway and the other two projects in there won't
mind.

Cheers,
  Peter

> Sergey
> 
> On 21 Jun 2010 02:26, "Peter Hutterer" <peter.hutterer at who-t.net> wrote:
> 
> On Sun, Jun 20, 2010 at 09:23:14PM +0100, Sergey Udaltsov wrote:
> > Anyway, here is the patch for rel...
> > From fc695f3288e8a329e70f4498ed5ee3bd86c817a8 Mon Sep 17 00:00:00 2001
> > From: Sergey V. Udaltsov <svu at gnome.org>
> > Date: Sun, 20 Jun 2010 21:14:15 +0100
> > Subject: [PATCH] release.sh: added xkeyboard-config
> >
> > xkeyoard-config uses separate maillist and stored into its own
> > release subdirectory
> >
> > Signed-off-by: Sergey V. Udaltsov <svu at gnome.org>
> > ---
> >  release.sh |   10 +++++++++-
> >  1 files changed, 9 insertions(+), 1 deletions(-)
> >
> > diff --git a/release.sh b/release.sh
> > index 9570d0e..1cdddd1 100755
> > --- a/release.sh
> > +++ b/release.sh
> > @@ -5,6 +5,8 @@ set -e
> >  announce_list="xorg-announce at lists.freedesktop.org"
> >  xorg_list="xorg at lists.freedesktop.org"
> >  dri_list="dri-devel at lists.sourceforge.net"
> > +xkb_list="xkb at listserv.bat.ru"
> > +
> >  host_people=annarchy.freedesktop.org
> >  host_xorg=xorg.freedesktop.org
> >  host_dri=dri.freedesktop.org
> > @@ -48,9 +50,12 @@ esac
> >  MD5SUM=`which md5sum || which gmd5sum`
> >  SHA1SUM=`which sha1sum || which gsha1sum`
> >
> > -if [ $section = libdrm ]; then
> > +if [ "$section" = "libdrm" ]; then
> >      host=$host_dri
> >      list=$dri_list
> > +elif [ "$section" = "xkeyboard-config" ]; then
> > +    host=$host_xorg
> > +    list=$xkb_list
> >  else
> >      host=$host_xorg
> >      list=$xorg_list
> > @@ -196,6 +201,9 @@ fi
> >  if [ "$section" = "libdrm" ]; then
> >      section_path="libdrm"
> >      srv_path="/srv/$host_dri/www/$section_path"
> > +elif [ "$section" = "xkeyboard-config" ]; then
> > +    section_path="archive/individual/data/$section"
> > +    srv_path="/srv/$host_xorg/$section_path"
> >  else
> >      section_path="archive/individual/$section"
> >      srv_path="/srv/$host_xorg/$section_path"
> > --
> > 1.7.0.4
> 
> looks good, but do you really want to have everything in
> http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/
> why not just in data/ with the tarballs in there then?
> 
> Cheers,
>   Peter


More information about the xorg-devel mailing list