mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/gnome-calendar: add 49.0.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST gnome-calendar-47.0.tar.xz 513128 BLAKE2B dc83b102c0b73138ffbecea0519e2519815708048f58ecb018af3a1e45bb3411a9f734f78babdb54e4daf6017f1024db5073b888c767cedfd03bfe4fbbe57889 SHA512 6cc6eca2642580b8ce9c49f7924f565f82bc5ffca41718b1db7358001f71ee2b06ed6f354b068d2629dc30b229822dc2c9ca425cafa96958524dd8116ff5a79f
|
||||
DIST gnome-calendar-48.1.tar.xz 534372 BLAKE2B a5ad0915864765bd0d3000182afb290faaf4d6e63e07d865308cc7b2e058dd2fee32d749f59c97f6cddb619615998be3dc1108bd8b5556df91846f9fb62eaf0e SHA512 5192270cac9647c23e92b8905d1203d0f9c8317a78037ff8ad5062b96d7d489115bbd12780b48886b59f48b8ef0c53ba18768f4c5f8cb01407f35004b4b0669b
|
||||
DIST gnome-calendar-49.0.1.tar.xz 552980 BLAKE2B be39283c05bab93e3fec6c25fe96640e62730fb842ae26334eea6a4dee6e09fec6b4634255576e6c6261dc5a72b017194a371a18b8ded79506f1cfd227e769a9 SHA512 d7bdc5d037a795c79c666ec829acbcfd6d455bf3b482434117f08a9fa25246d770c53f09d936ea79748ba776a44466e9413c5fa7d1069276e1e3b7c0c8e1c95e
|
||||
|
||||
47
gnome-extra/gnome-calendar/gnome-calendar-49.0.1.ebuild
Normal file
47
gnome-extra/gnome-calendar/gnome-calendar-49.0.1.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2025 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 calendars with simple and modern interface"
|
||||
HOMEPAGE="https://apps.gnome.org/Calendar/"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/libical-1.0.1:0=
|
||||
>=gnome-base/gsettings-desktop-schemas-3.21.2
|
||||
>=gnome-extra/evolution-data-server-3.45.1:=[gtk]
|
||||
net-libs/libsoup:3.0
|
||||
>=gui-libs/libadwaita-1.8_alpha:1
|
||||
>=dev-libs/glib-2.80.0:2
|
||||
>=gui-libs/gtk-4.15.2:4
|
||||
>=dev-libs/libgweather-4.2.0:4=
|
||||
>=app-misc/geoclue-2.4:2.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
|
||||
}
|
||||
Reference in New Issue
Block a user