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.
gentoo-overlay/razorqt-base/libqtxdg/libqtxdg-0.5.1.ebuild

35 lines
844 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.1.ebuild,v 1.2 2012/10/29 12:40:59 yngwin Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="A Qt implementation of XDG standards"
HOMEPAGE="http://razor-qt.org/"
if [[ ${PV} = *9999* ]]; then
inherit git-2
EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git"
EGIT_BRANCH="master"
KEYWORDS=""
else
SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/razorqt-${PV}"
fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""
DEPEND="sys-apps/file
x11-libs/qt-core:4
x11-libs/qt-gui:4
!<razorqt-base/razorqt-meta-0.5.0
!x11-wm/razorqt"
RDEPEND="${DEPEND}
x11-misc/xdg-utils"
CMAKE_USE_DIR=${S}/libraries/qtxdg