diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest index 9e3b805a57..3d44faf2e7 100644 --- a/phosh-base/phosh-mobile-settings/Manifest +++ b/phosh-base/phosh-mobile-settings/Manifest @@ -1,5 +1,3 @@ -DIST phosh-mobile-settings-0.41.0.tar.xz 216932 BLAKE2B ea1ff3ff6275749dd75a046870bd10706ba8aad7f6402aee3a22a8385ad4e64250fe93ebe83c3fda452cada9076a46b27e82178d16d65d3469c82a277c3f9888 SHA512 8f4b7d0d666ff6f806fa2f71eccced78fa3f36de787f16c704960fbbe8ec91aafc79fbb6711bbd1fca777eff002b6d69086d81c22af1bac9fb990aa3da710621 -DIST phosh-mobile-settings-0.41.0.tar.xz.asc 833 BLAKE2B 8a196701a49e2ade05537a11bf3f34738e64e9c6276d713e5cff17953bb2427304189600aebd80a2163a0a2af626467c409e2d3a5d7f6eb43464a0025468b260 SHA512 9ac92d75e9d0c3a16ad6ff6eb7926e182a9eae94fe621cf1815e51ff552dd1736b13f3fa3ebf5f4c4c21adddc9c082e4493e70a8b5bebe9c5a2f27e1655c692d DIST phosh-mobile-settings-0.42.0.tar.xz 229020 BLAKE2B 166f6cf54b634b2a935ff3fd63756d7935ce61afe9192afaacb3544eb96e605fc0d702e65eb8e2068f9cf4aab3a6ede4ac523ceaf2cea46a0085dcf4d1d6f4e5 SHA512 aebb741ae1ad508610600ab24495442cff959d883c12529f47b9eb3cf822d03dcf4b9d0e8605dd77820861899329c2133bdad566567b50a009d180a0141dcfc3 DIST phosh-mobile-settings-0.42.0.tar.xz.asc 833 BLAKE2B e481795aa52593b5655a970c5454b051e424312df3ba1b45fa6bff8ef4b54149bb0166a7fec80990cad5b554ada495f1fae2799f713290082390430f1faf093b SHA512 69cbc847ed5e3d31dafd386e97b5e8a7009da6ecc19df9715fff527c568f34e3d78dcd54d5e3800e7437ca1bc30cb726891eb72bf15cd225ad8618e035ad1978 DIST phosh-mobile-settings-0.43.0.tar.xz 236724 BLAKE2B 29f15d9f1bb6717f49c604a2fd802d1e595d376d31c44011255a381e4ba744bf0409c2a6d105c647de3182c7cdd050de5f0a1a50b3cae51ff97300ec35796267 SHA512 e7357379acdbcf94067435116f1cc5e83461f3e87193f7d202dbe9fdf90dd9beaef0aa20c84cd5249be1c0ec27b19aaff6d1d053ea14facfb21a2c7c418b2882 diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild deleted file mode 100644 index 1479a5021c..0000000000 --- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson verify-sig xdg - -DESCRIPTION="Mobile Settings App for phosh and related components" -HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings" -SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz - verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -COMMON_DEPEND=" - >=dev-libs/glib-2.74:2 - dev-libs/gmobile - >=dev-libs/wayland-1.14 - >=gui-libs/gtk-4.12.5:4[wayland] - >=gui-libs/libadwaita-1.5:1 - media-libs/gsound - >=phosh-base/phosh-shell-0.37.0 - sys-apps/lm-sensors:= -" -DEPEND="${COMMON_DEPEND} - >=dev-libs/wayland-protocols-1.12 -" -RDEPEND="${COMMON_DEPEND} - dev-libs/feedbackd - >=gui-wm/phoc-0.34.0 -" -BDEPEND=" - dev-libs/glib:2 - dev-util/gdbus-codegen - dev-util/glib-utils - dev-util/wayland-scanner - sys-devel/gettext - verify-sig? ( sec-keys/openpgp-keys-phosh ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc" - -QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop" - -src_test() { - # No useful tests - : -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}