summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2024-01-08 21:33:30 +0700
committerAndrey Grozin <grozin@gentoo.org>2024-01-08 21:33:30 +0700
commit264568e576f0aedd6942d274f0f016e730d9fab0 (patch)
treeb28329d28fe39b80f32cfa6110e491d55e1142f2 /x11-wm
parentx11-wm/lumina: DEPEND on x11-libs/libXdamage (diff)
downloadgentoo-264568e576f0aedd6942d274f0f016e730d9fab0.tar.gz
gentoo-264568e576f0aedd6942d274f0f016e730d9fab0.tar.bz2
gentoo-264568e576f0aedd6942d274f0f016e730d9fab0.zip
x11-wm/lumina: remove 9999 - broken anyway
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/lumina/files/1.2.0-desktop-files.patch33
-rw-r--r--x11-wm/lumina/lumina-9999.ebuild71
2 files changed, 0 insertions, 104 deletions
diff --git a/x11-wm/lumina/files/1.2.0-desktop-files.patch b/x11-wm/lumina/files/1.2.0-desktop-files.patch
deleted file mode 100644
index f86c1c49c38f..000000000000
--- a/x11-wm/lumina/files/1.2.0-desktop-files.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- ./src-qt5/core/lumina-info/lumina-support.desktop
-+++ ./src-qt5/core/lumina-info/lumina-support.desktop
-@@ -2,8 +2,7 @@
- Type=Link
- URL=https://webchat.freenode.net/?channels=%23lumina-desktop
- Icon=Lumina-DE
--Categories=System;
--OnlyShowIn=Lumina;
-+OnlyShowIn=X-Lumina;
- Name=Community Support
- GenericName=Get Desktop Help
- Comment=Ask for desktop support on the community IRC channel
-
---- ./src-qt5/core-utils/lumina-config/lumina-config.desktop
-+++ ./src-qt5/core-utils/lumina-config/lumina-config.desktop
-@@ -7,4 +7,4 @@
- Categories=Settings;
- Name=Desktop Configuration
- Comment=Modify the desktop
--OnlyShowIn=Lumina;
-+OnlyShowIn=X-Lumina;
-
---- ./src-qt5/core/lumina-info/lumina-info.desktop
-+++ ./src-qt5/core/lumina-info/lumina-info.desktop
-@@ -5,7 +5,7 @@
- Type=Application
- StartupNotify=true
- Categories=System;
--OnlyShowIn=Lumina;
-+OnlyShowIn=X-Lumina;
- Name=Desktop Information
- GenericName=Version and Legal Information
- Comment=View information about the Lumina Desktop Environment
diff --git a/x11-wm/lumina/lumina-9999.ebuild b/x11-wm/lumina/lumina-9999.ebuild
deleted file mode 100644
index 8e1fb965a9a2..000000000000
--- a/x11-wm/lumina/lumina-9999.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 qmake-utils
-
-DESCRIPTION="Lumina desktop environment"
-HOMEPAGE="https://lumina-desktop.org/"
-EGIT_REPO_URI="https://github.com/trueos/lumina"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="desktop-utils"
-
-DEPEND="
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5[widgets]
- dev-qt/qtnetwork:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- x11-libs/libxcb:0
- x11-libs/xcb-util
- x11-libs/xcb-util-image
- x11-libs/xcb-util-wm"
-
-RDEPEND="${DEPEND}
- app-admin/sysstat
- media-sound/alsa-utils
- sys-fs/inotify-tools
- sys-power/acpi
- || (
- x11-apps/xbacklight
- sys-power/acpilight
- )
- x11-misc/numlockx
- x11-wm/fluxbox"
-
-BDEPEND="
- dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${P/_/-}"
-
-PATCHES=(
- "${FILESDIR}/1.2.0-desktop-files.patch"
-)
-
-src_prepare() {
- default
-
- if ! use desktop-utils ; then
- rm -rf src-qt5/desktop-utils || die
- sed -e "/desktop-utils/d" -i src-qt5/src-qt5.pro || die
- fi
-}
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr" LIBPREFIX="${EPREFIX}/usr/$(get_libdir)" \
- DESTDIR="${D}" CONFIG+=WITH_I18N QMAKE_CFLAGS_ISYSTEM=
-}
-
-src_install() {
- default
- mv "${ED}"/etc/luminaDesktop.conf{.dist,} || die
- rm "${ED}"/${PN}-* "${ED}"/start-${PN}-desktop || die
-}