summaryrefslogtreecommitdiff
path: root/hyprland-plugin
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-05 03:04:45 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-05 03:04:45 -0500
commit7d0655e0f85be0eec06807898321a634968f9336 (patch)
tree92e9bb71bf8517948f78ab1d52a1b06717367c62 /hyprland-plugin
parentd5f9077fde66bffd2bc6d193ae7c967e352a5562 (diff)
downloadbaldeagleos-repo-7d0655e0f85be0eec06807898321a634968f9336.tar.gz
baldeagleos-repo-7d0655e0f85be0eec06807898321a634968f9336.tar.xz
baldeagleos-repo-7d0655e0f85be0eec06807898321a634968f9336.zip
Adding metadata
Diffstat (limited to 'hyprland-plugin')
-rw-r--r--hyprland-plugin/hyprexpo-colonelpanic8/hyprexpo-colonelpanic8-9999.ebuild52
-rw-r--r--hyprland-plugin/hyprexpo-colonelpanic8/metadata.xml9
-rw-r--r--hyprland-plugin/hyprexpo-sandwichfarm/hyprexpo-sandwichfarm-9999.ebuild49
-rw-r--r--hyprland-plugin/hyprexpo-sandwichfarm/metadata.xml9
4 files changed, 119 insertions, 0 deletions
diff --git a/hyprland-plugin/hyprexpo-colonelpanic8/hyprexpo-colonelpanic8-9999.ebuild b/hyprland-plugin/hyprexpo-colonelpanic8/hyprexpo-colonelpanic8-9999.ebuild
new file mode 100644
index 000000000000..ae9335ab3091
--- /dev/null
+++ b/hyprland-plugin/hyprexpo-colonelpanic8/hyprexpo-colonelpanic8-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1,3,4} luajit )
+
+DESCRIPTION="HyprExpo is an overview plugin like Gnome, KDE or wf. colonelpanic8's fork."
+HOMEPAGE="https://github.com/colonelpanic8/hyprexpo"
+LICENSE="BSD"
+SLOT="0"
+
+HYPRPM_REPO_URI="https://github.com/colonelpanic8/hyprexpo.git"
+
+inherit lua-single hyprpm flag-o-matic
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+
+RDEPEND="
+ !hyprland-plugin/hyprexpo
+ !hyprland-plugin/hyprexpo-sandwichfarm
+"
+
+DEPEND="
+ x11-libs/pixman
+ x11-libs/libdrm
+ dev-libs/glib
+ x11-libs/pango
+ dev-libs/libinput
+ virtual/libudev
+ dev-libs/wayland
+ x11-libs/libxkbcommon
+ ${LUA_DEPS}
+"
+
+pkg_setup() {
+ lua-single_pkg_setup
+}
+
+src_compile() {
+ append-cxxflags $(lua_get_CFLAGS)
+
+ emake all
+}
+
+src_install() {
+ hyprpm_doplugin hyprexpo.so
+}
diff --git a/hyprland-plugin/hyprexpo-colonelpanic8/metadata.xml b/hyprland-plugin/hyprexpo-colonelpanic8/metadata.xml
new file mode 100644
index 000000000000..ee3eaaa4f943
--- /dev/null
+++ b/hyprland-plugin/hyprexpo-colonelpanic8/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <bugs-to>https://github.com/colonelpanic8/hyprexpo/issues</bugs-to>
+ <doc>https://github.com/colonelpanic8/hyprexpo/blob/main/README.md</doc>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/hyprland-plugin/hyprexpo-sandwichfarm/hyprexpo-sandwichfarm-9999.ebuild b/hyprland-plugin/hyprexpo-sandwichfarm/hyprexpo-sandwichfarm-9999.ebuild
new file mode 100644
index 000000000000..6c311a467a46
--- /dev/null
+++ b/hyprland-plugin/hyprexpo-sandwichfarm/hyprexpo-sandwichfarm-9999.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1,3,4} luajit )
+
+DESCRIPTION="HyprExpo is an overview plugin like Gnome, KDE or wf. sandwichfarm's fork."
+HOMEPAGE="https://github.com/sandwichfarm/hyprexpo"
+LICENSE="BSD"
+SLOT="0"
+
+HYPRPM_REPO_URI="https://github.com/sandwichfarm/hyprexpo.git"
+
+inherit lua-single hyprpm
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+
+RDEPEND="
+ !hyprland-plugin/hyprexpo
+ !hyprland-plugin/hyprexpo-colonelpanic8
+"
+
+DEPEND="
+ x11-libs/pixman
+ x11-libs/libdrm
+ x11-libs/pango
+ dev-libs/libinput
+ virtual/libudev
+ dev-libs/wayland
+ x11-libs/libxkbcommon
+ ${LUA_DEPS}
+"
+
+pkg_setup() {
+ lua-single_pkg_setup
+}
+
+src_compile() {
+ LUA_PKG_CONFIG="lua" emake all
+}
+
+src_install() {
+ hyprpm_doplugin hyprexpo.so
+}
diff --git a/hyprland-plugin/hyprexpo-sandwichfarm/metadata.xml b/hyprland-plugin/hyprexpo-sandwichfarm/metadata.xml
new file mode 100644
index 000000000000..735a979698ff
--- /dev/null
+++ b/hyprland-plugin/hyprexpo-sandwichfarm/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <bugs-to>https://github.com/sandwichfarm/hyprexpo/issues</bugs-to>
+ <doc>https://github.com/sandwichfarm/hyprexpo/blob/main/README.md</doc>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>