debian/patches: (a) add missing keywords to .desktop file, (b) omit GFDL-1.1 licensed doc files during build
This commit is contained in:
12
debian/patches/1001_add-keywords-to-desktop-file.patch
vendored
Normal file
12
debian/patches/1001_add-keywords-to-desktop-file.patch
vendored
Normal 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
|
22
debian/patches/2001_omit-gfdl-licensed-help-files.patch
vendored
Normal file
22
debian/patches/2001_omit-gfdl-licensed-help-files.patch
vendored
Normal 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
2
debian/patches/series
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
1001_add-keywords-to-desktop-file.patch
|
||||
2001_omit-gfdl-licensed-help-files.patch
|
Reference in New Issue
Block a user