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.
tdeutils/kmilo/kmilo_kvaio
Slávek Banko 2fa177c5d6
Simplify CMake rules for desktop file translations.
4 years ago
..
kcmkvaio Simplify CMake rules for desktop file translations. 4 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README.sonypi.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kmilo_kvaio.cpp Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
kmilo_kvaio.desktop Desktop file translations: 4 years ago
kmilo_kvaio.h Rename common header files for consistency with class renaming 11 years ago
kvaio.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kvaio.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
kvaiodriverinterface.cpp Rename old tq methods that no longer need a unique name 13 years ago
kvaiodriverinterface.h Fix FTBFS with libc6 >= 2.26 7 years ago
sonypi.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.sonypi.h

(C) 2003, 2004: Mirko Boehm <mirko@kde.org>
Licensed under the terms of the LGPL. 

This file explains the bad hack of copying the sonypi.h header file into this
directory: 
-----------------------------------------------------------------------------

Along with glibc, an outdated header snapshot is installed. The event
definitions in include/linux/sonypi.h in newer kernels differ too much from
it. Since the code shipped here depends on the proper event definitions, I
decided to ship a copy of a more up to date include file here. 

The solution is not optimal, but it works, and I try to keep the files in this
directory up to date. 

If somebody knows a better solution, please let me know at mirko@kde.org.