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: bump to 3.22.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: gentoo#3208 Signed-off-by: Gilles Dartiguelongue <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 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,2 +1,3 @@ | ||
DIST gnome-calendar-3.20.4.tar.xz 2334648 SHA256 eb39488c7087eb597d281f16414fe6439fc8280b618535a66db85e5cfceccc11 SHA512 bd7925c3589d8b9464d29d7f6bfe875bd920acdaf71fe26ef2961943ac5409fd6b92b3950f8cc1c2c65c37067c7009b06cf9dac1d3c8240ec041a89d4a4b3091 WHIRLPOOL 9f327c8c669dc5117114bc7c50c95c7bae305d3aa2c7d0f360f151b0588221539622338de31eea7fdd7d2f95596aaab83494d3f2c436d3432995305cd4efefc3 | ||
DIST gnome-calendar-3.22.1.tar.xz 2371412 SHA256 e6a3670c63122c4b37fbe243a54486e019c1bfd9a27c709234fb81b9e0c13360 SHA512 042b32a3173e24db6236545ffbd71548e26d804ef37b7cd880408b0aa17d15dbe89c3874563b4b785bf367ad1003ee8da2785dc6ea49ee13e4c6c1e78d806020 WHIRLPOOL df9f228482410bc1c1bc3e172b7384e6e730602e4f49b4eb15a482ed18dcbe8ac2d6f4bb77022b1f2a8b1aed84c753573f8e70b12f3549cc609551eb799b81e3 | ||
DIST gnome-calendar-3.22.2.tar.xz 2373628 SHA256 3096278eb4ccfee326262808451111236023bba8e0c9d332c319fb05cfdc910f SHA512 5953513e8f0dc2efbf90e052fbe873bada052ae9b1dd638c4328a164886915b9166e46e0f0d93921338fd9979af792f966da11b17ed6f0a0c0a3fd6106576f10 WHIRLPOOL d37b0fe9a4df014ef3ea4addc986ec6f7dce9e109e140fc8c93158696c0e439745c866b1ad166e34928f3405f0008d868f3dbe5ddde7f551ba884304da9fe03b |
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,31 @@ | ||
# 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-base/gsettings-desktop-schemas-3.21.2 | ||
>=gnome-extra/evolution-data-server-3.17.1:= | ||
>=net-libs/gnome-online-accounts-3.2.0:= | ||
>=x11-libs/gtk+-3.21.6:3 | ||
" | ||
DEPEND="${RDEPEND} | ||
dev-libs/appstream-glib | ||
dev-util/gdbus-codegen | ||
>=dev-util/intltool-0.40.6 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" |