You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
599 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils
DESCRIPTION="OpenSync multisync-gui"
HOMEPAGE="http://www.opensync.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
RDEPEND="~app-pda/libopensync-0.36
>=dev-libs/libxml2-2.6.30
>=gnome-base/libglade-2.6.2:2.0
>=x11-libs/gtk+-2.21:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
epatch \
"${FILESDIR}"/${PN}-0.92.0-cmake.patch \
"${FILESDIR}"/${PN}-0.92.0-pixbuf-include.patch
}