[Xfce4-commits] <xfce4-session:master> Add a desktop file for xfce4-session-logout.
Nick Schermer
noreply at xfce.org
Wed Apr 28 23:28:02 CEST 2010
Updating branch refs/heads/master
to 53833c6e667fd39142e98e9803687ac8c7da2d92 (commit)
from e5f24c630a9782a549e684b9fb971958abee3e08 (commit)
commit 53833c6e667fd39142e98e9803687ac8c7da2d92
Author: Nick Schermer <nick at xfce.org>
Date: Wed Apr 28 23:24:53 2010 +0200
Add a desktop file for xfce4-session-logout.
This desktop file was shipped with Xfdesktop, but now the
menu files are moved to Garcon, it is better to pack it here.
po/POTFILES.in | 1 +
xfce4-session-logout/Makefile.am | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ee6661e..0976b97 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -24,6 +24,7 @@ xfce4-session/xfsm-splash-screen.c
xfce4-session/xfsm-startup.c
xfce4-tips/main.c
xfce4-session-logout/main.c
+xfce4-session-logout/xfce4-session-logout.desktop.in
# files added by intltool-prepare.
diff --git a/xfce4-session-logout/Makefile.am b/xfce4-session-logout/Makefile.am
index b393ed8..b1fb871 100644
--- a/xfce4-session-logout/Makefile.am
+++ b/xfce4-session-logout/Makefile.am
@@ -17,6 +17,14 @@ xfce4_session_logout_LDFLAGS = \
$(DBUS_LIBS) \
$(LIBXFCE4UI_LIBS)
+desktopdir = $(datadir)/applications
+desktop_in_files = xfce4-session-logout.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ at INTLTOOL_DESKTOP_RULE@
+
EXTRA_DIST = \
- $(man_MANS)
+ $(man_MANS) \
+ $(desktop_in_files)
+DISTCLEANFILES = \
+ $(desktop_DATA)
More information about the Xfce4-commits
mailing list