mate-base/mate-session-manager: drop 1.24.3-r1

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

View File

@@ -1,2 +1 @@
DIST mate-session-manager-1.24.3.tar.xz 713004 BLAKE2B d4968db81b1dee53fb70f68c8bf55f22ec65787d6be57d507db90dfe39bb52c0d0e0add2bc30cc66dd00d9676d8c38d8c637e16cb63f0733525141e9d70724cb SHA512 ea43caa350e5f3abda65001829fa7b84d043a7e8851ff74d1d09671f868b3f0be37ae951acca84f1764b26ec9b187c56791010f1b48bd8195ff8dbd70635446f
DIST mate-session-manager-1.26.0.tar.xz 719572 BLAKE2B 17a575e6f5f610e64901f77cb21cc3031f84462fbb01d97d43432efe805fe11f61843c55db3bf33117847f41ab830a239c6646c48589c73089e72325c7b5c637 SHA512 ee5bcdc91d0adc47274dc835ecd9fcdf7ae77c15ed8f0b38e705089ec83142d433afd927fa9d9c70e10f6c4068fdb1b62f0aa04c94c766b4b738a1aa9f2e0585

View File

@@ -1,89 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="MATE session manager"
HOMEPAGE="https://mate-desktop.org/"
LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
SLOT="0"
IUSE="debug elogind gles2 gnome-keyring ipv6 systemd +xtrans"
REQUIRED_USE="^^ ( elogind systemd )"
# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and
# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below).
COMMON_DEPEND="
>=dev-libs/dbus-glib-0.76
>=dev-libs/glib-2.50:2
dev-libs/libxslt
sys-apps/dbus
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXau
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXtst
x11-libs/pango
gles2? ( media-libs/mesa[egl(+),gles2] )
systemd? ( sys-apps/systemd )
elogind? ( sys-auth/elogind )
xtrans? ( x11-libs/xtrans )
"
RDEPEND="${COMMON_DEPEND}
mate-base/mate-desktop
virtual/libintl
x11-apps/xdpyinfo
x11-misc/xdg-user-dirs
x11-misc/xdg-user-dirs-gtk
gnome-keyring? ( gnome-base/gnome-keyring )
!<gnome-base/gdm-2.20.4
"
DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
MATE_FORCE_AUTORECONF=true
src_configure() {
mate_src_configure \
$(use_with elogind) \
$(use_with gles2 libglesv2) \
$(use_with systemd) \
$(use_with xtrans) \
$(use_enable debug) \
$(use_enable ipv6)
}
src_install() {
mate_src_install
exeinto /etc/X11/Sessions/
doexe "${FILESDIR}"/MATE
insinto /usr/share/mate/applications/
doins "${FILESDIR}"/defaults.list
exeinto /etc/X11/xinit/xinitrc.d/
newexe "${FILESDIR}"/15-xdg-data-mate-r2 15-xdg-data-mate
# This should be done in MATE too, see Gentoo bug #270852
newexe "${FILESDIR}"/10-user-dirs-update-mate-r2 10-user-dirs-update-mate
}