forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qtads-2.1.7.ebuild
51 lines (42 loc) · 1016 Bytes
/
qtads-2.1.7.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils gnome2-utils fdo-mime qmake-utils games
DESCRIPTION="Multimedia interpreter for TADS text adventures"
HOMEPAGE="http://qtads.sourceforge.net"
SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="media-libs/libsdl[sound]
media-libs/sdl-mixer[midi,vorbis]
media-libs/sdl-sound[mp3]
dev-qt/qtcore:5
dev-qt/qtgui:5"
RDEPEND=${DEPEND}
src_configure() {
eqmake5 qtads.pro -after CONFIG-=silent
}
src_install() {
dogamesbin qtads
dodoc AUTHORS HTML_TADS_LICENSE NEWS README
insinto /usr
doins -r share
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}