diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-22 10:34:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-22 10:34:22 +0100 |
commit | e57e403d595a1b4239d58ffa01cfd04116e3d876 (patch) | |
tree | 670e014359cc66d97abb1f174b1659fc14d06261 /lxqt-base/lxqt-notificationd | |
parent | 8ae6831a751f37cc69146795decc0732f625e43d (diff) |
lxqt-base/lxqt-meta : version bump
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-rw-r--r-- | lxqt-base/lxqt-notificationd/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-0.12.0.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest new file mode 100644 index 00000000..1fbfa1e9 --- /dev/null +++ b/lxqt-base/lxqt-notificationd/Manifest @@ -0,0 +1 @@ +DIST lxqt-notificationd-0.12.0.tar.xz 32192 SHA256 f9e2e05152af7ccbb0c8779a24cf992617d27a9148b2403c2dc4c1cbc2615afb SHA512 89243c011b8d5a96d3f407a71d14a8c6c8792cded1d92dd442991b1acf73deb884e0ef668a2806e0348f95affbb408f913e61355c84ba406d20f43fedaf2285a WHIRLPOOL 5da59776d221ccb3e358c8ee95ac512ef62477762a3e32730c32ac11027e26415b18e8b727ac9fc5c0efc10dca98701f8595679a9abc4c200a5387af9b1986cb diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.12.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.12.0.ebuild new file mode 100644 index 00000000..cc09a9b0 --- /dev/null +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.12.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +RDEPEND=" + >=dev-libs/libqtxdg-3.1.0 + 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} + !<x11-misc/lxqt-common-0.11*" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +src_configure() { + local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) + cmake-utils_src_configure +} |