summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:49:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:49:56 +0900
commit5a3408879dbba9ac96ea027a16a5c67aaf49d855 (patch)
tree0441f56ff4fa950a6c0b7c3769c0cbbac390ea07
parent25813d39a534b4e2e2bbc785a18589e1f1d50317 (diff)
downloadpolkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.tar.gz
polkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.zip
Some initial restructuring and clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--.reviewboardrc1
-rw-r--r--AUTHORS3
-rw-r--r--INSTALL12
-rw-r--r--Messages.sh4
-rw-r--r--src/AuthDialog.cpp (renamed from AuthDialog.cpp)0
-rw-r--r--src/AuthDialog.h (renamed from AuthDialog.h)0
-rw-r--r--src/AuthDialog.ui (renamed from AuthDialog.ui)0
-rw-r--r--src/authdetails.ui (renamed from authdetails.ui)0
-rw-r--r--src/main.cpp (renamed from main.cpp)0
-rw-r--r--src/org.freedesktop.PolicyKit.AuthenticationAgent.xml (renamed from org.freedesktop.PolicyKit.AuthenticationAgent.xml)0
-rw-r--r--src/org.kde.Polkit1AuthAgent.xml (renamed from org.kde.Polkit1AuthAgent.xml)0
-rw-r--r--src/policykit1-kde.notifyrc (renamed from policykit1-kde.notifyrc)0
-rw-r--r--src/policykitkde.cpp (renamed from policykitkde.cpp)0
-rw-r--r--src/policykitkde.h (renamed from policykitkde.h)0
-rw-r--r--src/policykitlistener.cpp (renamed from policykitlistener.cpp)0
-rw-r--r--src/policykitlistener.h (renamed from policykitlistener.h)0
-rw-r--r--src/polkit-kde-authentication-agent-1.desktop.in (renamed from polkit-kde-authentication-agent-1.desktop.in)0
17 files changed, 15 insertions, 5 deletions
diff --git a/.reviewboardrc b/.reviewboardrc
deleted file mode 100644
index 95c18ae..0000000
--- a/.reviewboardrc
+++ /dev/null
@@ -1 +0,0 @@
-REVIEWBOARD_URL = "http://git.reviewboard.kde.org"
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..d632dde
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Ported to TDE by Michele Calgaro <michele.calgaro@yahoo.it>
+
+Based on polkit-kde-1 from its original authors.
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e8fa076
--- /dev/null
+++ b/INSTALL
@@ -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"
diff --git a/Messages.sh b/Messages.sh
deleted file mode 100644
index c21b0b0..0000000
--- a/Messages.sh
+++ /dev/null
@@ -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
diff --git a/AuthDialog.cpp b/src/AuthDialog.cpp
index f2c4886..f2c4886 100644
--- a/AuthDialog.cpp
+++ b/src/AuthDialog.cpp
diff --git a/AuthDialog.h b/src/AuthDialog.h
index 620145d..620145d 100644
--- a/AuthDialog.h
+++ b/src/AuthDialog.h
diff --git a/AuthDialog.ui b/src/AuthDialog.ui
index 3b9bbc6..3b9bbc6 100644
--- a/AuthDialog.ui
+++ b/src/AuthDialog.ui
diff --git a/authdetails.ui b/src/authdetails.ui
index 6dda5da..6dda5da 100644
--- a/authdetails.ui
+++ b/src/authdetails.ui
diff --git a/main.cpp b/src/main.cpp
index 33ef236..33ef236 100644
--- a/main.cpp
+++ b/src/main.cpp
diff --git a/org.freedesktop.PolicyKit.AuthenticationAgent.xml b/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml
index f5aa8ef..f5aa8ef 100644
--- a/org.freedesktop.PolicyKit.AuthenticationAgent.xml
+++ b/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml
diff --git a/org.kde.Polkit1AuthAgent.xml b/src/org.kde.Polkit1AuthAgent.xml
index 0aa39de..0aa39de 100644
--- a/org.kde.Polkit1AuthAgent.xml
+++ b/src/org.kde.Polkit1AuthAgent.xml
diff --git a/policykit1-kde.notifyrc b/src/policykit1-kde.notifyrc
index bc91c3f..bc91c3f 100644
--- a/policykit1-kde.notifyrc
+++ b/src/policykit1-kde.notifyrc
diff --git a/policykitkde.cpp b/src/policykitkde.cpp
index 55f979b..55f979b 100644
--- a/policykitkde.cpp
+++ b/src/policykitkde.cpp
diff --git a/policykitkde.h b/src/policykitkde.h
index 85ce6b2..85ce6b2 100644
--- a/policykitkde.h
+++ b/src/policykitkde.h
diff --git a/policykitlistener.cpp b/src/policykitlistener.cpp
index 6da9461..6da9461 100644
--- a/policykitlistener.cpp
+++ b/src/policykitlistener.cpp
diff --git a/policykitlistener.h b/src/policykitlistener.h
index 21286fc..21286fc 100644
--- a/policykitlistener.h
+++ b/src/policykitlistener.h
diff --git a/polkit-kde-authentication-agent-1.desktop.in b/src/polkit-kde-authentication-agent-1.desktop.in
index aa088cc..aa088cc 100644
--- a/polkit-kde-authentication-agent-1.desktop.in
+++ b/src/polkit-kde-authentication-agent-1.desktop.in