mate-base/mate-settings-daemon: drop 1.24.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2022-12-21 10:22:11 +01:00
parent 4e1b28b91f
commit a8a5f06c7c
2 changed files with 0 additions and 74 deletions

View File

@@ -1,2 +1 @@
DIST mate-settings-daemon-1.24.2.tar.xz 1053556 BLAKE2B 94c28e1b88d36972f694858a01840747514be2d40789804719bca8cfcbd62a1f1434fca8b35569607813adc0d0ece6e547c1bed042ab66fea516c150c11343bb SHA512 421848dbfd75613df73003c7520cb7c1895ef55c85773c9b7d72e5f7361bf78d7221f86ecd2d2460b10950d77818a9ddc19569aaa2749f2bee1d3245c09805f8
DIST mate-settings-daemon-1.26.0.tar.xz 1096588 BLAKE2B 49bc951a404375132d90488f2939f587a2beb27f153de7e14d48529e572155925b5dea2e52e0babb01209d67832313011cfd496b060eec6c9250b101250247d9 SHA512 a044d60b2ee00ea99aa29f23990942a37849ddc8cf80e1b8cd6ba12ec92a27a4e602f19586b86a0a7af067e93f71971acd6850ab5f9bc7ce451cd07518fefb91

View File

@@ -1,73 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="MATE Settings Daemon"
LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
SLOT="0"
IUSE="X debug libnotify policykit pulseaudio rfkill smartcard +sound"
REQUIRED_USE="pulseaudio? ( sound )"
COMMON_DEPEND=">=dev-libs/dbus-glib-0.74
>=dev-libs/glib-2.50:2
>=gnome-base/dconf-0.13.4
>=mate-base/libmatekbd-1.17.0
>=mate-base/mate-desktop-1.23.2
media-libs/fontconfig:1.0
x11-libs/cairo
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
x11-libs/libX11
x11-libs/libXi
x11-libs/libXext
>=x11-libs/libxklavier-5.2
libnotify? ( >=x11-libs/libnotify-0.7:0 )
policykit? (
>=dev-libs/dbus-glib-0.71
>=sys-apps/dbus-1.10.0
>=sys-auth/polkit-0.97
)
pulseaudio? (
>=media-libs/libmatemixer-1.10[pulseaudio]
>=media-sound/pulseaudio-0.9.15
)
smartcard? ( >=dev-libs/nss-3.11.2 )
sound? (
>=media-libs/libmatemixer-1.10
media-libs/libcanberra[gtk3]
)
"
RDEPEND="${COMMON_DEPEND}
virtual/libintl
"
DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
x11-base/xorg-proto
"
src_configure() {
mate_src_configure \
$(use_with X x) \
$(use_with libnotify) \
$(use_with sound libcanberra) \
$(use_with sound libmatemixer) \
$(use_enable debug) \
$(use_enable policykit polkit) \
$(use_enable pulseaudio pulse) \
$(use_enable rfkill) \
$(use_enable smartcard smartcard-support)
}