forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gentoo-bug: 593382 * EAPI=6 * Take over maintainership of package * Fix .desktop files Package-Manager: portage-2.3.2
- Loading branch information
1 parent
ee5fa99
commit 8030a7c
Showing
3 changed files
with
55 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Fix QA issues caused by outdated .desktop files: | ||
* QA Notice: This package installs one or more .desktop files that do not | ||
* pass validation. | ||
* | ||
* /usr/share/applications/nerolinux.desktop: warning: | ||
* key "Categories" in group "Desktop Entry" contains a deprecated value "Application" | ||
|
||
--- a/usr/share/applications/nerolinux.desktop | ||
+++ b/usr/share/applications/nerolinux.desktop | ||
@@ -53,4 +53,4 @@ | ||
Icon=nerolinux | ||
MimeType=application/x-cd-image;application/x-iso;application/x-cue;application/x-nero-disc-image;application/x-nero-linux-compilation | ||
Terminal=false | ||
-Categories=Application;AudioVideo;DiscBurning;Recorder; | ||
+Categories=AudioVideo;DiscBurning;Recorder; | ||
--- a/usr/share/applications/nerolinuxexpress.desktop | ||
+++ b/usr/share/applications/nerolinuxexpress.desktop | ||
@@ -53,4 +53,4 @@ | ||
Icon=nerolinuxexpress | ||
MimeType=application/x-cd-image;application/x-iso;application/x-cue;application/x-nero-disc-image;application/x-nero-linux-compilation | ||
Terminal=false | ||
-Categories=Application;AudioVideo;DiscBurning;Recorder; | ||
+Categories=AudioVideo;DiscBurning;Recorder; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<!-- maintainer-needed --> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>David Seifert</name> | ||
</maintainer> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters