Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434704 | Differences between
and this patch

Collapse All | Expand All

(-)a/files/matchbox-keyboard-0.1-r1-modernize_desktop.patch (+11 lines)
Line 0 Link Here
1
--- a/matchbox-keyboard.desktop
2
+++ b/matchbox-keyboard.desktop
3
@@ -3,6 +3,6 @@
4
 Comment=Virtual Keyboard
5
 Exec=matchbox-keyboard
6
 Type=Application
7
-Icon=matchbox-keyboard.png
8
-Categories=Panel;Utility;MB
9
+Icon=matchbox-keyboard
10
+Categories=Utility;X-MB;X-Panel;
11
 X-MB-INPUT-MECHANSIM=True
(-)a/matchbox-keyboard-0.1-r1.ebuild (+28 lines)
Line 0 Link Here
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
4
5
EAPI="6"
6
7
inherit versionator eutils
8
9
DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard"
10
HOMEPAGE="http://matchbox-project.org/"
11
SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
12
LICENSE="GPL-2"
13
SLOT="0"
14
15
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
16
IUSE="debug cairo"
17
18
DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
19
PATCHES=( "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch )
20
21
DEPEND="x11-libs/libfakekey
22
	cairo? ( x11-libs/cairo[X] )
23
	!cairo? ( x11-libs/libXft )"
24
RDEPEND="$DEPEND"
25
26
src_configure() {
27
	econf $(use_enable debug) $(use_enable cairo)
28
}
(-)a/metadata.xml (+9 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
3
<pkgmetadata>
4
	<maintainer type="person">
5
		<email>popham@uw.edu</email>
6
		<name>Tim Popham</name>
7
		<description>Proxied maintainer</description>
8
	</maintainer>
9
	<maintainer type="project">
10
		<email>proxy-maint@gentoo.org</email>
11
		<name>Proxy Maintainers</name>
12
	</maintainer>
4
</pkgmetadata>
13
</pkgmetadata>

Return to bug 434704