diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-20 11:45:20 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-20 11:45:20 +0000 |
commit | bf0fe1f9f84515b0059a0b825e6e63003466abd4 (patch) | |
tree | 8b20895c05d1e70f92fe1ba2c2b10e546a84d64b /lxqt-base | |
parent | version bump (bug #540264) (diff) | |
download | gentoo-2-bf0fe1f9f84515b0059a0b825e6e63003466abd4.tar.gz gentoo-2-bf0fe1f9f84515b0059a0b825e6e63003466abd4.tar.bz2 gentoo-2-bf0fe1f9f84515b0059a0b825e6e63003466abd4.zip |
update due to lxqt-common version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/ChangeLog | 8 | ||||
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild | 35 |
2 files changed, 42 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/ChangeLog b/lxqt-base/lxqt-notificationd/ChangeLog index bff52227eef1..fec55c29db1c 100644 --- a/lxqt-base/lxqt-notificationd/ChangeLog +++ b/lxqt-base/lxqt-notificationd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for lxqt-base/lxqt-notificationd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.8 2015/02/10 17:11:47 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.9 2015/02/20 11:45:20 yngwin Exp $ + +*lxqt-notificationd-0.9.0-r1 (20 Feb 2015) + + 20 Feb 2015; Ben de Groot <yngwin@gentoo.org> + +lxqt-notificationd-0.9.0-r1.ebuild: + update due to lxqt-common version bump *lxqt-notificationd-0.9.0 (10 Feb 2015) diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild new file mode 100644 index 000000000000..2f4128c1074a --- /dev/null +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild,v 1.1 2015/02/20 11:45:20 yngwin Exp $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt notification daemon and library" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +DEPEND=" + >=dev-libs/libqtxdg-1.0.0 + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + kde-frameworks/kwindowsystem:5 + ~lxqt-base/liblxqt-${PV} + =lxqt-base/lxqt-common-0.9* +" +RDEPEND="${DEPEND}" |