[gnome-control-center/meego-security: 3/8] Add skeleton for security capplet



commit 94f039d6f2c5da44e1fc8a0efb95bf7322c5546d
Author: Ross Burton <ross linux intel com>
Date:   Thu Mar 4 10:48:00 2010 +0000

    Add skeleton for security capplet

 capplets/Makefile.am                     |    2 ++
 capplets/security/security.desktop.in.in |    7 +++++++
 configure.ac                             |    2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/capplets/Makefile.am b/capplets/Makefile.am
index 838359a..0ff7b99 100644
--- a/capplets/Makefile.am
+++ b/capplets/Makefile.am
@@ -6,6 +6,7 @@ SUBDIRS = \
 	keyboard		\
 	mouse			\
 	network			\
+	security		\
 	$(NULL)
 
 DIST_SUBDIRS = \
@@ -15,6 +16,7 @@ DIST_SUBDIRS = \
 	keyboard		\
 	mouse			\
 	network			\
+	security		\
 	windows			\
 	display 		\
 	about-me
diff --git a/capplets/security/Makefile.am b/capplets/security/Makefile.am
new file mode 100644
index 0000000..e69de29
diff --git a/capplets/security/security.desktop.in.in b/capplets/security/security.desktop.in.in
new file mode 100644
index 0000000..1498088
--- /dev/null
+++ b/capplets/security/security.desktop.in.in
@@ -0,0 +1,7 @@
+[Desktop Entry]
+_Name=Security and passwords
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=GNOME;GTK;Settings;DesktopSettings;
+OnlyShowIn=GNOME;
diff --git a/configure.ac b/configure.ac
index 3b88658..475dd94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,6 +409,8 @@ capplets/network/Makefile
 capplets/network/gnome-network-properties.desktop.in
 capplets/windows/Makefile
 capplets/windows/window-properties.desktop.in
+capplets/security/Makefile
+capplets/security/security.desktop.in
 font-viewer/Makefile
 font-viewer/gnome-font-viewer.desktop.in
 help/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]