From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-screensaver/
Date: Tue, 17 Sep 2024 17:50:29 +0000 (UTC) [thread overview]
Message-ID: <1726595408.b4b5f7dd589da28eae996bd75b59d171b8b9746f.asturm@gentoo> (raw)
commit: b4b5f7dd589da28eae996bd75b59d171b8b9746f
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep 3 12:26:29 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b5f7dd
mate-extra/mate-screensaver: drop 1.26.2
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 -
.../mate-screensaver-1.26.2.ebuild | 120 ---------------------
2 files changed, 121 deletions(-)
--git a/mate-extra/mate-screensaver/Manifest b/mate-extra/mate-screensaver/Manifest
index 3866b70c5311..683cd1f8832e 100644
--- a/mate-extra/mate-screensaver/Manifest
+++ b/mate-extra/mate-screensaver/Manifest
@@ -1,2 +1 @@
-DIST mate-screensaver-1.26.2.tar.xz 5154752 BLAKE2B 9958647156c84f1c7cc346dc9e0905a07ab626b2fe0913b5108e533e6b7708efceaf3ab3a399f7d6ec73cfccb2173127c13e69a11218bb2f5cb6e6a05f43318d SHA512 00820a431c64e9486258c33f211630060f1f07c36642b90a981dc16cd8b8995140f58118d7ee642002e6ab64d1667556c4682aac4f2f1c02720cb815447287cf
DIST mate-screensaver-1.28.0.tar.xz 5108156 BLAKE2B 5c78afb2f52fd264da8e62455f53e6a214997d62f604323bdf2149012d62ba14c0435135d6ca22105be5cd46b581799aafd91d18e5caeeacf2cf07c98cc67091 SHA512 c687317d8cb1e5b3844a560dcefb6e198925f8fb54360e1d8a86185e0e15b0bc90046b28ec0a6dc460a2ace15a58c0e7deeac8a8149e5ae83a3e8af8846e796d
diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.26.2.ebuild b/mate-extra/mate-screensaver/mate-screensaver-1.26.2.ebuild
deleted file mode 100644
index 2318cc17f2b3..000000000000
--- a/mate-extra/mate-screensaver/mate-screensaver-1.26.2.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit mate readme.gentoo-r1
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"
-
-LICENSE="GPL-2+ HPND LGPL-2+"
-SLOT="0"
-IUSE="X debug elogind libnotify opengl pam systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-COMMON_DEPEND="
- >=dev-libs/dbus-glib-0.71:0
- >=dev-libs/glib-2.58:2
- gnome-base/dconf
- >=mate-base/libmatekbd-1.17.0
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-0.30
- >=x11-libs/gdk-pixbuf-2.14:2
- >=x11-libs/libX11-1
- x11-libs/cairo
- >=x11-libs/gtk+-3.22:3
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libXScrnSaver
- x11-libs/libXxf86vm
- x11-libs/libxklavier
- x11-libs/pango
- libnotify? ( >=x11-libs/libnotify-0.7:0 )
- opengl? ( virtual/opengl )
- pam? ( gnome-base/gnome-keyring sys-libs/pam )
- !pam? ( kernel_linux? ( sys-apps/shadow ) )
- elogind? ( sys-auth/elogind )
- systemd? ( sys-apps/systemd:= )
-"
-
-RDEPEND="${COMMON_DEPEND}
- >=mate-base/mate-session-manager-1.6
- virtual/libintl
- mate-base/mate-panel
-"
-
-DEPEND="${COMMON_DEPEND}
- dev-libs/libxml2
- >=sys-devel/gettext-0.19.8:*
- x11-base/xorg-proto
- virtual/pkgconfig:*
-"
-
-DOC_CONTENTS="
- Information for converting screensavers is located in
- /usr/share/doc/${PF}/xss-conversion.txt*
-"
-
-src_configure() {
- local myconf=(
- --enable-locking
- --with-kbd-layout-indicator
- --with-xf86gamma-ext
- --with-xscreensaverdir=/usr/share/xscreensaver/config
- --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
- --without-console-kit
- $(use_with X x)
- $(use_with elogind)
- $(use_with libnotify)
- $(use_with opengl libgl)
- $(use_with systemd)
- $(use_enable debug)
- $(use_enable pam)
- )
-
- mate_src_configure "${myconf[@]}"
-}
-
-src_install() {
- mate_src_install
-
- # Install the conversion script in the documentation.
- dodoc "${S}"/data/migrate-xscreensaver-config.sh
- dodoc "${S}"/data/xscreensaver-config.xsl
- dodoc "${FILESDIR}"/xss-conversion.txt
-
- # Non PAM users will need this suid to read the password hashes.
- # OpenPAM users will probably need this too when
- # https://bugzilla.gnome.org/show_bug.cgi?id=370847
- # is fixed.
- if ! use pam ; then
- fperms u+s /usr/libexec/mate-screensaver-dialog
- fi
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- mate_pkg_postinst
-
- if has_version "<x11-base/xorg-server-1.5.3-r4" ; then
- ewarn "You have a too old xorg-server installation. This will cause"
- ewarn "mate-screensaver to eat up your CPU. Please consider upgrading."
- echo
- fi
-
- if has_version "<x11-misc/xscreensaver-4.22-r2" ; then
- ewarn "You have xscreensaver installed, you probably want to disable it."
- ewarn "To prevent a duplicate screensaver entry in the menu, you need to"
- ewarn "build xscreensaver with -gnome in the USE flags."
- ewarn "echo \"x11-misc/xscreensaver -gnome\" >> /etc/portage/package.use"
- echo
- fi
-
- readme.gentoo_print_elog
-}
next reply other threads:[~2024-09-17 17:50 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-17 17:50 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 7:17 [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-screensaver/ Sam James
2024-06-18 8:06 Joonas Niilola
2023-05-15 11:32 David Seifert
2023-01-20 1:34 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-09-10 11:21 Sam James
2022-06-28 2:03 WANG Xuerui
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2020-10-08 19:58 Mikle Kolyada
2020-09-25 20:32 Adam Feldman
2020-09-02 6:02 Adam Feldman
2019-10-12 21:04 Mikle Kolyada
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:25 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-03-31 10:47 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2018-10-06 20:25 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-10-02 1:35 NP Hardass
2017-09-27 3:23 NP Hardass
2016-12-08 15:31 Ettore Di Giacinto
2016-08-13 18:49 NP Hardass
2016-08-12 5:38 NP Hardass
2016-08-12 5:13 NP Hardass
2016-08-06 2:12 NP Hardass
2016-07-25 18:36 NP Hardass
2016-07-20 22:49 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-04-19 13:12 Michał Górny
2016-03-26 2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06 8:09 Mikle Kolyada
2016-02-09 2:49 NP Hardass
2015-12-31 10:04 Amy Winston
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1726595408.b4b5f7dd589da28eae996bd75b59d171b8b9746f.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox