diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-wm/firefox-i3-workspaces | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'x11-wm/firefox-i3-workspaces')
| -rw-r--r-- | x11-wm/firefox-i3-workspaces/Manifest | 1 | ||||
| -rw-r--r-- | x11-wm/firefox-i3-workspaces/files/path-adapt.patch | 13 | ||||
| -rw-r--r-- | x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild | 36 | ||||
| -rw-r--r-- | x11-wm/firefox-i3-workspaces/metadata.xml | 9 |
4 files changed, 0 insertions, 59 deletions
diff --git a/x11-wm/firefox-i3-workspaces/Manifest b/x11-wm/firefox-i3-workspaces/Manifest deleted file mode 100644 index ba0f20113c95..000000000000 --- a/x11-wm/firefox-i3-workspaces/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST firefox-i3-workspaces-0.10.gh.tar.gz 54784 BLAKE2B 88f61133a04fc0a13eee72a12ab222d4378bf4daa02fab812a6ea61ef167fd19c4ca9b7571fdb8d762b82cbbd0932b0fbd3b621748481ead77f425e8d879a1f2 SHA512 45c97cd37e436d2b61767a1ca62f96bc6efa650829f587329008189d1b87f6af80fc10c7046b5c788bc9ae932d415c2b6d8f26a3cede0841e055f6ce8bd90ffb diff --git a/x11-wm/firefox-i3-workspaces/files/path-adapt.patch b/x11-wm/firefox-i3-workspaces/files/path-adapt.patch deleted file mode 100644 index 20b18deeb415..000000000000 --- a/x11-wm/firefox-i3-workspaces/files/path-adapt.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/host/i3_workspaces.json b/host/i3_workspaces.json -index 3e1c6e5..14288b2 100644 ---- a/host/i3_workspaces.json -+++ b/host/i3_workspaces.json -@@ -1,7 +1,7 @@ - { - "name": "i3_workspaces", - "description": "Communicate with i3 about which workspaces Firefox windows are on", -- "path": "/home/yuri/projects/firefox-i3-workspaces/host/i3_workspaces.py", -+ "path": "/usr/lib/i3_workspaces.py", - "type": "stdio", - "allowed_extensions": ["i3-workspaces@yurikhan.space"] - } diff --git a/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild b/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild deleted file mode 100644 index 6ef48303e3e9..000000000000 --- a/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Restore Firefox windows to correct i3 workspaces, helper web extension is needed" -HOMEPAGE="https://github.com/yurikhan/firefox-i3-workspaces" -SRC_URI="https://github.com/yurikhan/$PN/archive/refs/tags/$PV.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-3" -SLOT=0 -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - x11-wm/i3 - dev-python/i3ipc -" - -PATCHES=( - "$FILESDIR/path-adapt.patch" -) - -src_install() { - path_py="$ED/usr/lib/" - mkdir -p $path_py || die - cp host/i3_workspaces.py $path_py || die - # Not dobin because this is not for the user CLI - only Firefox should call this - - path_json=/usr/lib64/mozilla/native-messaging-hosts/ - mkdir -p "$ED/$path_json" || die - cp host/i3_workspaces.json "$ED$path_json" || die -} - -pkg_postinst() { - einfo "Install browser extension from https://addons.mozilla.org/en-US/firefox/addon/i3-workspaces/" -} diff --git a/x11-wm/firefox-i3-workspaces/metadata.xml b/x11-wm/firefox-i3-workspaces/metadata.xml deleted file mode 100644 index 84e8be016e28..000000000000 --- a/x11-wm/firefox-i3-workspaces/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">yurikhan/firefox-i3-workspaces</remote-id> - <bugs-to>https://github.com/yurikhan/firefox-i3-workspaces/issues</bugs-to> - </upstream> -</pkgmetadata> |
