Skip to content

Commit

Permalink
kde-misc/plasma-applet-weather-widget: Version bump 1.6.10
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/631940
Package-Manager: Portage-2.3.10, Repoman-2.3.3
  • Loading branch information
johu committed Sep 24, 2017
1 parent 4b2e96e commit 584c8ad
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-misc/plasma-applet-weather-widget/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST plasma-applet-weather-widget-1.6.10.tar.gz 107848 SHA256 9557441285121be52bfe27fa2bb214e865132b8581953faf88f1fae4ae1e87f2 SHA512 5db4c2e426b9b8296b70ec4edf5fc2dbc5e8056f66327569008a77b05201896ed23039aae063807726376e203d637053884bfeeac78c59c519b7fc5685797331 WHIRLPOOL b2f8b570d1ea97f39f742f2a546d8cf294c8af814283ea78c236a1672c460e04c6e3eb2134b3dde82e2a28d0143108cccf59d523e3a5abb9742e706388d15be8
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
Original file line number Diff line number Diff line change
@@ -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 )

0 comments on commit 584c8ad

Please sign in to comment.