debian/patches: (a) add missing keywords to .desktop file, (b) omit GFDL-1.1 licensed doc files during build

This commit is contained in:
Mike Gabriel
2014-02-18 10:39:36 +01:00
parent acf7492d59
commit 096b8124cd
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Description: Add keywords key to .desktop file
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/mate-system-monitor.desktop.in.in
+++ b/mate-system-monitor.desktop.in.in
@@ -9,6 +9,7 @@
Type=Application
StartupNotify=true
Categories=GTK;System;Monitor;
+Keywords=MATE;system;monitor;process;list;view;current;resources;
OnlyShowIn=MATE;
X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=system-monitor

View File

@ -0,0 +1,22 @@
Description: Don't build non-DFSG (GFDL 1.1 licensed) help files
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,6 @@
src/Makefile
pixmaps/Makefile
po/Makefile.in
-help/Makefile
mate-system-monitor.desktop.in
])
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = pixmaps po src help
+SUBDIRS = pixmaps po src
man_MANS = mate-system-monitor.1

2
debian/patches/series vendored Normal file
View File

@ -0,0 +1,2 @@
1001_add-keywords-to-desktop-file.patch
2001_omit-gfdl-licensed-help-files.patch