From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/
Date: Sun, 02 Mar 2025 04:58:56 +0000 (UTC) [thread overview]
Message-ID: <1740891519.99d49fffaf1e46764053308968e6f6960e4377fd.grozin@gentoo> (raw)
commit: 99d49fffaf1e46764053308968e6f6960e4377fd
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 2 04:58:39 2025 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Mar 2 04:58:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d49fff
x11-wm/lumina: remove 1.6.2_p1
Closes: https://bugs.gentoo.org/743094
Closes: https://bugs.gentoo.org/948431
Bug: https://bugs.gentoo.org/948589
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
x11-wm/lumina/Manifest | 1 -
x11-wm/lumina/lumina-1.6.2_p1.ebuild | 82 ------------------------------------
2 files changed, 83 deletions(-)
diff --git a/x11-wm/lumina/Manifest b/x11-wm/lumina/Manifest
index 558ed50f7029..3d58bf974216 100644
--- a/x11-wm/lumina/Manifest
+++ b/x11-wm/lumina/Manifest
@@ -1,2 +1 @@
DIST lumina-1.6.2.tar.gz 20818383 BLAKE2B ecb2d4c1f3ce94f247cd86640bd6394807ed5d9a34b2256d333894e6528c0d3dac1ddcab8c790a63df67c2738ab7af8dd2ef0cae67c534e10c4b2edd8919ad8c SHA512 0bebdc89644af49232ad9a0b753dee501f3e99d6615ce926c71790932d228e3c6676ca4835aeaf6badf5455102278261e48bed0d3004fe9209aca68d620cae02
-DIST lumina-1.6.2_p1.tar.gz 20946587 BLAKE2B 2cd9b75342d5bd18b96beebcaed531f84c187c2c3bd13aa392b35efac0d45014ad86e393c18f2a5079b71cf7a21aca39e47068a5e7dda11a68feaa2a6c0f1d11 SHA512 47809465bd8c7cff39441d1dc20903b8de887e7309f4de43f57575eb0c63b68d00ee712bb3beaa7f229d9364c53cd51178ee0c9fdd66a01d6165155605b4aaf4
diff --git a/x11-wm/lumina/lumina-1.6.2_p1.ebuild b/x11-wm/lumina/lumina-1.6.2_p1.ebuild
deleted file mode 100644
index b3b9afaa5cf3..000000000000
--- a/x11-wm/lumina/lumina-1.6.2_p1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PLOCALES="af ar az bg bn bs ca cs cy da de el en_AU en_GB en_ZA es et eu fa fi fr fr_CA fur gl he hi hr hu id is it ja ka ko lt lv mk mn ms mt nb ne nl pa pl pt pt_BR ro ru sa sk sl sr sv sw ta tg th tr uk ur uz vi zh_CN zh_HK zh_TW zu"
-inherit plocale cmake xdg optfeature
-
-DESCRIPTION="Lumina desktop environment"
-HOMEPAGE="https://lumina-desktop.org/ https://github.com/lumina-desktop/lumina"
-COMMIT="a521c780862034bf2cd18fc0b258c0541def6dc5"
-SRC_URI="https://github.com/andreygrozin/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="desktop-utils"
-
-DEPEND="
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5[widgets]
- dev-qt/qtnetwork:5[ssl]
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- x11-libs/libXcursor
- x11-libs/libXdamage
- x11-libs/libxcb
- x11-libs/xcb-util
- x11-libs/xcb-util-image
- x11-libs/xcb-util-wm
- desktop-utils? ( app-text/poppler[qt5] )"
-
-RDEPEND="${DEPEND}
- app-admin/sysstat
- media-sound/alsa-utils
- sys-apps/dbus
- sys-fs/inotify-tools
- sys-power/acpi
- || (
- x11-apps/xbacklight
- sys-power/acpilight
- )
- x11-apps/xinit
- x11-apps/xrandr
- x11-misc/numlockx
- x11-misc/xcompmgr
- x11-wm/fluxbox"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- dev-qt/qtpaths:5
- kde-frameworks/extra-cmake-modules"
-
-DOCS=( README.md )
-
-src_configure() {
- local mycmakeargs=( -DUtils=$(usex desktop-utils) )
- cmake_src_configure
- plocale_find_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts'
-}
-
-src_install() {
- cmake_src_install
- einstalldocs
-
- remove_locale() {
- rm -f "${ED}"/usr/share/${PN}-desktop/i18n/l*_${1}.qm
- }
-
- plocale_for_each_disabled_locale remove_locale
-}
-
-pkg_postinst() {
- optfeature_header "Additional runtime features:"
- optfeature "screensaver support" x11-misc/xscreensaver
-}
next reply other threads:[~2025-03-02 4:58 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-02 4:58 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 2:18 [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/ Sam James
2025-02-15 5:38 Andrey Grozin
2025-02-15 5:36 Andrey Grozin
2025-02-15 3:55 Sam James
2025-02-14 20:48 Jakov Smolić
2025-01-20 5:33 Andrey Grozin
2025-01-19 11:14 Andrey Grozin
2025-01-09 12:04 Andrey Grozin
2025-01-06 9:34 Andrey Grozin
2024-12-04 9:15 Sam James
2024-12-04 9:15 Sam James
2024-01-08 14:32 Andrey Grozin
2023-07-21 14:58 Andrey Grozin
2023-07-21 12:49 Sam James
2023-07-21 11:37 Arthur Zamarin
2022-10-20 3:54 Sam James
2022-03-21 11:37 Andrey Grozin
2021-07-04 14:03 Ulrich Müller
2020-10-30 12:49 Andrey Grozin
2020-09-29 20:46 Andreas Sturmlechner
2020-03-31 7:22 Agostino Sarubbo
2020-03-31 7:03 Agostino Sarubbo
2020-02-20 15:22 Andrey Grozin
2019-12-30 12:29 Agostino Sarubbo
2019-12-26 18:45 Agostino Sarubbo
2019-07-01 15:59 Andrey Grozin
2019-06-19 4:49 Andrey Grozin
2018-05-27 10:18 Andrey Grozin
2018-05-27 10:16 Andrey Grozin
2017-11-29 13:06 Andrey Grozin
2017-11-29 13:05 Andrey Grozin
2017-11-25 12:59 Andrey Grozin
2017-11-25 6:48 Andrey Grozin
2017-11-25 5:58 Andrey Grozin
2017-11-25 5:54 Andrey Grozin
2017-11-24 22:43 Patrice Clement
2017-11-24 16:43 Andrey Grozin
2017-11-20 15:42 Manuel Rüger
2017-10-26 20:18 Thomas Deutschmann
2017-10-11 14:36 Andrey Grozin
2017-10-03 13:24 Jonas Stein
2017-07-27 8:08 Lars Wendler
2017-07-21 8:21 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-06-28 13:19 Agostino Sarubbo
2017-02-28 12:11 Marek Szuba
2017-01-26 23:22 David Seifert
2017-01-26 23:22 David Seifert
2016-12-11 9:53 Andrey Grozin
2016-03-29 16:48 Anthony G. Basile
2016-03-25 9:46 Patrice Clement
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=1740891519.99d49fffaf1e46764053308968e6f6960e4377fd.grozin@gentoo \
--to=grozin@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