You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeadmin/kpackage
Timothy Pearson 2c4a290ae2
Rename a number of libraries and executables to avoid conflicts with KDE4
11 years ago
..
icon Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
mini-icon Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
toolbar Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CHANGES Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cache.cpp Remove additional unneeded tq method conversions 13 years ago
cache.h TQt4 port kdeadmin 13 years ago
debAptInterface.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
debAptInterface.h Remove spurious TQ_OBJECT instances 12 years ago
debDpkgInterface.cpp Rename KApplication to TDEApplication to avoid conflicts with KDE4 11 years ago
debDpkgInterface.h Remove spurious TQ_OBJECT instances 12 years ago
debInterface.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
debInterface.h Remove spurious TQ_OBJECT instances 12 years ago
fbsdInterface.cpp Remove additional unneeded tq method conversions 13 years ago
fbsdInterface.h Remove spurious TQ_OBJECT instances 12 years ago
findf.cpp Rename old tq methods that no longer need a unique name 13 years ago
findf.h Remove spurious TQ_OBJECT instances 12 years ago
gentooInterface.cpp Rename old tq methods that no longer need a unique name 13 years ago
gentooInterface.h Remove spurious TQ_OBJECT instances 12 years ago
kio.cpp Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
kio.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kissInterface.cpp Rename KApplication to TDEApplication to avoid conflicts with KDE4 11 years ago
kissInterface.h Remove spurious TQ_OBJECT instances 12 years ago
kpPty.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
kpPty.h Remove spurious TQ_OBJECT instances 12 years ago
kpTerm.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
kpTerm.h Remove spurious TQ_OBJECT instances 12 years ago
kpackage.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kpackage.desktop Update XDG information in support of bug report 892. 12 years ago
kpackage.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kpackageui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kplview.cpp Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
kplview.h Remove spurious TQ_OBJECT instances 12 years ago
main.cpp Rename KInstance and KAboutData to avoid conflicts with KDE4 11 years ago
managementWidget.cpp Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
managementWidget.h Remove spurious TQ_OBJECT instances 12 years ago
options.cpp Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
options.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
packageDisplay.cpp Rename old tq methods that no longer need a unique name 13 years ago
packageDisplay.h Remove spurious TQ_OBJECT instances 12 years ago
packageInfo.cpp rename the following methods: 13 years ago
packageInfo.h Trinity Qt initial conversion 14 years ago
packageProperties.cpp Rename KApplication to TDEApplication to avoid conflicts with KDE4 11 years ago
packageProperties.h Remove spurious TQ_OBJECT instances 12 years ago
pkgInterface.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
pkgInterface.h Remove spurious TQ_OBJECT instances 12 years ago
pkgOptions.cpp Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
pkgOptions.h Remove spurious TQ_OBJECT instances 12 years ago
procbuf.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
procbuf.h Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
rpmInterface.cpp Fix inadvertent "TQ" changes. 12 years ago
rpmInterface.h Remove spurious TQ_OBJECT instances 12 years ago
search.cpp Remove additional unneeded tq method conversions 13 years ago
search.h Remove spurious TQ_OBJECT instances 12 years ago
slackInterface.cpp Rename additional global TQt functions 12 years ago
slackInterface.h Remove spurious TQ_OBJECT instances 12 years ago
updateLoc.cpp Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
updateLoc.h Remove spurious TQ_OBJECT instances 12 years ago
utils.cpp Trinity Qt initial conversion 14 years ago
utils.h Trinity Qt initial conversion 14 years ago

README

Kpackage handles RPM, Debian and various other packages, it is used
for displaying currently installed packages, uninstalling
them and installing new ones. 

For kpackage to work correctly with RPM packages the RPM database 
must be initialised. If typing `rpm -qa' gives an error about 
`unable to open....` then try `rpm --rebuilddb'. 


Toivo Pedaste (toivo@ucs.uwa.edu.au)