Some initial restructuring and clean up.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
r14.0.x
Michele Calgaro 2 years ago
parent 25813d39a5
commit 5a3408879d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1 +0,0 @@
REVIEWBOARD_URL = "http://git.reviewboard.kde.org"

@ -0,0 +1,3 @@
Ported to TDE by Michele Calgaro <michele.calgaro@yahoo.it>
Based on polkit-kde-1 from its original authors.

@ -0,0 +1,12 @@
Basic Installation
==================
Polkit-tqt relies on cmake to build.
Here are suggested default options:
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"

@ -1,4 +0,0 @@
#! /bin/sh
$EXTRACTRC `find -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp || exit 11
$XGETTEXT `find -name \*.cpp -o -name \*.h` -o $podir/polkit-kde-authentication-agent-1.pot
rm -f rc.cpp
Loading…
Cancel
Save