summaryrefslogtreecommitdiff
path: root/lxqt-base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-22 12:03:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-22 12:03:33 +0100
commitb05037a51693e0aa76a74acaeaa4176f069ebb04 (patch)
tree4a25b0c16fc172297bdf9fe3416e56424bf898d2 /lxqt-base
parent4f6118b68b88ee3e1f3957a8530c66dffe4a52da (diff)
lxqt-base/lxqt-notificationd : EAPI bump
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild42
1 files changed, 23 insertions, 19 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
index d3cd6668..d91bba9d 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
@@ -1,33 +1,37 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
inherit cmake-utils
DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org/"
-SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
-KEYWORDS="amd64"
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
-LICENSE="GPL-2 LGPL-2.1+"
+LICENSE="LGPL-2.1+"
SLOT="0"
-RDEPEND="
- >=dev-libs/libqtxdg-3.2.0
+BDEPEND="
+ dev-qt/linguist-tools:5
+ >=lxqt-base/lxqt-build-tools-0.6.0
+"
+DEPEND="
+ >=dev-libs/libqtxdg-3.3.1
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}"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- !!lxqt-base/lxqt-common"
-
-src_configure() {
- local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
- cmake-utils_src_configure
-}
+ =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}
+ !lxqt-base/lxqt-l10n
+"