Additional kde to tde renaming

remotes/gitea/gg-tdeadmin-kcron
Timothy Pearson 13 years ago
parent 038b83d0ce
commit c294787b82

@ -715,7 +715,7 @@ Browser Settings.</para></note>
<para>&kpackage; requires <systemitem class="username">root</systemitem> <para>&kpackage; requires <systemitem class="username">root</systemitem>
access for installing/uninstalling packages, this can be can be done by access for installing/uninstalling packages, this can be can be done by
running &kpackage; as <systemitem class="username">root</systemitem>, running &kpackage; as <systemitem class="username">root</systemitem>,
say by using &kdesu;.</para> say by using &tdesu;.</para>
<para>Alternatively, if &kpackage; is running as a normal user it will <para>Alternatively, if &kpackage; is running as a normal user it will
try to run the install/uninstall programs as root by logging in to a try to run the install/uninstall programs as root by logging in to a

@ -97,12 +97,12 @@ INCLUDES= $(all_includes)
kcron_METASOURCES = AUTO kcron_METASOURCES = AUTO
kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcron.pot $(XGETTEXT) *.cpp -o $(podir)/kcron.pot
kcron_LDADD = $(LIB_KFILE) -lkdeprint kcron_LDADD = $(LIB_KFILE) -ltdeprint
xdg_apps_DATA = kcron.desktop xdg_apps_DATA = kcron.desktop

@ -18,7 +18,7 @@
#include <config.h> #include <config.h>
#endif #endif
#include <kdeprint/kprintdialogpage.h> #include <tdeprint/kprintdialogpage.h>
class TQCheckBox; class TQCheckBox;
class KAccel; class KAccel;

@ -63,7 +63,7 @@ kdat_SOURCES = \
# the library search path # the library search path
kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# the libraries to link against. Be aware of the order. First the libraries, # the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones. # that depend on the following ones.

@ -168,11 +168,11 @@ Outstanding Bugs
1) While dumping 9.5GB to 8.3GB tape: 1) While dumping 9.5GB to 8.3GB tape:
In file tools/qgarray.cpp, line 227: Out of memory In file tools/qgarray.cpp, line 227: Out of memory
kdeinit: Fatal IO error: client killed tdeinit: Fatal IO error: client killed
kdeinit: sending SIGHUP to children. tdeinit: sending SIGHUP to children.
Mutex destroy failure: Device or resource busy Mutex destroy failure: Device or resource busy
kdeinit: sending SIGTERM to children. tdeinit: sending SIGTERM to children.
kdeinit: Exit. tdeinit: Exit.
/* 2002-01-21 LEW: added signal handler to KDat so it won't /* 2002-01-21 LEW: added signal handler to KDat so it won't
crash when it receives SIGHUPs, SIGTERMs, etc., and that crash when it receives SIGHUPs, SIGTERMs, etc., and that
allows user to dump core if (s)he wishes. */ allows user to dump core if (s)he wishes. */

@ -12,7 +12,7 @@ Url: http://www.merlinux.org/knetworkconf/
Group: Networking/Other Group: Networking/Other
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: %_bindir/kdesu Requires: %_bindir/tdesu
Patch1: knetworkconf-0.6-fix-menu.patch.bz2 Patch1: knetworkconf-0.6-fix-menu.patch.bz2
%description %description

@ -14,7 +14,7 @@ Url: http://www.merlinux.org/knetworkconf/
Group: Networking/Other Group: Networking/Other
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: %_bindir/kdesu Requires: %_bindir/tdesu
%description %description
KNetworkConf is a KDE application to configure TCP/IP settings KNetworkConf is a KDE application to configure TCP/IP settings
@ -51,7 +51,7 @@ install -m 644 %{name}/network_card.png %buildroot/%{_prefix}/share/pixmaps/netw
# Menu # Menu
mkdir -p %buildroot/%_menudir mkdir -p %buildroot/%_menudir
cat <<EOF > %buildroot/%_menudir/%name cat <<EOF > %buildroot/%_menudir/%name
?package(%name): command="kdesu %_bindir/%name" needs="X11" \ ?package(%name): command="tdesu %_bindir/%name" needs="X11" \
icon="%name.png" section="Configuration/Networking" \ icon="%name.png" section="Configuration/Networking" \
title="KNetworkConf" longtitle="Configure TCP/IP settings under KDE" title="KNetworkConf" longtitle="Configure TCP/IP settings under KDE"
EOF EOF

@ -1,7 +1,7 @@
# KDE Config File # KDE Config File
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Exec=kdesu knetworkconf -caption "%c" %i %m Exec=tdesu knetworkconf -caption "%c" %i %m
Icon=knetworkconf Icon=knetworkconf
DocPath=knetworkconf/index.html DocPath=knetworkconf/index.html
Comment=Configure TCP/IP settings Comment=Configure TCP/IP settings

@ -20,7 +20,7 @@ kpackage_SOURCES = kpackage.cpp managementWidget.cpp packageDisplay.cpp \
kpackage_METASOURCES = AUTO kpackage_METASOURCES = AUTO
# the library search path # the library search path
kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# the libraries to link against. Be aware of the order. First the libraries, # the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones. # that depend on the following ones.

@ -38,8 +38,8 @@ ksysv_SOURCES = main.cpp \
# the library search path # the library search path
ksysv_METASOURCES = AUTO ksysv_METASOURCES = AUTO
ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ksysv_LDADD = $(LIB_KFILE) -lkdeprint ksysv_LDADD = $(LIB_KFILE) -ltdeprint
# this option you can leave out. Just, if you use "make dist", you need it # this option you can leave out. Just, if you use "make dist", you need it
noinst_HEADERS = ActionList.h \ noinst_HEADERS = ActionList.h \

@ -3,7 +3,7 @@ INCLUDES = -I.. -I$(top_srcdir)/kuser $(all_includes)
# May be -D_XU_QUOTA -D_XU_SHADOW # May be -D_XU_QUOTA -D_XU_SHADOW
#AM_CXXFLAGS = $(KU_NIS) $(KU_QUOTA) $(QUOTACTL) -D_KU_DEBUG #AM_CXXFLAGS = $(KU_NIS) $(KU_QUOTA) $(QUOTACTL) -D_KU_DEBUG
kuser_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kuser_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kuser_LDADD = $(LIB_KDEUI) $(LIBCRYPT) $(LIBSHADOW) $(LIBGEN) $(LIB_KABC) -lkntlm kuser_LDADD = $(LIB_KDEUI) $(LIBCRYPT) $(LIBSHADOW) $(LIBGEN) $(LIB_KABC) -lkntlm
####### Files ####### Files

@ -4,7 +4,7 @@ METASOURCES = AUTO
bin_PROGRAMS = secpolicy bin_PROGRAMS = secpolicy
secpolicy_SOURCES = main.cpp secpolicywin.cpp pamview.cpp ppitem.cpp secpolicy_SOURCES = main.cpp secpolicywin.cpp pamview.cpp ppitem.cpp
secpolicy_LDADD = $(LIB_KIO) secpolicy_LDADD = $(LIB_KIO)
secpolicy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor secpolicy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
noinst_HEADERS = secpolicywin.h pamview.h ppitem.h noinst_HEADERS = secpolicywin.h pamview.h ppitem.h

Loading…
Cancel
Save