diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-11-19 13:27:05 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-11-19 16:58:34 +0100 |
commit | 77cb42ccf5122959d96b5c694252f259ff1c3fda (patch) | |
tree | a2ae47f7040698ab0eea1069c71499231bf5bc8a /gnome-extra | |
parent | games-puzzle/swell-foop: 3.26.0 → 3.28.0 (diff) | |
download | gentoo-77cb42ccf5122959d96b5c694252f259ff1c3fda.tar.gz gentoo-77cb42ccf5122959d96b5c694252f259ff1c3fda.tar.bz2 gentoo-77cb42ccf5122959d96b5c694252f259ff1c3fda.zip |
app-arch/file-roller: version bump 3.26.2 → 3.28.1
Switch to meson build system. Add support for squashfs and .snap files.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-calendar/gnome-calendar-3.28.2.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.28.2.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.28.2.ebuild new file mode 100644 index 000000000000..5234fa4ca467 --- /dev/null +++ b/gnome-extra/gnome-calendar/gnome-calendar-3.28.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome-meson virtualx + +DESCRIPTION="Manage your online calendars with simple and modern interface" +HOMEPAGE="https://wiki.gnome.org/Apps/Calendar" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244 +# FIXME add docs +RDEPEND=" + >=dev-libs/glib-2.43.4:2 + >=x11-libs/gtk+-3.21.6:3 + >=gnome-extra/evolution-data-server-3.17.1:= + >=dev-libs/libical-1.0.1:0= + net-libs/libsoup:2.4 + >=net-libs/gnome-online-accounts-3.2.0:= + >=gnome-base/gsettings-desktop-schemas-3.21.2 +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-util/gdbus-codegen + >=dev-util/meson-0.42.0 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_test() { + virtx meson_src_test +} |