summaryrefslogtreecommitdiff
blob: 93c19ae7030128de87d7572fe109029ab34cf5fc (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
30
31
32
33
34
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
MY_PN="${PN/pidgin-}"
MY_P="${MY_PN}-${PV}"

inherit cmake-utils

DESCRIPTION="Away-on-Lock change your Pidgin status when the screensaver gets activated"
HOMEPAGE="http://costela.net/projects/awayonlock/"
SRC_URI="http://costela.net/files/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-im/pidgin
		 dev-libs/dbus-glib"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"


S="${WORKDIR}/${MY_P}"

src_install() {
	cmake-utils_src_install
	dodoc AUTHORS
	insinto /usr/share/doc/${PF}
	doins utils/mimic_gnome-screensaver.py
}