From c954cd41d38d75615d182ca8649fb4320148bdb3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:50:19 -0600 Subject: Additional renaming of kde to tde --- khangman/Makefile.am | 4 ++-- khangman/README.languages | 8 ++++---- khangman/README.packagers | 4 ++-- khangman/khangman/Makefile.am | 6 +++--- khangman/khangman/khangman.cpp | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'khangman') diff --git a/khangman/Makefile.am b/khangman/Makefile.am index 0295084a..c8672671 100644 --- a/khangman/Makefile.am +++ b/khangman/Makefile.am @@ -1,10 +1,10 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SUBDIRS = khangman EXTRA_DIST = TODO README AUTHORS khangman.lsm INSTALL ChangeLog COPYING khangman.kdevprj -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign diff --git a/khangman/README.languages b/khangman/README.languages index d72a7a72..0528405a 100644 --- a/khangman/README.languages +++ b/khangman/README.languages @@ -10,15 +10,15 @@ Complete data: fr en it only have hints so the other above languages must be upd The words are stored in 4 separate files, one for each level. The files are in /khangman/data/en. The file easy.txt is for level easy, the file medium.txt is for level medium, the file animals.txt is for level animals and the file hard.txt is for level hard. - English is the default and thus the only language to be shipped with KHangMan. All other language data are put in the correct kde-i18n. + English is the default and thus the only language to be shipped with KHangMan. All other language data are put in the correct tde-i18n. 1. Be sure you are working with the latest cvs HEAD sources of KHangMan by issuing a cvs up -dPA khangman -in the kdeedu module. +in the tdeedu module. Then -cd kdeedu/khangman +cd tdeedu/khangman 2. Enter the following commands in a konsole to create the directory and files for the new language: @@ -66,7 +66,7 @@ Note that you must use UTF-8 encoding when editing the files. If your editor can khangman -7. Instead of committing your files, please sent them to me tarred and gzipped. As there are now twenty two languages, a wizard (KNewStuff) is now included in KHangMan to easily download and install new languages that are placed on the website. This is done to reduce the size of the kdeedu module and it will also be done in KLettres, KStars and maybe KTouch. +7. Instead of committing your files, please sent them to me tarred and gzipped. As there are now twenty two languages, a wizard (KNewStuff) is now included in KHangMan to easily download and install new languages that are placed on the website. This is done to reduce the size of the tdeedu module and it will also be done in KLettres, KStars and maybe KTouch. Please contact me by email (annemarie.mahfouf AT free DOT fr) if you need further information. When you send me the files, please don't forget to mention any special characters used in your language (put them in a text file, one per line and add this file in the tarball) and please mention any other specificity. Please never commit files in a BRANCH as it might break the game. diff --git a/khangman/README.packagers b/khangman/README.packagers index 14f4a556..ec651862 100644 --- a/khangman/README.packagers +++ b/khangman/README.packagers @@ -3,7 +3,7 @@ Fonts in KHangMan KHangMan uses 2 special fonts: Domestic Manners and Dustismo Roman. This gives a nicer look to KHangMan! These 2 fonts are fully GPL, the licence is available for each of them, embedded in the font. -Those 2 fonts are in kdeedu/khangman/khangman/fonts source and then the program looks if the fonts are installed or not for the user. If not, those fonts are installed in the personnal home of the user using the fonts:/ ioslave to copy them +Those 2 fonts are in tdeedu/khangman/khangman/fonts source and then the program looks if the fonts are installed or not for the user. If not, those fonts are installed in the personnal home of the user using the fonts:/ ioslave to copy them to the user's fonts location. This can cause problems, because if the program @@ -12,7 +12,7 @@ is used by 100 users there will be 100 copies of the font, one for each user. To solve that we suggest making a package with those fonts for your distribution and make KHangMan depends on it. If you do not want/cannot do that, please make depend KHangMan on -having kdebase installed as the fonts:/ ioslave is there. +having tdebase installed as the fonts:/ ioslave is there. Anne-Marie Mahfouf KHangMan maintainer diff --git a/khangman/khangman/Makefile.am b/khangman/khangman/Makefile.am index 5530d0d8..426a2434 100644 --- a/khangman/khangman/Makefile.am +++ b/khangman/khangman/Makefile.am @@ -1,7 +1,7 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## bin_PROGRAMS = khangman khangman_SOURCES = khangman.cpp main.cpp khangmanview.cpp prefs.kcfgc khnewstuff.cpp normal.ui advanced.ui timerdlg.ui timer.cpp fontchecker.cpp -khangman_LDADD = $(LIB_TDEUI) $(LIB_KIO) $(top_builddir)/libkdeedu/kdeeducore/libkdeeducore.la -lknewstuff +khangman_LDADD = $(LIB_TDEUI) $(LIB_KIO) $(top_builddir)/libtdeedu/tdeeducore/libtdeeducore.la -lknewstuff SUBDIRS = data pics sounds icons fonts @@ -12,7 +12,7 @@ kde_kcfg_DATA = khangman.kcfg kde_conf_DATA = khangmanrc # set the include path for X, qt and KDE -INCLUDES= -I$(top_srcdir)/libkdeedu/kdeeducore $(all_includes) +INCLUDES= -I$(top_srcdir)/libtdeedu/tdeeducore $(all_includes) METASOURCES = AUTO diff --git a/khangman/khangman/khangman.cpp b/khangman/khangman/khangman.cpp index b0492ac0..84273617 100644 --- a/khangman/khangman/khangman.cpp +++ b/khangman/khangman/khangman.cpp @@ -232,7 +232,7 @@ void KHangMan::setLanguages() } // We look in $KDEDIR/share/locale/all_languages from - // kdelibs/tdecore/all_languages to find the name of the country + // tdelibs/tdecore/all_languages to find the name of the country // corresponding to the code and the language the user set. KConfig entry(locate("locale", "all_languages")); const TQStringList::ConstIterator itEnd = m_languages.end(); -- cgit v1.2.1