* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2024-11-04 16:49 Michal Vu
0 siblings, 0 replies; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/
@ 2024-12-30 15:43 Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
0 siblings, 1 reply; 6+ 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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprsunset/
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/ Julien Roy
@ 2024-12-30 16:12 ` Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-12-30 16:12 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] 6+ 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; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2024-12-31 3:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprsunset/ Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 3:10 [gentoo-commits] repo/proj/guru:dev " John M. Harris, Jr.
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