[the-board] [data] Add a .desktop file for The Board



commit 2173e024e1306985f21e48741b239e0460f3af85
Author: Andrew Wafaa <awafaa opensuse org>
Date:   Wed Dec 8 12:05:51 2010 +0000

    [data] Add a .desktop file for The Board
    
    https://bugzilla.gnome.org/show_bug.cgi?id=636759

 configure.ac                 |    1 +
 data/Makefile.am             |   10 ++++++++++
 data/the-board.desktop.in.in |   15 +++++++++++++++
 po/POTFILES.in               |    1 +
 4 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7eaebf0..4863ac7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,6 +146,7 @@ AC_CONFIG_FILES([
 Makefile
 src/Makefile
 data/Makefile
+data/the-board.desktop.in
 data/backgrounds/Makefile
 data/fonts/Makefile
 data/icons/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index dfa9b60..c227ea8 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,13 @@
 SUBDIRS = backgrounds fonts icons style things
 
+ INTLTOOL_DESKTOP_RULE@
+
+desktop_in_files = the-board.desktop.in.in
+desktop_files = $(desktop_in_files:.desktop.in.in=.desktop)
+
+desktopdir = $(datadir)/applications
+desktop_DATA = $(desktop_files)
+
+CLEANFILES = $(desktop_files)
+
 -include $(top_srcdir)/git.mk
diff --git a/data/the-board.desktop.in.in b/data/the-board.desktop.in.in
new file mode 100644
index 0000000..8661926
--- /dev/null
+++ b/data/the-board.desktop.in.in
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Terminal=false
+Icon=the-board
+Name=The Board
+_Comment=Make daily records in a board
+Categories=GTK;GNOME;Utility;
+Exec=the-board
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=the-board
+X-GNOME-Bugzilla-Component=general
+X-GNOME-Bugzilla-Version= VERSION@
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c161404..e3a1c71 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,4 @@
+data/the-board.desktop.in
 src/js/ui/backgrounds/checked.js
 src/js/ui/backgrounds/grass.js
 src/js/ui/backgrounds/paper.js



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