Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424224 Details for
Bug 434704
x11-misc/matchbox-keyboard-0.1: QA Notice: This package installs one or more .desktop files that do not pass validation.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix QA warnings
install_modernize_desktop_patch.patch (text/plain), 1.92 KB, created by
popham
on 2016-01-30 10:11:44 UTC
(
hide
)
Description:
Fix QA warnings
Filename:
MIME Type:
Creator:
popham
Created:
2016-01-30 10:11:44 UTC
Size:
1.92 KB
patch
obsolete
>diff -ruN a/matchbox-keyboard/files/matchbox-keyboard-0.1-modernize_desktop.patch b/matchbox-keyboard/files/matchbox-keyboard-0.1-modernize_desktop.patch >--- a/matchbox-keyboard/files/matchbox-keyboard-0.1-modernize_desktop.patch 1970-01-01 00:00:00.000000000 +0000 >+++ b/matchbox-keyboard/files/matchbox-keyboard-0.1-modernize_desktop.patch 2016-01-30 10:01:03.393219686 +0000 >@@ -0,0 +1,11 @@ >+--- matchbox-keyboard.desktop 2005-10-20 10:55:44.000000000 +0000 >++++ matchbox-keyboard.desktop.new 2016-01-30 09:44:24.106489359 +0000 >+@@ -3,6 +3,6 @@ >+ Comment=Virtual Keyboard >+ Exec=matchbox-keyboard >+ Type=Application >+-Icon=matchbox-keyboard.png >+-Categories=Panel;Utility;MB >++Icon=matchbox-keyboard >++Categories=Utility;X-MB;X-Panel; >+ X-MB-INPUT-MECHANSIM=True >diff -ruN a/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild b/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild >--- a/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild 1970-01-01 00:00:00.000000000 +0000 >+++ b/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild 2016-01-30 10:01:03.393219686 +0000 >@@ -0,0 +1,36 @@ >+# Copyright 1999-2014 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+# $Id$ >+ >+EAPI="2" >+ >+inherit versionator eutils >+ >+DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard" >+HOMEPAGE="http://matchbox-project.org/" >+SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" >+LICENSE="GPL-2" >+SLOT="0" >+ >+KEYWORDS="amd64 ~arm ~hppa ppc x86" >+IUSE="debug cairo" >+ >+DEPEND="x11-libs/libfakekey >+ cairo? ( x11-libs/cairo[X] ) >+ !cairo? ( x11-libs/libXft )" >+ >+src_prepare() { >+ epatch "${FILESDIR}"/${PN}-0.1-modernize_desktop.patch >+} >+ >+src_configure() { >+ econf $(use_enable debug) \ >+ $(use_enable cairo) \ >+ || die "Configuration failed" >+} >+ >+src_install() { >+ make DESTDIR="${D}" install || die "Installation failed" >+ >+ dodoc AUTHORS ChangeLog INSTALL NEWS README >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 434704
:
424224
|
425170
|
425174