commit: e7149b10cbd496b42dfe5453cf2acce1d80146fd Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 04:02:08 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 04:09:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7149b10
gnome-extra/gnome-calendar: Version bump to 40.0 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> gnome-extra/gnome-calendar/Manifest | 1 + .../gnome-calendar/gnome-calendar-40.0.ebuild | 51 ++++++++++++++++++++++ profiles/package.mask | 1 + 3 files changed, 53 insertions(+) diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index 1338970c050..266aa1aff6a 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1 +1,2 @@ DIST gnome-calendar-3.38.2.tar.xz 547228 BLAKE2B ef7ba6dce47d9ee664d1dc648da81738cfd20108799e0c262b16152ce7b590613b711fbcf9ddbff4fb9ba597b1067b558697874744abd3f32ac08d7dcbe5550d SHA512 2744c91e37c8966f2deee1588fe439ccd520344c24f1b74422f7ba95f592c9691a2530984499a00af3065447932195879bc1b5b9e8ae6731487ac047e5d75267 +DIST gnome-calendar-40.0.tar.xz 552888 BLAKE2B 27480d15ab8c88cc28367468895247aa51bd96c955aef052e71c180c334d0034cd26406237ccf8dbece743b16a6c4b08809576882eb9a5d1018d5e2df12993c3 SHA512 8c1f7ecad90e8cefc2560795a0045ff243e4647d717b66d433b11deb10a01d07d2ab03978da8cb4d0e9227e91338213a8142ebae5044c0a8cf26e7c0f64f4b7e diff --git a/gnome-extra/gnome-calendar/gnome-calendar-40.0.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-40.0.ebuild new file mode 100644 index 00000000000..f79c40d6c49 --- /dev/null +++ b/gnome-extra/gnome-calendar/gnome-calendar-40.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org gnome2-utils meson virtualx xdg + +DESCRIPTION="Manage your online calendars with simple and modern interface" +HOMEPAGE="https://wiki.gnome.org/Apps/Calendar" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244 +DEPEND=" + >=dev-libs/libical-1.0.1:0= + >=gnome-base/gsettings-desktop-schemas-3.21.2 + >=gnome-extra/evolution-data-server-3.33.2:=[gtk] + net-libs/libsoup:2.4 + >=dev-libs/libdazzle-3.33.1 + >=gui-libs/libhandy-1.0.0:1= + >=dev-libs/glib-2.67.5:2 + >=x11-libs/gtk+-3.22.0:3 + >=net-libs/gnome-online-accounts-3.2.0:= + >=dev-libs/libgweather-3.27.2:= + >=app-misc/geoclue-2.4:2.0 + >=sci-geosciences/geocode-glib-3.23 +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/gdbus-codegen + dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_test() { + virtx meson_src_test +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/profiles/package.mask b/profiles/package.mask index 65121941205..730b2dd4a07 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -224,6 +224,7 @@ sys-devel/autoconf:2.71 >=dev-libs/glib-2.68.0 >=net-libs/glib-networking-2.68.0 >=gnome-base/nautilus-40 +>=gnome-extra/gnome-calendar-40 # Marek Szuba <[email protected]> (2021-03-19) # Depends on bundled out-of-date Qt5 libraries, and even with those
