summaryrefslogtreecommitdiff
blob: b84c07b53e4d39d5c6c88e45707b60fa61a8fe9c (plain)
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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

SNAPSHOT="yes"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DESCRIPTION="SlideShoQ is a PDF presentation software that supports two-screen presentations: One screen shows the current slide fullscreen, i.e. what you want to show on the projector for the audience, the second screen is your computer, which shows the current, next and previous slides, current time and other useful information."
IUSE=""

inherit git-2

EGIT_REPO_URI="git://gitorious.org/slideshoq/slideshoq.git"
PATCHES=""

SRC_URI=""
S=${WORKDIR}/${PN}

RDEPEND="x11-libs/qt-gui"
RDEPEND="${DEPEND}"

src_compile() {
	qmake
	emake
}
src_install() {
	exeinto /usr/bin
	doexe slideshoq
}