summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2015-02-10 17:11:47 +0000
committerBen de Groot <yngwin@gentoo.org>2015-02-10 17:11:47 +0000
commit7cacfce03fbc6ed285bc1a76ed283141b4a6ce9e (patch)
tree2a0512e650858566ed49e53da009ace5047b0974 /lxqt-base/lxqt-notificationd
parentLXQt 0.9.0 version bump (diff)
downloadgentoo-2-7cacfce03fbc6ed285bc1a76ed283141b4a6ce9e.tar.gz
gentoo-2-7cacfce03fbc6ed285bc1a76ed283141b4a6ce9e.tar.bz2
gentoo-2-7cacfce03fbc6ed285bc1a76ed283141b4a6ce9e.zip
LXQt 0.9.0 version bump
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-rw-r--r--lxqt-base/lxqt-notificationd/ChangeLog8
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild35
2 files changed, 42 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/ChangeLog b/lxqt-base/lxqt-notificationd/ChangeLog
index 3b0a6d615be6..bff52227eef1 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.7 2015/01/30 16:32:20 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.8 2015/02/10 17:11:47 yngwin Exp $
+
+*lxqt-notificationd-0.9.0 (10 Feb 2015)
+
+ 10 Feb 2015; Ben de Groot <yngwin@gentoo.org>
+ +lxqt-notificationd-0.9.0.ebuild:
+ LXQt 0.9.0 version bump
30 Jan 2015; Michael Palimaka <kensington@gentoo.org>
lxqt-notificationd-0.7.0.ebuild, lxqt-notificationd-0.8.0.ebuild:
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild
new file mode 100644
index 000000000000..a4cf9e01eee4
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.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.ebuild,v 1.1 2015/02/10 17:11:47 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-${PV}
+"
+RDEPEND="${DEPEND}"