public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/
@ 2023-10-05 19:00 Mykyta Holubakha
  0 siblings, 0 replies; 6+ messages in thread
From: Mykyta Holubakha @ 2023-10-05 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ac7769829ee5e721cc6f12527da2581287e45165
Author:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Thu Oct  5 18:57:57 2023 +0000
Commit:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
CommitDate: Thu Oct  5 19:00:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac776982

gui-apps/grimshot: new package, add 9999

Signed-off-by: Mykyta Holubakha <hilobakho <AT> gmail.com>

 gui-apps/grimshot/grimshot-9999.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild
new file mode 100644
index 0000000000..1b3dccaed3
--- /dev/null
+++ b/gui-apps/grimshot/grimshot-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="A helper for screenshots within sway"
+HOMEPAGE="https://github.com/OctopusET/sway-contrib"
+
+EGIT_REPO_URI="https://github.com/OctopusET/sway-contrib.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+IUSE="libnotify"
+
+RDEPEND="
+	app-misc/jq
+	gui-apps/grim
+	gui-apps/slurm
+	gui-apps/wl-clipboard
+	gui-wm/sway
+	libnotify? ( x11-libs/libnotify )
+"
+
+src_install() {
+	dobin grimshot
+	doman grimshot.1
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/
@ 2023-10-06 10:08 Remigiusz Micielski
  0 siblings, 0 replies; 6+ messages in thread
From: Remigiusz Micielski @ 2023-10-06 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ae1bbf8b6b4548fbb91c617475131c73a8b321d5
Author:     Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com>
AuthorDate: Fri Oct  6 10:05:44 2023 +0000
Commit:     Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
CommitDate: Fri Oct  6 10:05:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae1bbf8b

Revert "gui-apps/grimshot: new package, add 9999"

This reverts commit ac7769829ee5e721cc6f12527da2581287e45165.

Conflicts with gui-wm/sway[grimshot]

Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com>

 gui-apps/grimshot/grimshot-9999.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild
deleted file mode 100644
index 1b3dccaed3..0000000000
--- a/gui-apps/grimshot/grimshot-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3
-
-DESCRIPTION="A helper for screenshots within sway"
-HOMEPAGE="https://github.com/OctopusET/sway-contrib"
-
-EGIT_REPO_URI="https://github.com/OctopusET/sway-contrib.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-IUSE="libnotify"
-
-RDEPEND="
-	app-misc/jq
-	gui-apps/grim
-	gui-apps/slurm
-	gui-apps/wl-clipboard
-	gui-wm/sway
-	libnotify? ( x11-libs/libnotify )
-"
-
-src_install() {
-	dobin grimshot
-	doman grimshot.1
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/
@ 2023-10-06 10:40 Mykyta Holubakha
  0 siblings, 0 replies; 6+ messages in thread
From: Mykyta Holubakha @ 2023-10-06 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e97f6122fb5e62b3f3c7bc53a8c9c0a28060c987
Author:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Thu Oct  5 18:57:57 2023 +0000
Commit:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
CommitDate: Fri Oct  6 10:40:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e97f6122

gui-apps/grimshot: new package, add 9999

Signed-off-by: Mykyta Holubakha <hilobakho <AT> gmail.com>

 gui-apps/grimshot/grimshot-9999.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild
new file mode 100644
index 0000000000..89d76072e3
--- /dev/null
+++ b/gui-apps/grimshot/grimshot-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="A helper for screenshots within sway"
+HOMEPAGE="https://github.com/OctopusET/sway-contrib"
+
+EGIT_REPO_URI="https://github.com/OctopusET/sway-contrib.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+IUSE="libnotify"
+
+RDEPEND="
+	app-misc/jq
+	gui-apps/grim
+	gui-apps/slurm
+	gui-apps/wl-clipboard
+	gui-wm/sway
+	!!<=gui-wm/sway-1.8.1[grimshot
+	libnotify? ( x11-libs/libnotify )
+"
+
+src_install() {
+	dobin grimshot
+	doman grimshot.1
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/
@ 2023-10-06 10:45 Mykyta Holubakha
  0 siblings, 0 replies; 6+ messages in thread
From: Mykyta Holubakha @ 2023-10-06 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b8adbef09999d2155251f99d05752ae69ecb6395
Author:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Fri Oct  6 10:44:57 2023 +0000
Commit:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
CommitDate: Fri Oct  6 10:45:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8adbef0

gui-apps/grimshot: hotfix

Signed-off-by: Mykyta Holubakha <hilobakho <AT> gmail.com>

 gui-apps/grimshot/grimshot-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild
index 89d76072e3..b30055fad2 100644
--- a/gui-apps/grimshot/grimshot-9999.ebuild
+++ b/gui-apps/grimshot/grimshot-9999.ebuild
@@ -19,10 +19,10 @@ IUSE="libnotify"
 RDEPEND="
 	app-misc/jq
 	gui-apps/grim
-	gui-apps/slurm
+	gui-apps/slurp
 	gui-apps/wl-clipboard
 	gui-wm/sway
-	!!<=gui-wm/sway-1.8.1[grimshot
+	!!<=gui-wm/sway-1.8.1[grimshot]
 	libnotify? ( x11-libs/libnotify )
 "
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/
@ 2024-05-06 14:28 Theo Donacik
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Donacik @ 2024-05-06 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     750ec88cf946b40b94ea47cd8c102d5d68e95e96
Author:     Theo Donacik <theodonacik <AT> gmail <DOT> com>
AuthorDate: Mon May  6 14:25:14 2024 +0000
Commit:     Theo Donacik <theodonacik <AT> gmail <DOT> com>
CommitDate: Mon May  6 14:25:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=750ec88c

gui-apps/grimshot: added swayfx possible dependency

Signed-off-by: Theo Donacik <theodonacik <AT> gmail.com>

Allows grimshot to be installed with either sway or swayfx.

 gui-apps/grimshot/grimshot-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild
index bf296b631a..fa31c8d3f1 100644
--- a/gui-apps/grimshot/grimshot-9999.ebuild
+++ b/gui-apps/grimshot/grimshot-9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	gui-apps/grim
 	gui-apps/slurp
 	gui-apps/wl-clipboard
-	gui-wm/sway
+	|| ( gui-wm/sway gui-wm/swayfx )
 	!!<=gui-wm/sway-1.8.1[grimshot]
 	libnotify? ( x11-libs/libnotify )
 "


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/
@ 2024-05-20 17:05 Lucio Sauer
  0 siblings, 0 replies; 6+ messages in thread
From: Lucio Sauer @ 2024-05-20 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6b915fa5eb6dc8e866ef00fbb126eb03a0cec59a
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 20 17:00:06 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon May 20 17:02:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b915fa5

gui-apps/grimshot: add upstream metadata

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gui-apps/grimshot/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gui-apps/grimshot/metadata.xml b/gui-apps/grimshot/metadata.xml
new file mode 100644
index 0000000000..aaa130db1a
--- /dev/null
+++ b/gui-apps/grimshot/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">OctopusET/sway-contrib</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-20 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 17:05 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/ Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2024-05-06 14:28 Theo Donacik
2023-10-06 10:45 Mykyta Holubakha
2023-10-06 10:40 Mykyta Holubakha
2023-10-06 10:08 Remigiusz Micielski
2023-10-05 19:00 Mykyta Holubakha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox