diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-27 03:04:42 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-27 03:04:42 -0500 |
| commit | c6e6588bafac78d585ece24e4dabdf99f3af211d (patch) | |
| tree | e68bccff68681d3201cf21c1a5682ad5abbfd4f3 /gui-apps | |
| parent | 8a7e9bb6193b9b54ffb149bdf92c9689a3798e00 (diff) | |
| download | baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.gz baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.xz baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.zip | |
Adding metadata
Diffstat (limited to 'gui-apps')
| -rw-r--r-- | gui-apps/noctalia/Manifest | 1 | ||||
| -rw-r--r-- | gui-apps/noctalia/noctalia-4.7.6.ebuild | 50 | ||||
| -rw-r--r-- | gui-apps/noctalia/noctalia-9999.ebuild | 10 |
3 files changed, 4 insertions, 57 deletions
diff --git a/gui-apps/noctalia/Manifest b/gui-apps/noctalia/Manifest index b70ebf2028e7..f4aa90a5a492 100644 --- a/gui-apps/noctalia/Manifest +++ b/gui-apps/noctalia/Manifest @@ -1,3 +1,2 @@ DIST noctalia-5.0.0_pre20260614.tar.gz 4992295 BLAKE2B 7501cca236fff2c48dca23a102c9b80a3576df2ab63f2e3fe359b2c4d393dbb7e35f76aab2475f56cd7d3cab3ebab9c145f9b1dc0c01675ad6840ed14e7a303e SHA512 9e2ed278121166b40be5a4f0d8010313039e267215a80643f35e8fa5ab690fc0a95d49f473737d1bdbf130e6d31bf777fc350c82c86921c09244eb4f5323b4f1 -DIST noctalia-v4.7.6.tar.gz 25411072 BLAKE2B a8159cc3e3e1d6b1b689c93ca0e87b9c45dc225e7cf735863c9c6709ad75bc724436239a73c70ac5ed5e566239794f22e0da4e87d043d7f5ea0a04ae76712b0b SHA512 78ba2ad514fc37e44d74bf34946aaa87e056a699fe5b27b6bdcb42e511602d4108e6c467ab907bef43162c90500e079e914d2efcdab4543d830b4ccde32a8338 DIST noctalia-v4.7.7.tar.gz 25414718 BLAKE2B a8af942e0b746d8fc52a0e979aab27e1ebd91190ec71924b519d56d5224a560e2edaf9c64c51768d68cb791d70d03c7ba5572fec1d1fa38f3244fd698189d89c SHA512 7f1ccdd6180e40ce1e898688f93aab348d327e8b46a90e1a193a73f00468fb7ae4dd2655588006da7774ccace4675853cb05dcd3cee540a7c5bbedf57da202c2 diff --git a/gui-apps/noctalia/noctalia-4.7.6.ebuild b/gui-apps/noctalia/noctalia-4.7.6.ebuild deleted file mode 100644 index a4547b3de452..000000000000 --- a/gui-apps/noctalia/noctalia-4.7.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit optfeature python-single-r1 - -DESCRIPTION="A sleek and minimal desktop shell thoughtfully crafted for Wayland" -HOMEPAGE="https://noctalia.dev/ https://github.com/noctalia-dev/noctalia" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/noctalia-dev/noctalia.git" - EGIT_BRANCH="legacy-v4" -else - SRC_URI="https://github.com/noctalia-dev/noctalia/releases/download/v${PV}/noctalia-v${PV}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/noctalia-release" -fi - -MY_PN="noctalia-shell" -LICENSE="MIT" -SLOT="0" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - gui-apps/noctalia-qs - app-misc/brightnessctl - dev-vcs/git - media-gfx/imagemagick -" - -src_install() { - insinto /etc/xdg/quickshell/${MY_PN} - insopts -m0755 - doins -r . - - python_optimize "${ED}/etc/xdg/quickshell/${MY_PN}/Scripts/python/src" - python_fix_shebang "${ED}/etc/xdg/quickshell/${MY_PN}/Scripts/python/src" -} - -pkg_postinst() { - optfeature "clipboard history support" app-misc/cliphist - optfeature "night light functionality" gui-apps/wlsunset - optfeature "power profile management" sys-power/power-profiles-daemon - optfeature "external display brightness control" app-misc/ddcutil -} diff --git a/gui-apps/noctalia/noctalia-9999.ebuild b/gui-apps/noctalia/noctalia-9999.ebuild index dc17d4c6e1b7..b0be555a504a 100644 --- a/gui-apps/noctalia/noctalia-9999.ebuild +++ b/gui-apps/noctalia/noctalia-9999.ebuild @@ -20,6 +20,7 @@ else S="${WORKDIR}/noctalia-release" fi +MY_PN="noctalia-shell" LICENSE="MIT" SLOT="0" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -33,20 +34,17 @@ RDEPEND=" " src_install() { - insinto /etc/xdg/quickshell/noctalia-shell + insinto /etc/xdg/quickshell/${MY_PN} insopts -m0755 doins -r . - python_optimize "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src" - python_fix_shebang "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src" + python_optimize "${ED}/etc/xdg/quickshell/${MY_PN}/Scripts/python/src" + python_fix_shebang "${ED}/etc/xdg/quickshell/${MY_PN}/Scripts/python/src" } pkg_postinst() { optfeature "clipboard history support" app-misc/cliphist - optfeature "audio visualizer component" media-sound/cava optfeature "night light functionality" gui-apps/wlsunset - optfeature "enable 'Portal' option in screen recorder" sys-apps/xdg-desktop-portal - optfeature "calendar events support" gnome-extra/evolution-data-server optfeature "power profile management" sys-power/power-profiles-daemon optfeature "external display brightness control" app-misc/ddcutil } |
