[planner: 31/40] data: Fix .desktop file handling under meson with no intltool




commit 5448ac236650bb3eb596e25711ac86a3cd5415f1
Author: Mart Raudsepp <leio gentoo org>
Date:   Wed Mar 4 19:15:57 2020 +0200

    data: Fix .desktop file handling under meson with no intltool
    
    Also drop legacy GNOME Bugzilla entries, which avoids needing to
    configure_file() it for the VERSION.
    Previously the build would fail if configure hadn't been ran in
    build dir, as no planner.desktop.in would be there.

 data/planner.desktop.in    | 13 +++++++++++++
 data/planner.desktop.in.in | 18 ------------------
 po/POTFILES.in             |  2 +-
 po/POTFILES.skip           |  2 --
 4 files changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/data/planner.desktop.in b/data/planner.desktop.in
new file mode 100644
index 00000000..4f0307e0
--- /dev/null
+++ b/data/planner.desktop.in
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Planner
+GenericName=Project Management
+X-GNOME-FullName=Planner Project Management
+Comment=Handle the tasks, resources, and cost of your projects
+Keywords=Gantt;Chart;Critical path;Relationship;Dependency;WBS;
+Exec=planner %F
+Icon=gnome-planner
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Office;ProjectManagement;
+StartupNotify=true
+MimeType=application/x-planner;
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c29a0a7e..051052e0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -19,7 +19,7 @@ data/glade/task-input-dialog.glade
 data/mime/planner.keys.in
 data/mime/planner.xml.in
 
-data/planner.desktop.in.in
+data/planner.desktop.in
 data/planner.schemas.in
 data/stylesheets/localizable.xml
 
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index d65c2171..8fc7d7b3 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -4,8 +4,6 @@ data/ui/bugzilla-plugin.ui
 data/ui/cost-plugin.ui
 data/ui/resource-limit-plugin.ui
 
-data/planner.desktop.in
-
 eds-backend/e-cal-backend-planner.c
 eds-backend/planner-source/planner-source.c
 


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