From e8cb309f9c4b53466c871728e0d8a05f2ea3da4d Mon Sep 17 00:00:00 2001 From: svu Date: Mon, 24 May 2004 21:08:42 +0000 Subject: [PATCH] changing the project name --- .cvsignore | 4 ++-- Makefile.am | 4 ++-- autogen.sh | 2 +- configure.in | 4 ++-- xkbdesc.spec.in => xkeyboard-config.spec.in | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) rename xkbdesc.spec.in => xkeyboard-config.spec.in (97%) diff --git a/.cvsignore b/.cvsignore index 993ceab..54d41f9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -23,6 +23,6 @@ intltool-modules config.h config.h.in stamp-h1 -xkbdesc-0.1.tar.gz -xkbdesc.spec +xkeyboard-config*.tar.gz +xkeyboard-config.spec diff --git a/Makefile.am b/Makefile.am index 6be9056..52fd5f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,8 @@ SUBDIRS = compat compiled geometry intl keycodes keymap m4 po rules semantics sy EXTRA_DIST= COPYING README config.rpath mkinstalldirs config.rpath \ autogen.sh \ - xkbdesc.spec \ - xkbdesc.spec.in \ + xkeyboard-config.spec \ + xkeyboard-config.spec.in \ intltool-extract.in intltool-merge.in intltool-update.in ACLOCAL_AMFLAGS = -I m4 diff --git a/autogen.sh b/autogen.sh index 79c8265..a61dc84 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ DIE=0 srcdir=`dirname $0` -PKG_NAME=xkbdesc +PKG_NAME=xkeyboard-config if [ -n "$GNOME2_PATH" ]; then ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS" diff --git a/configure.in b/configure.in index 7795472..c010e6b 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(rules/base.xml.in) -PACKAGE=xkbdesc +PACKAGE=xkeyboard-config GETTEXT_PACKAGE=$PACKAGE MAJOR_VERSION=0 MINOR_VERSION=1 @@ -65,7 +65,7 @@ symbols/sony_vndr/Makefile symbols/sun_vndr/Makefile symbols/xfree68_vndr/Makefile types/Makefile -xkbdesc.spec +xkeyboard-config.spec docs/Makefile ]) diff --git a/xkbdesc.spec.in b/xkeyboard-config.spec.in similarity index 97% rename from xkbdesc.spec.in rename to xkeyboard-config.spec.in index 9716e57..b9d189e 100644 --- a/xkbdesc.spec.in +++ b/xkeyboard-config.spec.in @@ -1,4 +1,4 @@ -Name: xkbdesc +Name: xkeyboard-config Summary: XML-based XKB configuration registry Version: @VERSION@ Release: 1 -- 2.32.0.93.g670b81a890