Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent 9b34744375
commit e7e66b6827

@ -14,9 +14,9 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( kdeartwork )
project( tdeartwork )
set( PACKAGE kdeartwork )
set( PACKAGE tdeartwork )
set( VERSION "3.5.13" )
@ -74,7 +74,7 @@ set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" )
set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
##### kdenetwork directories ####################
##### tdenetwork directories ####################
tde_conditional_add_subdirectory( BUILD_EMOTICONS emoticons )
tde_conditional_add_subdirectory( BUILD_ICEWM_THEMES icewm-themes )

@ -1,4 +1,4 @@
## kdeartwork/Makefile.am
## tdeartwork/Makefile.am
## (C) 1997-2001 Stephan Kulow
install-exec-am: install-data-local

@ -1,4 +1,4 @@
## kdeartwork/Makefile.am
## tdeartwork/Makefile.am
## (C) 1997-2001 Stephan Kulow
AUTOMAKE_OPTIONS = foreign 1.6.1

@ -14,5 +14,5 @@ This package contains additional
* widget styles and
* window styles
for KDE. We placed them into this module so that kdebase won't be too bloated.
for KDE. We placed them into this module so that tdebase won't be too bloated.

@ -1,5 +1,5 @@
Begin4
Title: kdeartwork
Title: tdeartwork
Version: 3.5.10
Entered-date: 2008-08-26
Description: Artwork for the K Desktop Environment (KDE)

@ -17,7 +17,7 @@
* this file : renamed Changelog to firesaver.ChangeLog
* general : moved / renamed files and chaged stuff to get ready
to be imported into kdeartwork.
to be imported into tdeartwork.
* general : all images are .png, all sounds are .ogg.
@ -99,7 +99,7 @@
explosion (normal particles reach level 1, splitters reach 2).
* name syntax: converted filenames to match the style of the ones
in kdeartwork/kscreensaver/kdesavers.
in tdeartwork/kscreensaver/kdesavers.
* merging: merged some file's content to lower the number of files
before initial import.

@ -17,7 +17,7 @@
#include <tqstring.h>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <klocale.h>
#include "firesaverwriter.h"

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kscreensaver/kxsconfig
## Makefile.am of tdebase/kscreensaver/kxsconfig
INCLUDES = $(all_includes)
kxsconfig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -30,9 +30,9 @@ AC_ARG_WITH(xscreensaver,
XSCREENSAVER=''
echo "Searching in $xscreensaver_prefixes"
if test "x$with_xscreensaver" != xno; then
for xsdir in lib$kdelibsuff/xscreensaver lib/xscreensaver \
lib$kdelibsuff/misc/xscreensaver lib/misc/xscreensaver \
libexec$kdelibsuff/xscreensaver libexec/xscreensaver \
for xsdir in lib$tdelibsuff/xscreensaver lib/xscreensaver \
lib$tdelibsuff/misc/xscreensaver lib/misc/xscreensaver \
libexec$tdelibsuff/xscreensaver libexec/xscreensaver \
bin/xscreensaver-hacks hacks; do
test -n "$XSCREENSAVER" && break
KDE_FIND_PATH("$xsdir/flame", XSCREENSAVER, [ $xscreensaver_prefixes ])

@ -1,4 +1,4 @@
To make this your default style without having to recompile kdelibs:
To make this your default style without having to recompile tdelibs:
Create a $KDEHOME/share/config/kstylerc with the following lines.
[KDE]

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////////////
#include <kconfig.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>

Loading…
Cancel
Save