kde-extraapps/kget
Ivailo Monev 94dfed3125 kget: remove borked and disabled panelbar applet
kget usually sits in the tray (on the panel), ready to be clicked

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-17 01:23:44 +03:00
..
conf generic: do not install kcfg files 2023-07-09 05:53:59 +03:00
core kget: do not attempt actions that require network when the KNetworkManager status is unknown 2023-07-15 23:28:44 +03:00
dbus kget: remove redundant debug area codes 2023-06-21 02:47:50 +03:00
desktop kget: set X-DBUS-StartupType and set X-DBUS-ServiceName 2023-06-01 01:17:22 +03:00
extensions kget: remove redundant debug area codes 2023-06-21 02:47:50 +03:00
plasma kget: remove borked and disabled panelbar applet 2023-07-17 01:23:44 +03:00
tests kget: replace kError()/abort() with kFatal() calls 2023-06-21 02:55:11 +03:00
transfer-plugins kget: drop mmsthreads transfer plugin 2023-07-15 02:20:22 +03:00
ui generic: adjust to KUrl changes 2023-06-26 20:57:07 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt kget: drop mmsthreads transfer plugin 2023-07-15 02:20:22 +03:00
COPYING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
COPYING.LIB added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
DESIGN added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
HACKING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
kget.notifyrc kget: misc cleanups 2015-09-06 14:01:24 +03:00
kget_export.h generic: generate export headers 2021-07-28 14:58:10 +03:00
main.cpp kget: drop mmsthreads transfer plugin 2023-07-15 02:20:22 +03:00
mainwindow.cpp kget: remove redundant debug area codes 2023-06-21 02:47:50 +03:00
mainwindow.h kget: show the server address in label 2023-06-21 03:19:30 +03:00
Messages.sh added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
README added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00

KGET README

KGet is included in the kdenetwork module.
If you just want to install KGet alone, please read
the instructions below.

* Install kdelibs from trunk.
* svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
* cd kdenetwork
* svn up cmake kget
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=/path/to/kde4 ..
* make
* make install


kget @ kde.org