[alleyoop] Added .desktop file
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [alleyoop] Added .desktop file
- Date: Sat, 17 Dec 2011 20:12:44 +0000 (UTC)
commit 19e74be91dc46e0f016b609d256c37a57ab0d34e
Author: Jeffrey Stedfast <fejj gnome org>
Date: Sat Dec 17 15:12:21 2011 -0500
Added .desktop file
2011-12-17 Jeffrey Stedfast <fejj gnome org>
* alleyoop.desktop.in: Added.
.gitignore | 1 +
ChangeLog | 2 ++
Makefile.am | 15 +++++++++++++--
alleyoop.desktop.in | 10 ++++++++++
4 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a079d22..93ed22a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+alleyoop.desktop
autom4te.cache
intltool-*.in
mkinstalldirs
diff --git a/ChangeLog b/ChangeLog
index a101886..44dc2d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-12-17 Jeffrey Stedfast <fejj gnome org>
+ * alleyoop.desktop.in: Added.
+
* src/alleyoop.c: Replaced the GnomeAbout dialog with a
GtkAboutDialog.
diff --git a/Makefile.am b/Makefile.am
index f696282..2a1e211 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,16 +4,27 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = src po m4
+desktop_in_files = alleyoop.desktop.in
+
+Applicationsdir = $(datadir)/applications
+Applications_DATA = $(desktop_files)
+
+desktop_files=$(desktop_in_files:.desktop.in=.desktop)
+ INTLTOOL_DESKTOP_RULE@
+
EXTRA_DIST = \
autogen.sh \
intltool-merge.in \
intltool-update.in \
- intltool-extract.in
+ intltool-extract.in \
+ $(desktop_in_files) \
+ $(desktop_files)
DISTCLEANFILES = \
intltool-merge \
intltool-update \
- intltool-extract
+ intltool-extract \
+ $(desktop_files)
install-data-local:
@$(NORMAL_INSTALL)
diff --git a/alleyoop.desktop.in b/alleyoop.desktop.in
new file mode 100644
index 0000000..059e697
--- /dev/null
+++ b/alleyoop.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+_Name=Alleyoop Memory Checker
+_GenericName=Memory Checker
+_X-GNOME-FullName=Alleyoop Memory Checker
+_Comment=Find memory-management problems in your programs using the valgrind tool
+Categories=Debugger;Development;GNOME;Profiling;
+Type=Application
+Exec=alleyoop
+Icon=alleyoop
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]