summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-14 11:06:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-14 11:06:13 +0100
commite000645bea7492c9f5277722c0ada7e1ee0b4833 (patch)
treea604499d25e682002ec55cc5e7d14e0c53809199 /gui-wm
parentbe8708090362c01c6111c4b76f1e395c14d86e00 (diff)
gentoo auto-resync : 14:08:2024 - 11:06:13
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/Manifest.gzbin1379 -> 1212 bytes
-rw-r--r--gui-wm/hikari/Manifest3
-rw-r--r--gui-wm/hikari/hikari-2.3.3.ebuild72
-rw-r--r--gui-wm/hikari/metadata.xml14
4 files changed, 0 insertions, 89 deletions
diff --git a/gui-wm/Manifest.gz b/gui-wm/Manifest.gz
index f4827c9b1df9..7b06720c1368 100644
--- a/gui-wm/Manifest.gz
+++ b/gui-wm/Manifest.gz
Binary files differ
diff --git a/gui-wm/hikari/Manifest b/gui-wm/hikari/Manifest
deleted file mode 100644
index 11da623bf669..000000000000
--- a/gui-wm/hikari/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST hikari-2.3.3.tar.gz 1022191 BLAKE2B 8b1d0f03460a170f2288c97790dc437a4bd4eafc6973e87c15ca44b1d032ab02ef1d75406fe15be6bb14f67c07945b16be47ec1e41d43b51961a1c69a4a67f9b SHA512 15b6244ef46b29ad069475e8fadbafb01a65c8f96d1f89dd315d36f79dfea9a542936a5472e42237000f506094c7e08be37961c92a7eeed31477f4ed548f39f3
-EBUILD hikari-2.3.3.ebuild 1422 BLAKE2B aaba09659364fe1a3a3633d7f973d98df4281832e183aa99393eb3ed32d58371072fe428e171e3f7b3c3f6f61fb1f6881cca1b4dbecf7c4b69d670460cb398f2 SHA512 a520800e4aaf52fc0c32f98ccc3b693e269a23dcbb485d562fe718e41a291e6562f656167f979b11f53b51f4bcc536447ea202f33ac1f4bd86bf9b1a75a449c7
-MISC metadata.xml 541 BLAKE2B 098ae61fbe9416820f64e69de7173d5b2f3141dd9a48447cf41f854faa1f0cfa83ee84850fc9e2fed380b1701adccfb1f2ad6cc794915e9c6042e10cbf796f9f SHA512 845ecfce2a6b0f8a0fb615939b1bb68eb0cd79f29a6e9ef3c84fe82ccc4bac4dc78ee3d9794a8d4f805f8cc5a0842535d82accac7dfee9743aa00f095a3e58bc
diff --git a/gui-wm/hikari/hikari-2.3.3.ebuild b/gui-wm/hikari/hikari-2.3.3.ebuild
deleted file mode 100644
index c48d402e9d2f..000000000000
--- a/gui-wm/hikari/hikari-2.3.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multiprocessing toolchain-funcs
-
-DESCRIPTION="Wayland compositor inspired by CWM"
-HOMEPAGE="https://hikari.acmelabs.space/"
-SRC_URI="https://hikari.acmelabs.space/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X suid"
-
-COMMON_DEPEND="
- dev-libs/glib:2
- dev-libs/libinput:=
- dev-libs/libucl
- dev-libs/wayland
- gui-libs/wlroots:0/15[X?]
- sys-libs/pam
- x11-libs/cairo
- x11-libs/libxkbcommon
- x11-libs/pango
- x11-libs/pixman"
-RDEPEND="
- ${COMMON_DEPEND}
- x11-misc/xkeyboard-config"
-DEPEND="
- ${COMMON_DEPEND}
- dev-libs/wayland-protocols"
-BDEPEND="
- dev-util/wayland-scanner
- dev-build/bmake
- virtual/pkgconfig"
-
-src_compile() {
- tc-export CC PKG_CONFIG
-
- local bmake=(
- bmake -j$(makeopts_jobs)
- ETC_PREFIX="${EPREFIX}"
- CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS}"
- LDFLAGS_EXTRA="${LDFLAGS}"
- VERSION=${PV}
- -DWITH_GAMMACONTROL
- -DWITH_LAYERSHELL
- -DWITH_POSIX_C_SOURCE
- -DWITH_SCREENCOPY
- -DWITH_VIRTUAL_INPUT
- $(usev X -DWITH_XWAYLAND)
- )
-
- # empty flags to avoid duplicates (some parts use only _EXTRA, others both)
- echo "${bmake[*]}"
- CFLAGS= LDFLAGS= "${bmake[@]}" || die
-}
-
-src_install() {
- local bmake=(
- bmake install
- DESTDIR="${D}"
- PREFIX="${EPREFIX}"/usr
- ETC_PREFIX="${EPREFIX}"
- $(usev suid -DWITH_SUID)
- )
-
- echo "${bmake[*]}"
- "${bmake[@]}" || die
-}
diff --git a/gui-wm/hikari/metadata.xml b/gui-wm/hikari/metadata.xml
deleted file mode 100644
index ad8d6bb1c67c..000000000000
--- a/gui-wm/hikari/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Hikari is a minimalistic wayland window manager
- based on wlroots trying inspired by the simplicity
- of CWM in the X days. It aims stay out of your way
- and focus more on the task than the windows.
- </longdescription>
- <use>
- <flag name="X">Enable support for X11 applications (XWayland)</flag>
- </use>
-</pkgmetadata>