summaryrefslogtreecommitdiff
path: root/kde-misc/plasma-applet-weather-widget
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /kde-misc/plasma-applet-weather-widget
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'kde-misc/plasma-applet-weather-widget')
-rw-r--r--kde-misc/plasma-applet-weather-widget/Manifest2
-rw-r--r--kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild (renamed from kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild)14
2 files changed, 6 insertions, 10 deletions
diff --git a/kde-misc/plasma-applet-weather-widget/Manifest b/kde-misc/plasma-applet-weather-widget/Manifest
index ebcf456ceb29..44707944213e 100644
--- a/kde-misc/plasma-applet-weather-widget/Manifest
+++ b/kde-misc/plasma-applet-weather-widget/Manifest
@@ -1,3 +1,3 @@
DIST plasma-applet-weather-widget-1.6.10.tar.gz 107848 BLAKE2B a434a7c6c26effa5daee37ae1d03e26793543112404b9e607346ac2f34405bcc068a201b9c371606d60cd129fda45e2dbb6d7cadf038365e1b2a5cdfc1813b1a SHA512 5db4c2e426b9b8296b70ec4edf5fc2dbc5e8056f66327569008a77b05201896ed23039aae063807726376e203d637053884bfeeac78c59c519b7fc5685797331
-EBUILD plasma-applet-weather-widget-1.6.10.ebuild 667 BLAKE2B 9fab62511a6994f1041361a2c8277881ac846982abec5261819cd7b8068672c2187a3f2609e9e8868e2305ac95c7418704f7367543ee2a652972041ea60eb758 SHA512 e6f757fd11dd4ee65550f587fb4162a321f8df267e715778955d92f8a3b2ae422078172ffd7db9e7493b884767953c0b4c8d2b42061bfc3d58712849c460676d
+EBUILD plasma-applet-weather-widget-1.6.10-r1.ebuild 589 BLAKE2B 67e08737c574130df732ab63ce78103ace152e65eb572d5e4412689122aee78e64c66ee746df463a82ac99f2e33fe516fe4535e29b428d20124a5a383afe7ae8 SHA512 398952f1b3718ecd627f6eed08192cced46673a552e0418ffef17d5b376591bda41b32fefd8c47ad3dc9cdda56a33a2e0910b8b357f77a62f6e583dea986e300
MISC metadata.xml 351 BLAKE2B 9b0ff19c204b213ba4e11788da293395627aebc0105c5788b62649a283588904e55cae51489d4c84584e185ab6cdca3ef78901e5d521dd318be19c32ae49bdfa SHA512 e600558dade72c9c394662b00bf20109b854992e2cd30fb4668bae5fddefa6f137f1975a36ab2ca8b8ff597a012b4cd656aca598472b2b0f59820ae914290995
diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild
index 88e387288f6f..22f4f310aba5 100644
--- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild
+++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild
@@ -1,19 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+QT_MINIMAL=5.12.1
inherit kde5
DESCRIPTION="Plasma 5 applet for weather forecasts"
HOMEPAGE="https://store.kde.org/content/show.php/Weather+Widget?content=169572
https://github.com/kotelnik/plasma-applet-weather-widget"
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
- EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
-else
- SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-fi
+SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
@@ -21,7 +17,7 @@ IUSE=""
DEPEND="
$(add_frameworks_dep plasma)
- $(add_qt_dep qtdeclarative 'xml')
+ $(add_qt_dep qtxmlpatterns 'qml(+)' 5.12.1-r1)
"
RDEPEND="${DEPEND}"