* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/
@ 2022-12-17 9:09 Hayley Hughes
0 siblings, 0 replies; 7+ messages in thread
From: Hayley Hughes @ 2022-12-17 9:09 UTC (permalink / raw
To: gentoo-commits
commit: aa08ea9e0f186385d636cfeeb6db759efc4d653a
Author: Hayley Hughes <hayley <AT> foxes <DOT> systems>
AuthorDate: Sat Dec 17 09:04:07 2022 +0000
Commit: Hayley Hughes <hayley <AT> foxes <DOT> systems>
CommitDate: Sat Dec 17 09:08:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa08ea9e
gui-apps/gtklock: fix min version of gtk-layer-shell
=gui-apps/gtklock-2.0.1 requires >=gui-libs/gtk-layer-shell-0.6.0
however the currently stable version of gtk-layer-shell in :gentoo is
only 0.1.0. Once a version of gtk-layer-shell >= 0.6.0 gets stablised,
this commit can be reverted.
Signed-off-by: Hayley Hughes <hayley <AT> foxes.systems>
gui-apps/gtklock/gtklock-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gtklock/gtklock-2.0.1.ebuild b/gui-apps/gtklock/gtklock-2.0.1.ebuild
index d66478055..be9e541f9 100644
--- a/gui-apps/gtklock/gtklock-2.0.1.ebuild
+++ b/gui-apps/gtklock/gtklock-2.0.1.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="sys-libs/pam
- gui-libs/gtk-layer-shell"
+ >=gui-libs/gtk-layer-shell-0.6.0"
BDEPEND="app-text/scdoc"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/
@ 2022-12-17 14:28 Julien Roy
0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2022-12-17 14:28 UTC (permalink / raw
To: gentoo-commits
commit: 47dbadedf40a67a06c6360e6850f11a9d6a65184
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Dec 17 14:27:58 2022 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Dec 17 14:27:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47dbaded
gui-apps/gtklock: update Manifest
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/gtklock/Manifest | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gui-apps/gtklock/Manifest b/gui-apps/gtklock/Manifest
index b2458341b..d2bcfc431 100644
--- a/gui-apps/gtklock/Manifest
+++ b/gui-apps/gtklock/Manifest
@@ -1,4 +1 @@
-AUX gtklock-2.0.1-makefile.patch 309 BLAKE2B 3167acde7c0e90c17b3fd26a070bc673f324b1faf9939428c14f6a3569636fd7ce9974d81b1a5f4e15f9b68d98a9197d384b7487c8f315cd4ea6916e7f63289f SHA512 9307d643210b519b6a43c3fd631608c67e512be76c15a183c3e133829ba8ab813e4b301f4e5f594aae56ef6b44a7191e55a00b2c79c9a0dcfa7387cc3dacf1c5
DIST gtklock-2.0.1.tar.gz 56129 BLAKE2B 70b0aa3be5430665314d50f2d1322a4c57e7202b44b579f06712608b34797928b050aedb5a1c86e98d80a16f8c90fbd1a9b466a499ed04c44ef690805ea6bbf7 SHA512 d9ef0bacf78bcfaf71b4252b8f48678970b044a8fb4de4ab6e6c8a7ac5047b5ad1092401b5f1f57fd009cd9bf508ed7390ef84b71dffa2e994b74b996d7136f3
-EBUILD gtklock-2.0.1.ebuild 462 BLAKE2B f2d5ec82cfa852a4d5e155603c46c728ce8baa5d7e159b53d162ef21e3810d00d649c0f00c65abfff100a746d400998bfc0446338eb35d8d3b838934c4e84c8d SHA512 43e8accab79492899e048a2f1abec0a396ca9bffd2351ff9de2d12fbd5235cda423cbb141ccaf15a419fd13ce5691fa84d9c6e044e5cfa6cbb435d22a74fcfb5
-MISC metadata.xml 323 BLAKE2B ce78e71bc84ee58711e086cbd255ec901d3786d927f96d7564cf564869760c3ca532dca340b7123e33038477e869a48e1a3bf8087a0758fd7c8f876b65f13bce SHA512 071c746703586fb82565822e4050002eee97218703639ed0ac7db35f1e5e919da2f073eb8dbfb6a0f0d3ea45b147beaeef0ccfbc06e25d526958b8a0ff7a77ab
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/
@ 2024-04-22 15:39 Gonçalo Negrier Duarte
0 siblings, 0 replies; 7+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-04-22 15:39 UTC (permalink / raw
To: gentoo-commits
commit: b501b61297a017b6015208ab6eaba40e42815993
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 15:16:03 2024 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Mon Apr 22 15:38:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b501b612
gui-apps/gtklock: add myself as a maintainer
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
gui-apps/gtklock/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gui-apps/gtklock/metadata.xml b/gui-apps/gtklock/metadata.xml
index b942d965d5..3381d2afc9 100644
--- a/gui-apps/gtklock/metadata.xml
+++ b/gui-apps/gtklock/metadata.xml
@@ -5,6 +5,10 @@
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
+ <maintainer type="person">
+ <email>gonegrier.duarte@gmail.com</email>
+ <name>Gonçalo Negrier Duarte</name>
+ </maintainer>
<upstream>
<remote-id type="github">jovanlanik/gtklock</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/
@ 2024-05-23 17:45 Gonçalo Negrier Duarte
0 siblings, 0 replies; 7+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-05-23 17:45 UTC (permalink / raw
To: gentoo-commits
commit: b56ae94107d00480b2269d85838605df6133cfc8
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu May 23 17:34:50 2024 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu May 23 17:45:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b56ae941
gui-apps/gtklock: add dev-libs/glib to RDEPEND
Closes: https://bugs.gentoo.org/932551
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
gui-apps/gtklock/{gtklock-3.0.0.ebuild => gtklock-3.0.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/gui-apps/gtklock/gtklock-3.0.0.ebuild b/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
similarity index 97%
rename from gui-apps/gtklock/gtklock-3.0.0.ebuild
rename to gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
index 1f3d329c3..14d1eba1f 100644
--- a/gui-apps/gtklock/gtklock-3.0.0.ebuild
+++ b/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64"
IUSE="man"
RDEPEND="
+ dev-libs/glib
sys-libs/pam
x11-libs/gtk+:3[wayland]
gui-libs/gtk-session-lock
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/
@ 2024-07-23 20:22 Brayan
0 siblings, 0 replies; 7+ messages in thread
From: Brayan @ 2024-07-23 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 70640b438a747db507d62dfedcaa522b4e7c2719
Author: Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue Jul 23 20:12:14 2024 +0000
Commit: Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue Jul 23 20:12:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70640b43
gui-apps/gtklock: Fixed self-assignment.
Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>
gui-apps/gtklock/gtklock-3.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild b/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
index 497bd6f06..08702401b 100644
--- a/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
+++ b/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
x11-libs/gtk+:3[wayland]
gui-libs/gtk-session-lock
"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
dev-build/meson
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/
@ 2024-11-15 1:12 Julien Roy
0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-11-15 1:12 UTC (permalink / raw
To: gentoo-commits
commit: f596d42942c36939d292e322b0a57e58c28b58d0
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Nov 14 23:52:49 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Nov 15 01:12:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f596d429
gui-apps/gtklock: drop myself as maintainer
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/gtklock/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gui-apps/gtklock/metadata.xml b/gui-apps/gtklock/metadata.xml
index 3381d2afc..4439327fc 100644
--- a/gui-apps/gtklock/metadata.xml
+++ b/gui-apps/gtklock/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
<maintainer type="person">
<email>gonegrier.duarte@gmail.com</email>
<name>Gonçalo Negrier Duarte</name>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/
@ 2024-12-07 15:09 Gonçalo Negrier Duarte
0 siblings, 0 replies; 7+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-12-07 15:09 UTC (permalink / raw
To: gentoo-commits
commit: c5be87494d9b9ea15185bf31367190f53b2a2ed5
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sat Dec 7 15:04:15 2024 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Sat Dec 7 15:09:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5be8749
gui-apps/gtklock: add 4.0.0, drop 3.0.0-r1
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
gui-apps/gtklock/Manifest | 2 +-
gui-apps/gtklock/{gtklock-3.0.0-r1.ebuild => gtklock-4.0.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gtklock/Manifest b/gui-apps/gtklock/Manifest
index a9aaa4a02..795db8c50 100644
--- a/gui-apps/gtklock/Manifest
+++ b/gui-apps/gtklock/Manifest
@@ -1 +1 @@
-DIST gtklock-3.0.0.tar.gz 54555 BLAKE2B 9c109c37cb3390bfd01b0a54446ec45bb9b4b234bdc547cf4b1c0bd77daf87743f9e4d22c687800f42ae77b81d169874ede203f8f38f6f07bc0612147cdcf60e SHA512 01c3d4eea155c1d8472f191af5ab6c66509cd7bd3c4b9b7beb1c50005d6015d977474d85e0da5a307e8a6a970456a89ef1b86fb5b218a7943ebc57f710bf534b
+DIST gtklock-4.0.0.tar.gz 57368 BLAKE2B 5b2cc829c5a026e3aaa77f7f811d277f2e144c9619d4d999cae4c6ceaea12408c51bac526223027d19415b7efecc4da435c29466080da08b3b5d7f13b68e5790 SHA512 f589a65a0d93c9bbf79d9ff4a5b101983ca4af8ad8569d32bbb603c40d3e8332cbe082be26a372cd1e8bd6d42beb723ffe6042e048f6b12dcdc45b8ac854ebf9
diff --git a/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild b/gui-apps/gtklock/gtklock-4.0.0.ebuild
similarity index 100%
rename from gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
rename to gui-apps/gtklock/gtklock-4.0.0.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-07 15:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 15:09 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/ Gonçalo Negrier Duarte
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 1:12 Julien Roy
2024-07-23 20:22 Brayan
2024-05-23 17:45 Gonçalo Negrier Duarte
2024-04-22 15:39 Gonçalo Negrier Duarte
2022-12-17 14:28 Julien Roy
2022-12-17 9:09 Hayley Hughes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox