[california/wip/725765-desktop] Tweaks



commit 0ea5cb71fe0bf79eeec2760473125c808cdb5a2e
Author: Jim Nelson <jim yorba org>
Date:   Tue Apr 15 17:52:47 2014 -0700

    Tweaks

 Makefile.am                   |    2 +-
 data/Makefile.am              |    6 ++++--
 data/california.desktop.in.in |    4 +++-
 po/POTFILES.in                |    1 +
 src/Makefile.am               |    3 ++-
 5 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4200fb2..d691c19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 NULL =
-GITIGNOREFILES=
+GITIGNOREFILES =
 
 # Build in these directories:
 
diff --git a/data/Makefile.am b/data/Makefile.am
index 3ac9766..56ee016 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,3 @@
-NULL =
-
 data_desktopdir = $(datadir)/applications
 data_desktop_in_files = data/california.desktop.in
 data_desktop_DATA = $(data_desktop_in_files:.desktop.in=.desktop)
@@ -16,3 +14,7 @@ DISTCLEANFILES += \
        $(data_desktop_DATA) \
        $(NULL)
 
+GITIGNOREFILES += \
+       $(data_desktop_in_files) \
+       $(data_desktop_DATA) \
+       $(NULL)
diff --git a/data/california.desktop.in.in b/data/california.desktop.in.in
index 8279e60..031b217 100644
--- a/data/california.desktop.in.in
+++ b/data/california.desktop.in.in
@@ -1,13 +1,15 @@
 [Desktop Entry]
 _Name=California
 _Comment=GNOME 3 Calendar
+_Keywords=Events;
 Exec=california %u
 TryExec=california
 Terminal=false
 Type=Application
 Icon=x-office-calendar
 StartupNotify=true
-Categories=GNOME;GTK;Office;
+Categories=GNOME;GTK;Office;Calendar;
+OnlyShowIn=GNOME;Unity;
 MimeType=text/calendar;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=california
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 443f6ff..e96eaef 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
 [encoding: UTF-8]
 # List of source files which contain translatable strings.
+data/california.desktop.in.in
 src/activator/activator.vala
 src/application/california-commandline.vala
 src/activator/google/activator-google-authenticating-pane.vala
diff --git a/src/Makefile.am b/src/Makefile.am
index ee35640..f535a81 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,5 @@
 NULL =
+GITIGNOREFILES = 
 
 AM_CPPFLAGS = \
        $(CALIFORNIA_CFLAGS) \
@@ -185,7 +186,7 @@ DISTCLEANFILES = \
        Makefile.in \
        $(NULL)
 
-GITIGNOREFILES = \
+GITIGNOREFILES += \
        $(california_VALASOURCES:%.vala=%.c) \
        $(NULL)
 


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