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/matchbox-keyboard/files/matchbox-keyboard-0.1-r1-modernize_desktop.patch (+11 lines)
Line 0 Link Here
1
--- matchbox-keyboard.desktop
2
+++ matchbox-keyboard.desktop.new
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 (+36 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
RDEPEND="x11-libs/libfakekey
19
	cairo? ( x11-libs/cairo[X] )
20
	!cairo? ( x11-libs/libXft )"
21
22
src_prepare() {
23
	epatch "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch
24
25
	eapply_user
26
}
27
28
src_configure() {
29
	econf $(use_enable debug) $(use_enable cairo)
30
}
31
32
src_install() {
33
	emake DESTDIR="${D}" install
34
35
	dodoc AUTHORS ChangeLog INSTALL NEWS README
36
}
(-)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