[gnome-system-monitor] Add separate desktop file with OnlyShowIn KDE https://bugzilla.gnome.org/show_bug.cgi?id=662264



commit 86f5dbab2357f79a8d1f5225acd288018be9ae5a
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Feb 11 00:58:49 2013 +0200

    Add separate desktop file with OnlyShowIn KDE
    https://bugzilla.gnome.org/show_bug.cgi?id=662264

 Makefile.am      |    4 +++-
 configure.ac     |    1 +
 po/POTFILES.in   |    1 +
 po/POTFILES.skip |    1 +
 4 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0324b02..ea2a7ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ EXTRA_DIST = \
 	$(runnable_SCRIPTS) \
 	org.gnome.gnome-system-monitor.policy.in.in \
 	gnome-system-monitor.desktop.in \
+    gnome-system-monitor-kde.desktop.in \
 	gnome-system-monitor.doap \
 	intltool-extract.in \
 	intltool-merge.in \
@@ -36,7 +37,7 @@ polkit_policy_in_files = org.gnome.gnome-system-monitor.policy.in
 polkit_policy_DATA = $(polkit_policy_in_files:.policy.in=.policy)
 
 Applicationsdir = $(datadir)/applications
-Applications_in_files = gnome-system-monitor.desktop.in
+Applications_in_files = gnome-system-monitor.desktop.in gnome-system-monitor-kde.desktop.in
 Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
@@ -68,6 +69,7 @@ DISTCLEANFILES = \
 	intltool-merge                \
 	intltool-update               \
 	gnome-system-monitor.desktop  \
+    gnome-system-monitor-kde.desktop  \
 	org.gnome.gnome-system-monitor.policy \
     org.gnome.gnome-system-monitor.policy.in 
 
diff --git a/configure.ac b/configure.ac
index 801ca26..084cea3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,6 +110,7 @@ pixmaps/Makefile
 po/Makefile.in
 help/Makefile
 gnome-system-monitor.desktop.in
+gnome-system-monitor-kde.desktop.in
 ])
 
 AC_OUTPUT
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 83f7b6c..072128d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 gnome-system-monitor.desktop.in.in
+gnome-system-monitor-kde.desktop.in.in
 org.gnome.gnome-system-monitor.policy.in.in
 [type: gettext/glade]data/interface.ui
 [type: gettext/glade]data/lsof.ui
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index e6ecfdb..b57d024 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,2 +1,3 @@
 gnome-system-monitor.desktop.in
+gnome-system-monitor-kde.desktop.in
 org.gnome.gnome-system-monitor.policy.in


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