diff options
author | Timothy Pearson <[email protected]> | 2012-06-11 17:17:47 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-11 17:17:47 -0500 |
commit | 486791556e09901cd342b5e93a5298f4944682ae (patch) | |
tree | 1d531ae3abf3f36800a6ee878bfbe75dd82d736d | |
parent | 326dd6bdb8683aaf04a829c87e695547400ccf9c (diff) | |
download | kcmldap-486791556e09901cd342b5e93a5298f4944682ae.tar.gz kcmldap-486791556e09901cd342b5e93a5298f4944682ae.zip |
Final upload from initial development system
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | src/ldap.desktop | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control index a50fc24..d5aafcf 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <[email protected]> XSBC-Original-Maintainer: Raphaƫl Pinson <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: kcontrol-ldap-trinity diff --git a/src/ldap.desktop b/src/ldap.desktop index d931e39..3555671 100644 --- a/src/ldap.desktop +++ b/src/ldap.desktop @@ -4,16 +4,16 @@ Exec=kcmshell ldap Icon=tdmconfig Type=Application -X-KDE-ModuleType=Library -X-KDE-Library=ldap -X-KDE-HasReadOnlyMode=true -X-KDE-ParentApp=kcontrol -X-KDE-RootOnly=true -X-KDE-SubstituteUID=true +X-TDE-ModuleType=Library +X-TDE-Library=ldap +X-TDE-HasReadOnlyMode=true +X-TDE-ParentApp=kcontrol +X-TDE-RootOnly=true +X-TDE-SubstituteUID=true [Desktop Entry] Encoding=UTF-8 Comment=A KControl tool for managing TDE bonding to LDAP realms. Keywords=ldap manager Name=LDAP Realm Bonding -Categories=Qt;KDE;X-KDE-settings-components; +Categories=Qt;TDE;X-TDE-settings-components; |