[SCM] mate-file-manager Debian package branch, master, updated. 3e95ddf2e29f7a2e1cc0a7e025d7ba3d0cb98e9d

Mike Gabriel sunweaver at moszumanska.debian.org
Sun Feb 9 17:54:58 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/caja.git;a=commitdiff;h=f16099f

The following commit has been merged in the master branch:
commit f16099f9768125de25d15f31c3814f0097033e08
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Feb 9 18:53:15 2014 +0100

    debian/patches: re-arrange patches, add patch to add keywords to .desktop files
---
 debian/control                                     |  3 +-
 .../1001_add-keywords-to-desktop-files.patch       | 40 ++++++++++++++++++++++
 ...01_add-manpage-for-caja-autorun-software.patch} |  0
 debian/patches/README                              |  3 ++
 debian/patches/series                              |  3 +-
 5 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index cdbd296..f84c757 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,8 @@ Build-Depends: debhelper (>= 9),
                gir1.2-glib-2.0, 
                gir1.2-gtk-2.0, 
                gir1.2-pango-1.0,
-               libgirepository1.0-dev
+               libgirepository1.0-dev,
+               quilt,
 Standards-Version: 3.9.5
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/caja.git;a=summary
diff --git a/debian/patches/1001_add-keywords-to-desktop-files.patch b/debian/patches/1001_add-keywords-to-desktop-files.patch
new file mode 100644
index 0000000..27bee92
--- /dev/null
+++ b/debian/patches/1001_add-keywords-to-desktop-files.patch
@@ -0,0 +1,40 @@
+Description: Provide Keywords key for .desktop files
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+--- a/data/caja-browser.desktop.in.in
++++ b/data/caja-browser.desktop.in.in
+@@ -9,6 +9,7 @@
+ StartupNotify=true
+ Type=Application
+ Categories=GTK;System;Utility;Core;
++Keywords=files;browser;manager;MATE;
+ OnlyShowIn=MATE;
+ X-MATE-Bugzilla-Bugzilla=MATE
+ X-MATE-Bugzilla-Product=caja
+--- a/data/caja-computer.desktop.in.in
++++ b/data/caja-computer.desktop.in.in
+@@ -8,6 +8,7 @@
+ StartupNotify=true
+ Type=Application
+ Categories=GTK;Core;
++Keywords=browse;disks;folders;local;remote;computer;MATE;
+ OnlyShowIn=MATE;
+ X-MATE-Bugzilla-Bugzilla=MATE
+ X-MATE-Bugzilla-Product=caja
+--- a/src/mate-network-scheme.desktop.in
++++ b/src/mate-network-scheme.desktop.in
+@@ -8,4 +8,5 @@
+ Type=Application
+ Icon=network-workgroup
+ Categories=Core;
++Keywords=bookmarks;browse;local;network;locations;MATE;
+ OnlyShowIn=MATE;
+--- a/data/caja-home.desktop.in.in
++++ b/data/caja-home.desktop.in.in
+@@ -8,6 +8,7 @@
+ StartupNotify=true
+ Type=Application
+ Categories=GTK;Core;
++Keywords=home;personal;folder;open;MATE;
+ OnlyShowIn=MATE;
+ X-MATE-Bugzilla-Bugzilla=MATE
+ X-MATE-Bugzilla-Product=caja
diff --git a/debian/patches/08-add-manpage-for-caja-autorun-software.patch b/debian/patches/2001_add-manpage-for-caja-autorun-software.patch
similarity index 100%
rename from debian/patches/08-add-manpage-for-caja-autorun-software.patch
rename to debian/patches/2001_add-manpage-for-caja-autorun-software.patch
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
index fd6965f..a8df15b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-08-add-manpage-for-caja-autorun-software.patch
+1001_add-keywords-to-desktop-files.patch
+2001_add-manpage-for-caja-autorun-software.patch

-- 
mate-file-manager Debian package



More information about the pkg-mate-commits mailing list