mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-misc/plasma-applet-weather-widget: version bump 1.6.9
Gentoo-bug: 622194 Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
Reference in New Issue
Block a user