forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnome-extra/gnome-calendar: version bump 3.20.3 → 3.20.4
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST gnome-calendar-3.18.3.tar.xz 2299900 SHA256 db5b76059725acec18e54b6b8becbbaac2cc6093790ae744d7c93b3afe879575 SHA512 cc3c9bc7eb691f590bb88dd6c8304f2cb5165d87f8f110632e74475ee2a96036ae61f9b1f79e130e4799da27d43ca20c80a4165a38fd21112db8abc7bf303e83 WHIRLPOOL 4c5a74a44242b0bb9d62aade16d07bd31de2400b5b9d7e62127cd94ba951aa88db559067ff4b89c8350825dcfe5c2d979d887aab2795bc92dbed41638c1406b5 | ||
DIST gnome-calendar-3.20.2.tar.xz 2330912 SHA256 f132cff56310b83cf086628e949685b04cdaf872e989d67dbb8a3e4e9943deee SHA512 6e7d2bfdc465d76660c6b3ad6db3f4e7f76b957664185f915bd6d74348b6dbe4cf07fafa07989055d6196d63dc60b72d5c07e9456f912f23e7ad7f4af553d168 WHIRLPOOL bc12e06c9ce38f27985cf9040706a626826d00e61f0b5f33656887510f0a69b151010b77a30a1aaf57d77d1288f1e8aef549c37f26ff33476d843b98de723da2 | ||
DIST gnome-calendar-3.20.3.tar.xz 2334380 SHA256 8f12f554447d3147817b162d708dfd4a596b8303bfee9fe358ec7091fceec36b SHA512 99a4572263b4419f5b79ab5d4660b03234db39f5c6e9042175002f16d1e552c9f7bdbb10ca28157f615f2b8934d12a892644f143f168f186ed9f7fe4409d1748 WHIRLPOOL b3e17e7909694989b4922148c93f0dbfed797772cdfa6dcaf7a240ef17dbfc658aa996075e27116530c90c57661b9ea7fd69879309a0026ee2b8aee72c2a18ff | ||
DIST gnome-calendar-3.20.4.tar.xz 2334648 SHA256 eb39488c7087eb597d281f16414fe6439fc8280b618535a66db85e5cfceccc11 SHA512 bd7925c3589d8b9464d29d7f6bfe875bd920acdaf71fe26ef2961943ac5409fd6b92b3950f8cc1c2c65c37067c7009b06cf9dac1d3c8240ec041a89d4a4b3091 WHIRLPOOL 9f327c8c669dc5117114bc7c50c95c7bae305d3aa2c7d0f360f151b0588221539622338de31eea7fdd7d2f95596aaab83494d3f2c436d3432995305cd4efefc3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
inherit gnome2 | ||
|
||
DESCRIPTION="Manage your online calendars with simple and modern interface" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Calendar" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244 | ||
RDEPEND=" | ||
>=dev-libs/glib-2.43.4:2 | ||
>=dev-libs/libical-1.0.1 | ||
>=gnome-extra/evolution-data-server-3.17.1:= | ||
>=net-libs/gnome-online-accounts-3.2.0:= | ||
>=x11-libs/gtk+-3.19.1:3 | ||
" | ||
DEPEND="${RDEPEND} | ||
dev-libs/appstream-glib | ||
dev-util/gdbus-codegen | ||
>=dev-util/intltool-0.40.6 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" |