diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-16 03:04:46 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-16 03:04:46 -0500 |
| commit | 8e53963e2d61f91f497fbe023b36ad060a352df6 (patch) | |
| tree | d1ff4c11de3fd2ea3d6ddd2729749ceabcc77713 /gui-apps | |
| parent | 2c34c3402bb20be0fbb58513da479b431ecc7320 (diff) | |
| download | baldeagleos-repo-8e53963e2d61f91f497fbe023b36ad060a352df6.tar.gz baldeagleos-repo-8e53963e2d61f91f497fbe023b36ad060a352df6.tar.xz baldeagleos-repo-8e53963e2d61f91f497fbe023b36ad060a352df6.zip | |
Adding metadata
Diffstat (limited to 'gui-apps')
| -rw-r--r-- | gui-apps/hyprsunset/Manifest | 1 | ||||
| -rw-r--r-- | gui-apps/hyprsunset/hyprsunset-0.4.0.ebuild | 38 | ||||
| -rw-r--r-- | gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.0.ebuild | 2 |
3 files changed, 40 insertions, 1 deletions
diff --git a/gui-apps/hyprsunset/Manifest b/gui-apps/hyprsunset/Manifest index aecdce72aed5..bccc6abc79bc 100644 --- a/gui-apps/hyprsunset/Manifest +++ b/gui-apps/hyprsunset/Manifest @@ -1 +1,2 @@ DIST hyprsunset-0.3.3.tar.gz 15379 BLAKE2B 917726c597e6cc2dbc56de045587f9ae9f82a623e724c0f9775508d92fae9a714671c4051789c87414f6e849870c58c764f28585bd96a678e16baf0daf9493be SHA512 d0d6c2db130d5aa721ae3cf3126f9ea91fdd3150662dd6e1d6811667f7203c73933e61bc0552ff165af4a4a2cfc0aae936cf889ff63789fafc5d1452f6dd2239 +DIST hyprsunset-0.4.0.tar.gz 15401 BLAKE2B 378ceae8ecd7099a5a0a720dc1c7782f6dd7737d3766d049ac9dd778706842c9bc959c0c7a7bad7c5bb582ac873c91e6d51949402137afeff07ec26e2d47c638 SHA512 bab883e31406af5e740cf07ac2a11b07e4420e4c4a1915bb23caca2888db771356c88d8c4f263ad8d4efe2f92a86f16ecffeff8d60881c3d1f14bb42cae93c79 diff --git a/gui-apps/hyprsunset/hyprsunset-0.4.0.ebuild b/gui-apps/hyprsunset/hyprsunset-0.4.0.ebuild new file mode 100644 index 000000000000..42c6eeaff7b8 --- /dev/null +++ b/gui-apps/hyprsunset/hyprsunset-0.4.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="An application to enable a blue-light filter on Hyprland" +HOMEPAGE="https://wiki.hypr.land/Hypr-Ecosystem/hyprsunset" + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" +else + SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0/$(ver_cut 1-2)" + +RDEPEND=" + dev-libs/wayland + >=gui-libs/hyprutils-0.2.3:= + gui-wm/hyprland:= +" + +DEPEND=" + ${RDEPEND} + >=dev-libs/hyprland-protocols-0.4.0 + dev-libs/wayland-protocols + >=dev-util/hyprwayland-scanner-0.4.0 + dev-util/wayland-scanner +" + +BDEPEND=" + virtual/pkgconfig +" diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.0.ebuild index 9aac7cdd0859..57bacd3e9023 100644 --- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.0.ebuild +++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.0.ebuild @@ -14,7 +14,7 @@ https://invent.kde.org/system/xwaylandvideobridge" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" - KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2+" |
