* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2024-11-04 16:49 Michal Vu
0 siblings, 0 replies; 9+ messages in thread
From: Michal Vu @ 2024-11-04 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 05b4e676452a6d11bf2fce92b19292597fb94539
Author: Michal Vu <saigon-tech <AT> tuta <DOT> io>
AuthorDate: Mon Nov 4 16:48:32 2024 +0000
Commit: Michal Vu <saigon-tech <AT> tuta <DOT> io>
CommitDate: Mon Nov 4 16:49:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05b4e676
gui-apps/hyprsunset: new package, add 9999
Signed-off-by: Michal Vu <saigon-tech <AT> tuta.io>
gui-apps/hyprsunset/hyprsunset-9999.ebuild | 26 ++++++++++++++++++++++++++
gui-apps/hyprsunset/metadata.xml | 14 ++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
new file mode 100644
index 000000000..f5975ddae
--- /dev/null
+++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+inherit cmake git-r3
+
+DESCRIPTION="An application to enable a blue-light filter on Hyprland"
+HOMEPAGE="https://github.com/hyprwm/hyprsunset.git"
+EGIT_REPO_URI="https://github.com/hyprwm/hyprsunset.git"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+ ~gui-wm/hyprland-9999
+ dev-libs/wayland
+ >=dev-libs/hyprland-protocols-0.4.0
+"
+DEPEND="
+ ${RDEPEND}
+ dev-util/wayland-scanner
+ >=gui-libs/hyprutils-0.2.3
+ >=dev-util/hyprwayland-scanner-0.4.0
+ virtual/pkgconfig
+"
diff --git a/gui-apps/hyprsunset/metadata.xml b/gui-apps/hyprsunset/metadata.xml
new file mode 100644
index 000000000..a045b5b1c
--- /dev/null
+++ b/gui-apps/hyprsunset/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>saigon-tech@tuta.io</email>
+ <name>Michal Vu</name>
+ </maintainer>
+ <upstream>
+ <changelog>https://github.com/hyprwm/hyprsunset/releases</changelog>
+ <doc>https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset/</doc>
+ <bugs-to>https://github.com/hyprwm/hyprsunset/issues</bugs-to>
+ <remote-id type="github">hyprwm/hyprsunset</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2024-11-18 13:32 Michal Vu
0 siblings, 0 replies; 9+ messages in thread
From: Michal Vu @ 2024-11-18 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 7e83779186049d082e321a7698d267fa4ad05a8c
Author: Michal Vu <saigon-tech <AT> tuta <DOT> io>
AuthorDate: Mon Nov 18 13:32:51 2024 +0000
Commit: Michal Vu <saigon-tech <AT> tuta <DOT> io>
CommitDate: Mon Nov 18 13:32:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e837791
gui-apps/hyprsunset: add 0.1.0
Signed-off-by: Michal Vu <saigon-tech <AT> tuta.io>
gui-apps/hyprsunset/Manifest | 1 +
gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/gui-apps/hyprsunset/Manifest b/gui-apps/hyprsunset/Manifest
new file mode 100644
index 000000000..82488ff28
--- /dev/null
+++ b/gui-apps/hyprsunset/Manifest
@@ -0,0 +1 @@
+DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1 SHA512 24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db
diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
new file mode 100644
index 000000000..fd59f4e75
--- /dev/null
+++ b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2024 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://github.com/hyprwm/hyprsunset"
+SRC_URI="https://github.com/hyprwm/hyprsunset/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ gui-wm/hyprland:=
+ dev-libs/wayland
+ >=dev-libs/hyprland-protocols-0.4.0
+"
+DEPEND="
+ ${RDEPEND}
+ dev-util/wayland-scanner
+ >=gui-libs/hyprutils-0.2.3
+ >=dev-util/hyprwayland-scanner-0.4.0
+ virtual/pkgconfig
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2024-12-01 13:10 Michal Vu
0 siblings, 0 replies; 9+ messages in thread
From: Michal Vu @ 2024-12-01 13:10 UTC (permalink / raw
To: gentoo-commits
commit: ceb0609098e9fd3ed8de3fb7c0956ee1780bbc06
Author: Michal Vu <saigon-tech <AT> tuta <DOT> io>
AuthorDate: Sun Dec 1 13:09:44 2024 +0000
Commit: Michal Vu <saigon-tech <AT> tuta <DOT> io>
CommitDate: Sun Dec 1 13:09:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ceb06090
gui-apps/hyprsunset: Fixing missing RDEPEND dependencies
Signed-off-by: Michal Vu <saigon-tech <AT> tuta.io>
gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild | 11 ++++++++---
gui-apps/hyprsunset/hyprsunset-9999.ebuild | 11 ++++++++---
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
index fd59f4e75..7d0098a0d 100644
--- a/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
@@ -15,12 +15,17 @@ KEYWORDS="~amd64"
RDEPEND="
gui-wm/hyprland:=
dev-libs/wayland
- >=dev-libs/hyprland-protocols-0.4.0
+ >=gui-libs/hyprutils-0.2.3
"
+
DEPEND="
${RDEPEND}
- dev-util/wayland-scanner
- >=gui-libs/hyprutils-0.2.3
+ dev-libs/wayland-protocols
+ >=dev-libs/hyprland-protocols-0.4.0
>=dev-util/hyprwayland-scanner-0.4.0
+ dev-util/wayland-scanner
+"
+
+BDEPEND="
virtual/pkgconfig
"
diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
index f5975ddae..3cc7c4e60 100644
--- a/gui-apps/hyprsunset/hyprsunset-9999.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
@@ -15,12 +15,17 @@ KEYWORDS=""
RDEPEND="
~gui-wm/hyprland-9999
dev-libs/wayland
- >=dev-libs/hyprland-protocols-0.4.0
+ >=gui-libs/hyprutils-0.2.3
"
+
DEPEND="
${RDEPEND}
- dev-util/wayland-scanner
- >=gui-libs/hyprutils-0.2.3
+ dev-libs/wayland-protocols
+ >=dev-libs/hyprland-protocols-0.4.0
>=dev-util/hyprwayland-scanner-0.4.0
+ dev-util/wayland-scanner
+"
+
+BDEPEND="
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2024-12-30 15:43 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2024-12-30 15:43 UTC (permalink / raw
To: gentoo-commits
commit: 40c8a7ca8a9ae2c71dfec07fb1dd19f96081d396
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Dec 30 15:34:57 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Dec 30 15:34:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40c8a7ca
gui-apps/hyprsunset: rebuild on gui-libs/hyprutils subslot change
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
.../hyprsunset/{hyprsunset-0.1.0.ebuild => hyprsunset-0.1.0-r1.ebuild} | 2 +-
gui-apps/hyprsunset/hyprsunset-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild b/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
similarity index 95%
rename from gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
rename to gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
index 7d0098a0d..12c5fb1ab 100644
--- a/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
RDEPEND="
gui-wm/hyprland:=
dev-libs/wayland
- >=gui-libs/hyprutils-0.2.3
+ >=gui-libs/hyprutils-0.2.3:=
"
DEPEND="
diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
index 3cc7c4e60..82fea4d53 100644
--- a/gui-apps/hyprsunset/hyprsunset-9999.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
@@ -15,7 +15,7 @@ KEYWORDS=""
RDEPEND="
~gui-wm/hyprland-9999
dev-libs/wayland
- >=gui-libs/hyprutils-0.2.3
+ >=gui-libs/hyprutils-0.2.3:=
"
DEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2024-12-31 3:10 John M. Harris, Jr.
0 siblings, 0 replies; 9+ messages in thread
From: John M. Harris, Jr. @ 2024-12-31 3:10 UTC (permalink / raw
To: gentoo-commits
commit: baa1416e90a352bc856077ff1494a3d324ff5c42
Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Tue Dec 31 03:10:26 2024 +0000
Commit: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Tue Dec 31 03:10:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baa1416e
gui-apps/hyprsunset: update HOMEPAGE
Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>
gui-apps/hyprsunset/hyprsunset-9999.ebuild | 5 ++---
gui-apps/hyprsunset/metadata.xml | 8 ++++++--
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
index 82fea4d53..3c0316205 100644
--- a/gui-apps/hyprsunset/hyprsunset-9999.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
@@ -5,15 +5,14 @@ EAPI=8
inherit cmake git-r3
DESCRIPTION="An application to enable a blue-light filter on Hyprland"
-HOMEPAGE="https://github.com/hyprwm/hyprsunset.git"
+HOMEPAGE="https://github.com/hyprwm/hyprsunset"
EGIT_REPO_URI="https://github.com/hyprwm/hyprsunset.git"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
RDEPEND="
- ~gui-wm/hyprland-9999
+ gui-wm/hyprland:=
dev-libs/wayland
>=gui-libs/hyprutils-0.2.3:=
"
diff --git a/gui-apps/hyprsunset/metadata.xml b/gui-apps/hyprsunset/metadata.xml
index a045b5b1c..7f6e29a9a 100644
--- a/gui-apps/hyprsunset/metadata.xml
+++ b/gui-apps/hyprsunset/metadata.xml
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>saigon-tech@tuta.io</email>
+ <maintainer type="person">
<name>Michal Vu</name>
+ <email>saigon-tech@tuta.io</email>
+ </maintainer>
+ <maintainer type="person">
+ <name>John M. Harris, Jr.</name>
+ <email>johnmh@johnmh.me</email>
</maintainer>
<upstream>
<changelog>https://github.com/hyprwm/hyprsunset/releases</changelog>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2025-04-04 21:39 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2025-04-04 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 89d18710ebc6455a827d345f1e440cac95a4471f
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Apr 4 21:26:01 2025 +0000
Commit: Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Apr 4 21:28:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89d18710
gui-apps/hyprsunset: update HOMEPAGE
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild | 4 ++--
gui-apps/hyprsunset/hyprsunset-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild b/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
index 12c5fb1ab..773456297 100644
--- a/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2024 Gentoo Authors
+# 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://github.com/hyprwm/hyprsunset"
+HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset"
SRC_URI="https://github.com/hyprwm/hyprsunset/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
index 3c0316205..bad110fdd 100644
--- a/gui-apps/hyprsunset/hyprsunset-9999.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="An application to enable a blue-light filter on Hyprland"
-HOMEPAGE="https://github.com/hyprwm/hyprsunset"
+HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset"
EGIT_REPO_URI="https://github.com/hyprwm/hyprsunset.git"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2025-04-04 21:39 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2025-04-04 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 0daf768ae1459d9210586f1f4c32dda9547f7341
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Apr 4 21:35:02 2025 +0000
Commit: Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Apr 4 21:35:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0daf768a
gui-apps/hyprsunset: improve live
- sort deps
- live/release switch for easy version bumps
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
gui-apps/hyprsunset/hyprsunset-9999.ebuild | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
index bad110fdd..3db97109e 100644
--- a/gui-apps/hyprsunset/hyprsunset-9999.ebuild
+++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild
@@ -1,26 +1,34 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+
EAPI=8
-inherit cmake git-r3
+inherit cmake
DESCRIPTION="An application to enable a blue-light filter on Hyprland"
HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset"
-EGIT_REPO_URI="https://github.com/hyprwm/hyprsunset.git"
+
+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"
RDEPEND="
- gui-wm/hyprland:=
dev-libs/wayland
>=gui-libs/hyprutils-0.2.3:=
+ gui-wm/hyprland:=
"
DEPEND="
${RDEPEND}
- dev-libs/wayland-protocols
>=dev-libs/hyprland-protocols-0.4.0
+ dev-libs/wayland-protocols
>=dev-util/hyprwayland-scanner-0.4.0
dev-util/wayland-scanner
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2025-04-04 21:39 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2025-04-04 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 5f417790d9f01c88e98963ef970394aae6b11e9c
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Apr 4 21:38:54 2025 +0000
Commit: Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Apr 4 21:38:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f417790
gui-apps/hyprsunset: add 0.2.0
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
gui-apps/hyprsunset/Manifest | 1 +
gui-apps/hyprsunset/hyprsunset-0.2.0.ebuild | 38 +++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/gui-apps/hyprsunset/Manifest b/gui-apps/hyprsunset/Manifest
index 82488ff28..1c58e5afa 100644
--- a/gui-apps/hyprsunset/Manifest
+++ b/gui-apps/hyprsunset/Manifest
@@ -1 +1,2 @@
DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1 SHA512 24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db
+DIST hyprsunset-0.2.0.tar.gz 11336 BLAKE2B 9ccea684c128092a0b3c42ebcb71c72bc09eab9a584a6a1171aa7ac74dda97cb9d65d682ad1ed85f9ad73d25200057f78b332f5e3f3681722bacf2a7906e51be SHA512 dc88c0d8895f9eca6d73adbc642bfa7301e1cf9cd20f10e9b4eb35758d73ab1cd1f5daa46ea2390abd35a3793fb461657783a4594982d07515b5f2b0d5470e3b
diff --git a/gui-apps/hyprsunset/hyprsunset-0.2.0.ebuild b/gui-apps/hyprsunset/hyprsunset-0.2.0.ebuild
new file mode 100644
index 000000000..3db97109e
--- /dev/null
+++ b/gui-apps/hyprsunset/hyprsunset-0.2.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.hyprland.org/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"
+
+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
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2025-04-04 21:39 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2025-04-04 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 009bac51802c36c05c1a448475d9330fe8f29f40
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Apr 4 21:39:34 2025 +0000
Commit: Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Apr 4 21:39:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=009bac51
gui-apps/hyprsunset: drop 0.1.0-r1
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
gui-apps/hyprsunset/Manifest | 1 -
gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild | 31 --------------------------
2 files changed, 32 deletions(-)
diff --git a/gui-apps/hyprsunset/Manifest b/gui-apps/hyprsunset/Manifest
index 1c58e5afa..c8b861f89 100644
--- a/gui-apps/hyprsunset/Manifest
+++ b/gui-apps/hyprsunset/Manifest
@@ -1,2 +1 @@
-DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1 SHA512 24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db
DIST hyprsunset-0.2.0.tar.gz 11336 BLAKE2B 9ccea684c128092a0b3c42ebcb71c72bc09eab9a584a6a1171aa7ac74dda97cb9d65d682ad1ed85f9ad73d25200057f78b332f5e3f3681722bacf2a7906e51be SHA512 dc88c0d8895f9eca6d73adbc642bfa7301e1cf9cd20f10e9b4eb35758d73ab1cd1f5daa46ea2390abd35a3793fb461657783a4594982d07515b5f2b0d5470e3b
diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild b/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
deleted file mode 100644
index 773456297..000000000
--- a/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.hyprland.org/Hypr-Ecosystem/hyprsunset"
-SRC_URI="https://github.com/hyprwm/hyprsunset/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- gui-wm/hyprland:=
- dev-libs/wayland
- >=gui-libs/hyprutils-0.2.3:=
-"
-
-DEPEND="
- ${RDEPEND}
- dev-libs/wayland-protocols
- >=dev-libs/hyprland-protocols-0.4.0
- >=dev-util/hyprwayland-scanner-0.4.0
- dev-util/wayland-scanner
-"
-
-BDEPEND="
- virtual/pkgconfig
-"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-04-04 21:40 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04 21:39 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2025-04-04 21:39 Johannes Huber
2025-04-04 21:39 Johannes Huber
2025-04-04 21:39 Johannes Huber
2024-12-31 3:10 John M. Harris, Jr.
2024-12-30 15:43 Julien Roy
2024-12-01 13:10 Michal Vu
2024-11-18 13:32 Michal Vu
2024-11-04 16:49 Michal Vu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox