diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-24 13:52:29 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-24 13:52:56 +1000 |
commit | 720d1f5fc165b73a1e79b5fc432686cefbd877ca (patch) | |
tree | 1e34259f508143fe468b603dc77487760799bd01 /kde-misc | |
parent | app-text/kchmviewer: Fix icon and desktop entry not installed (diff) | |
download | gentoo-720d1f5fc165b73a1e79b5fc432686cefbd877ca.tar.gz gentoo-720d1f5fc165b73a1e79b5fc432686cefbd877ca.tar.bz2 gentoo-720d1f5fc165b73a1e79b5fc432686cefbd877ca.zip |
kde-misc/plasma-applet-weather-widget: version bump 1.6.9
Gentoo-bug: 622194
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/plasma-applet-weather-widget/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-misc/plasma-applet-weather-widget/Manifest b/kde-misc/plasma-applet-weather-widget/Manifest index cfb5970d24b8..f81fc1078fab 100644 --- a/kde-misc/plasma-applet-weather-widget/Manifest +++ b/kde-misc/plasma-applet-weather-widget/Manifest @@ -1 +1,2 @@ DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee WHIRLPOOL 84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9 +DIST plasma-applet-weather-widget-1.6.9.tar.gz 106942 SHA256 9447a01adf3589006efea647daf3cc5eac74362dcd6475738164ccaac3a8ad98 SHA512 fd8a99fc8c78b90f1553547b3733aa337acb5e39efd242426ae91847694aa1163363f5415e6fa3d83a2bcd90493c4ef24be721d6f915c9ed8b1fb6503699f5d1 WHIRLPOOL 5c4e1752d519be1f3b818dd8e8e888006c82bc5f17f2cddfd93720de25bc5d475c31b590740053f41d8991ca42026bf8b42fd74b51ff600b5c519a9818312542 diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild new file mode 100644 index 000000000000..88e387288f6f --- /dev/null +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 + +LICENSE="GPL-2+" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep plasma) + $(add_qt_dep qtdeclarative 'xml') +" +RDEPEND="${DEPEND}" + +DOCS=( README.md ) |