From e6a2fd03865862c81d79bd32249728f20ce99354 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 30 Oct 2023 03:36:21 +0000 Subject: gentoo auto-resync : 30:10:2023 - 03:36:20 --- app-office/Manifest.gz | Bin 8074 -> 8076 bytes app-office/endeavour/Manifest | 4 +- app-office/endeavour/endeavour-43.0-r1.ebuild | 61 ++++++++++++++++++++++++++ app-office/endeavour/endeavour-43.0.ebuild | 61 -------------------------- app-office/endeavour/endeavour-9999.ebuild | 4 +- 5 files changed, 65 insertions(+), 65 deletions(-) create mode 100644 app-office/endeavour/endeavour-43.0-r1.ebuild delete mode 100644 app-office/endeavour/endeavour-43.0.ebuild (limited to 'app-office') diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz index 0f3ee36eaebc..feacd1908bfa 100644 Binary files a/app-office/Manifest.gz and b/app-office/Manifest.gz differ diff --git a/app-office/endeavour/Manifest b/app-office/endeavour/Manifest index 8428cf77de82..ddd48d3e0af1 100644 --- a/app-office/endeavour/Manifest +++ b/app-office/endeavour/Manifest @@ -1,4 +1,4 @@ DIST Endeavour-43.0.tar.bz2 540310 BLAKE2B f878fa39220300838c350acf8924f1c9d9243ff201bbc478b6947ab482acf886f74fa760359994d27a26aded796d06f64718357c16013523f3c35d23c507fd5e SHA512 2fa544d07113f51e858e75608696bc0fee593237ff0c2681e52e802b08ee497faa2e04283b8e24450cc679fc520433285a949c411697f377fd95bd6e4777abbb -EBUILD endeavour-43.0.ebuild 1461 BLAKE2B 449b466328edd44bb4f734154160f44e957c946313d1f197f8a699493eeba74811e65d2f5aa785788306b00f30495ad14049abc3e124c596a14f506978562bab SHA512 79c63a7ed0eebd54a7692e8762eeeed4bda451ff3f352017fadfc90b946ba80bf6a1533ed7a57c0e9a8f748469fc43f1012d2d717080575c78b8a4d6fcfc49dd -EBUILD endeavour-9999.ebuild 1461 BLAKE2B 449b466328edd44bb4f734154160f44e957c946313d1f197f8a699493eeba74811e65d2f5aa785788306b00f30495ad14049abc3e124c596a14f506978562bab SHA512 79c63a7ed0eebd54a7692e8762eeeed4bda451ff3f352017fadfc90b946ba80bf6a1533ed7a57c0e9a8f748469fc43f1012d2d717080575c78b8a4d6fcfc49dd +EBUILD endeavour-43.0-r1.ebuild 1463 BLAKE2B 8547479026b073cac9f9103a816fb969bc2172a72b26feea8a48886e50c07a17e37151e84d898751a9880ffda86f66478ee4707183b9796f90562982923b5a07 SHA512 67a81423ff3807589e682c6f600be132c12fe919cae1b96369f41b1cc7229e3ce8301264b36ccae0943013acbf4d42232af741207c393a477b952bcb51c92309 +EBUILD endeavour-9999.ebuild 1463 BLAKE2B 8547479026b073cac9f9103a816fb969bc2172a72b26feea8a48886e50c07a17e37151e84d898751a9880ffda86f66478ee4707183b9796f90562982923b5a07 SHA512 67a81423ff3807589e682c6f600be132c12fe919cae1b96369f41b1cc7229e3ce8301264b36ccae0943013acbf4d42232af741207c393a477b952bcb51c92309 MISC metadata.xml 350 BLAKE2B 341539b054e9607ce3d11070534b024ecedd4a7384fc5607de9d7bfbf9f22d5c3a6eab618cd85c48682ad3ccad0c562c26da7ca9a648af9069234444fe4f9c16 SHA512 1a08468d736fbf0514a90dcb2e0ac6dec36e5683013f845e12ac501beee1f503e4f6e202f3fe1df6f80f06ef8d72015207eebd35fb7b670170d4999e6f3325fb diff --git a/app-office/endeavour/endeavour-43.0-r1.ebuild b/app-office/endeavour/endeavour-43.0-r1.ebuild new file mode 100644 index 000000000000..1c31a8c34671 --- /dev/null +++ b/app-office/endeavour/endeavour-43.0-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="Personal task manager" +HOMEPAGE="https://wiki.gnome.org/Apps/Todo https://gitlab.gnome.org/World/Endeavour" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.gnome.org/World/Endeavour.git" + SRC_URI="" +else + SRC_URI="https://gitlab.gnome.org/World/${PN^}/-/archive/${PV}/${PN^}-${PV}.tar.bz2" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN^}-${PV}" +fi + +LICENSE="GPL-3+" +SLOT="0" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.58.0:2 + >=gui-libs/gtk-3.92.0:4[introspection?] + >=gui-libs/libadwaita-1.2.0:1 + >=net-libs/gnome-online-accounts-3.2.0:= + >=dev-libs/libpeas-1.17:0 + >=gnome-extra/evolution-data-server-3.33.2:=[gtk] + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/libxml2:2 + dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + # TODO: There aren't any consumers of the introspection outside gnome-todo's own plugins, so maybe we + # TODO: should just always build introspection support as an application that needs it for full functionality? + local emesonargs=( + $(meson_use introspection) + -Dtracing=false + -Dprofile=default + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/app-office/endeavour/endeavour-43.0.ebuild b/app-office/endeavour/endeavour-43.0.ebuild deleted file mode 100644 index e29cfc5e015d..000000000000 --- a/app-office/endeavour/endeavour-43.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="Personal task manager" -HOMEPAGE="https://wiki.gnome.org/Apps/Todo https://gitlab.gnome.org/World/Endeavour" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.gnome.org/World/Endeavour.git" - SRC_URI="" -else - SRC_URI="https://gitlab.gnome.org/World/${PN^}/-/archive/${PV}/${PN^}-${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN^}-${PV}" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.58.0:2 - >=gui-libs/gtk-3.92.0:4[introspection?] - >=gui-libs/libadwaita-1.2.0:1 - >=net-libs/gnome-online-accounts-3.2.0:= - >=dev-libs/libpeas-1.17 - >=gnome-extra/evolution-data-server-3.33.2:=[gtk] - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/libxml2:2 - dev-util/glib-utils - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_configure() { - # TODO: There aren't any consumers of the introspection outside gnome-todo's own plugins, so maybe we - # TODO: should just always build introspection support as an application that needs it for full functionality? - local emesonargs=( - $(meson_use introspection) - -Dtracing=false - -Dprofile=default - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-office/endeavour/endeavour-9999.ebuild b/app-office/endeavour/endeavour-9999.ebuild index e29cfc5e015d..1c31a8c34671 100644 --- a/app-office/endeavour/endeavour-9999.ebuild +++ b/app-office/endeavour/endeavour-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ RDEPEND=" >=gui-libs/gtk-3.92.0:4[introspection?] >=gui-libs/libadwaita-1.2.0:1 >=net-libs/gnome-online-accounts-3.2.0:= - >=dev-libs/libpeas-1.17 + >=dev-libs/libpeas-1.17:0 >=gnome-extra/evolution-data-server-3.33.2:=[gtk] introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " -- cgit v1.2.3