Added
This commit is contained in:
parent
db9e99b940
commit
e7203ac21e
1
gnome-extra/gnome-calendar/Manifest
Normal file
1
gnome-extra/gnome-calendar/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST gnome-calendar-43.0.tar.xz 422052 BLAKE2B 08f11b309087c80090f364fa569738a0348d609fa5c0a32b5c5ea4f32681bf53c54248fc7fc3b755f2d01f382b3a8c27511daef9f0bd59faaa148b1f6d253add SHA512 33c77b37e53132892665a44547974c44b7155e673bff27f438fcd30ee68b16b4bbabd9e6a287f3680b39e5032b19409278bc1c63ae46b1ea1191e32f81a55e32
|
51
gnome-extra/gnome-calendar/gnome-calendar-43.0.ebuild
Normal file
51
gnome-extra/gnome-calendar/gnome-calendar-43.0.ebuild
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
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 ~ppc64 ~riscv ~x86"
|
||||||
|
|
||||||
|
# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
|
||||||
|
# <libgweather-4.2.0 because of libsoup:3 transition
|
||||||
|
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
|
||||||
|
>=gui-libs/libadwaita-1.0.0:1=
|
||||||
|
>=dev-libs/glib-2.67.5:2
|
||||||
|
>=gui-libs/gtk-4.6.0:4
|
||||||
|
>=dev-libs/libgweather-4.0.0:4=
|
||||||
|
>=dev-libs/libgweather-4.2.0:4=
|
||||||
|
>=app-misc/geoclue-2.4:2.0
|
||||||
|
>=sci-geosciences/geocode-glib-3.23:0
|
||||||
|
"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user