diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 20:06:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 20:06:54 -0500 |
commit | 71ae4d910268cfb4ef4eae10df6f81094b8e43d0 (patch) | |
tree | 9c8cbefa15e02eecf613823d5ef45aa77439060a /debian/squeeze/applications/kvpnc | |
parent | ed29c4c89dbc11778e9c49f2644f13a97969c3b4 (diff) | |
download | tde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.tar.gz tde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.zip |
Update Debian and Ubuntu build scripts to reflect X-TDE category
Diffstat (limited to 'debian/squeeze/applications/kvpnc')
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/squeeze/applications/kvpnc/debian/README.Debian b/debian/squeeze/applications/kvpnc/debian/README.Debian index fe3b96cf6..b6bc07ea6 100644 --- a/debian/squeeze/applications/kvpnc/debian/README.Debian +++ b/debian/squeeze/applications/kvpnc/debian/README.Debian @@ -22,11 +22,11 @@ Howto setup kvpnc for use without root password using sudo: * replace the folling lines: Exec=su-to-root -X -c /usr/bin/kvpnc - X-KDE-SubstituteUID=true + X-TDE-SubstituteUID=true with: Exec=sudo kvpnc - X-KDE-SubstituteUID=false + X-TDE-SubstituteUID=false -- Fathi Boudra <fboudra@free.fr>, Thu, 18 May 2006 15:17:52 +0100 diff --git a/debian/squeeze/applications/kvpnc/debian/menu b/debian/squeeze/applications/kvpnc/debian/menu index 1f3e59d31..909adb58a 100644 --- a/debian/squeeze/applications/kvpnc/debian/menu +++ b/debian/squeeze/applications/kvpnc/debian/menu @@ -2,5 +2,5 @@ needs="X11"\ section="Applications/Network/Communication"\ title="kvpnc"\ - hints="KDE"\ + hints="TDE"\ command="su-to-root -X -c kvpnc" diff --git a/debian/squeeze/applications/kvpnc/debian/patches/10_su-to-root_usage.diff b/debian/squeeze/applications/kvpnc/debian/patches/10_su-to-root_usage.diff index 9630fd3f8..711bbff74 100644 --- a/debian/squeeze/applications/kvpnc/debian/patches/10_su-to-root_usage.diff +++ b/debian/squeeze/applications/kvpnc/debian/patches/10_su-to-root_usage.diff @@ -3,9 +3,9 @@ @@ -18,7 +18,7 @@ GenericName[xx]=xxVPN Client GUIxx - Categories=Network;RemoteAccess;KDE;Qt + Categories=Network;RemoteAccess;TDE;Qt -Exec=kvpnc +Exec=su-to-root -X -c /opt/trinity/bin/kvpnc - X-KDE-SubstituteUID=true + X-TDE-SubstituteUID=true Icon=kvpnc Type=Application |