Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>r14.0.x
parent
25813d39a5
commit
5a3408879d
@ -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…
Reference in new issue