[SCM] mate-file-manager Debian package branch, master, updated. 0aad6c57ff9981de4dca4f9ce57b4d0ea95fd9b4
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Feb 20 14:42:34 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/caja.git;a=commitdiff;h=a342bac
The following commit has been merged in the master branch:
commit a342bac8e0743c1af7b971703a8230d66d068dfb
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Feb 20 15:41:55 2014 +0100
Add patch 1003_fix-missing-main-category-in-desktop-files.patch. Silence a lintian warning that complains about a missing main category in some desktop files.
---
debian/changelog | 8 +++++
...ix-missing-main-category-in-desktop-files.patch | 41 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 50 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cde1a01..b0f2b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+caja (1.6.4-2) UNRELEASED; urgency=low
+
+ * Add patch 1003_fix-missing-main-category-in-desktop-files.patch. Silence
+ a lintian warning that complains about a missing main category in some
+ desktop files.
+
+ -- Mike Gabriel <sunweaver at debian.org> Thu, 20 Feb 2014 13:22:18 +0100
+
caja (1.6.4-1) unstable; urgency=low
* Initial release. (Closes: #727061).
diff --git a/debian/patches/1003_fix-missing-main-category-in-desktop-files.patch b/debian/patches/1003_fix-missing-main-category-in-desktop-files.patch
new file mode 100644
index 0000000..f37306f
--- /dev/null
+++ b/debian/patches/1003_fix-missing-main-category-in-desktop-files.patch
@@ -0,0 +1,41 @@
+Description: Add a desktop file main category to categories
+Author: Sander Sweers
+--- a/data/caja-computer.desktop.in.in
++++ b/data/caja-computer.desktop.in.in
+@@ -7,9 +7,10 @@
+ Terminal=false
+ StartupNotify=true
+ Type=Application
+-Categories=GTK;Core;
++Categories=GTK;System;Core;
+ Keywords=browse;disks;folders;local;remote;computer;MATE;
+ OnlyShowIn=MATE;
++NoDisplay=true;
+ X-MATE-Bugzilla-Bugzilla=MATE
+ X-MATE-Bugzilla-Product=caja
+ X-MATE-Bugzilla-Component=general
+--- a/data/caja-home.desktop.in.in
++++ b/data/caja-home.desktop.in.in
+@@ -7,9 +7,10 @@
+ Terminal=false
+ StartupNotify=true
+ Type=Application
+-Categories=GTK;Core;
++Categories=GTK;System;Core;
+ Keywords=home;personal;folder;open;MATE;
+ OnlyShowIn=MATE;
++NoDisplay=true;
+ X-MATE-Bugzilla-Bugzilla=MATE
+ X-MATE-Bugzilla-Product=caja
+ X-MATE-Bugzilla-Component=general
+--- a/src/mate-network-scheme.desktop.in
++++ b/src/mate-network-scheme.desktop.in
+@@ -7,6 +7,7 @@
+ StartupNotify=true
+ Type=Application
+ Icon=network-workgroup
+-Categories=Core;
++Categories=GTK;System;Core;
+ Keywords=bookmarks;browse;local;network;locations;MATE;
+ OnlyShowIn=MATE;
++NoDisplay=true;
diff --git a/debian/patches/series b/debian/patches/series
index d51fdf5..c7a5f19 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
1001_add-keywords-to-desktop-files.patch
1002_fix-caja-autorun-software-man-page.patch
+1003_fix-missing-main-category-in-desktop-files.patch
--
mate-file-manager Debian package
More information about the pkg-mate-commits
mailing list