* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2019-08-09 0:15 Aaron Bauman
0 siblings, 0 replies; 35+ messages in thread
From: Aaron Bauman @ 2019-08-09 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 264467e31b7139e731ccbf277812b7652e96f6c6
Author: Bernardo Meurer <meurerbernardo <AT> gmail <DOT> com>
AuthorDate: Sun Aug 4 03:33:09 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 00:12:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264467e3
gui-apps/grim: New package (1.2.0, 9999)
Closes: https://bugs.gentoo.org/684712
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Bernardo Meurer <bernardo <AT> standard.ai>
Closes: https://github.com/gentoo/gentoo/pull/12613
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
gui-apps/grim/Manifest | 1 +
gui-apps/grim/grim-1.2.0.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++
gui-apps/grim/grim-9999.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++
gui-apps/grim/metadata.xml | 24 ++++++++++++++++++++++
4 files changed, 115 insertions(+)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
new file mode 100644
index 00000000000..3b6273b83c4
--- /dev/null
+++ b/gui-apps/grim/Manifest
@@ -0,0 +1 @@
+DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
new file mode 100644
index 00000000000..c8c932c13aa
--- /dev/null
+++ b/gui-apps/grim/grim-1.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Grab images from a Wayland compositor."
+HOMEPAGE="https://github.com/emersion/grim"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+else
+ SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man jpeg"
+
+DEPEND="
+ >=dev-libs/wayland-protocols-1.14
+ dev-libs/wayland
+ jpeg? ( virtual/jpeg )
+ x11-libs/cairo
+"
+RDEPEND="
+ ${DEPEND}
+"
+if [[ ${PV} == 9999 ]]; then
+ BDEPEND+="man? ( ~app-text/scdoc-9999 )"
+else
+ BDEPEND+="man? ( app-text/scdoc )"
+fi
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature jpeg)
+ $(meson_feature man man-pages)
+ "-Dwerror=false"
+ )
+ meson_src_configure
+}
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
new file mode 100644
index 00000000000..c8c932c13aa
--- /dev/null
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Grab images from a Wayland compositor."
+HOMEPAGE="https://github.com/emersion/grim"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+else
+ SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man jpeg"
+
+DEPEND="
+ >=dev-libs/wayland-protocols-1.14
+ dev-libs/wayland
+ jpeg? ( virtual/jpeg )
+ x11-libs/cairo
+"
+RDEPEND="
+ ${DEPEND}
+"
+if [[ ${PV} == 9999 ]]; then
+ BDEPEND+="man? ( ~app-text/scdoc-9999 )"
+else
+ BDEPEND+="man? ( app-text/scdoc )"
+fi
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature jpeg)
+ $(meson_feature man man-pages)
+ "-Dwerror=false"
+ )
+ meson_src_configure
+}
diff --git a/gui-apps/grim/metadata.xml b/gui-apps/grim/metadata.xml
new file mode 100644
index 00000000000..24e0317c3df
--- /dev/null
+++ b/gui-apps/grim/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bernardo@standard.ai</email>
+ <name>Bernardo Meurer</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>bman@gentoo.org</email>
+ <name>Aaron Bauman</name>
+ </maintainer>
+ <longdescription lang="en">
+ Grab images from a Wayland compositor.
+ </longdescription>
+ <use>
+ <flag name="jpeg">Enable JPEG support.</flag>
+ <flag name="man">Generate and install man pages.</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">emersion/grim</remote-id>
+ <bugs-to>https://github.com/emersion/grim/issues</bugs-to>
+ <changelog>https://github.com/emersion/grim/releases</changelog>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2019-08-09 0:21 Aaron Bauman
0 siblings, 0 replies; 35+ messages in thread
From: Aaron Bauman @ 2019-08-09 0:21 UTC (permalink / raw
To: gentoo-commits
commit: 6723407433bbdeedb2c064dea9b850af905dce74
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 00:21:02 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 00:21:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67234074
gui-apps/grim: keyword arm64
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
gui-apps/grim/grim-1.2.0.ebuild | 2 +-
gui-apps/grim/grim-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
index c8c932c13aa..ffefad181cd 100644
--- a/gui-apps/grim/grim-1.2.0.ebuild
+++ b/gui-apps/grim/grim-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="MIT"
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index c8c932c13aa..ffefad181cd 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2019-08-12 0:52 Aaron Bauman
0 siblings, 0 replies; 35+ messages in thread
From: Aaron Bauman @ 2019-08-12 0:52 UTC (permalink / raw
To: gentoo-commits
commit: 9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 00:49:26 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 00:49:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb91ac3
gui-apps/grim: stylistic changes
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
gui-apps/grim/grim-1.2.0.ebuild | 9 ++++-----
gui-apps/grim/grim-9999.ebuild | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
index ffefad181cd..818ccfb4b9e 100644
--- a/gui-apps/grim/grim-1.2.0.ebuild
+++ b/gui-apps/grim/grim-1.2.0.ebuild
@@ -24,11 +24,10 @@ DEPEND="
>=dev-libs/wayland-protocols-1.14
dev-libs/wayland
jpeg? ( virtual/jpeg )
- x11-libs/cairo
-"
-RDEPEND="
- ${DEPEND}
-"
+ x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
if [[ ${PV} == 9999 ]]; then
BDEPEND+="man? ( ~app-text/scdoc-9999 )"
else
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index ffefad181cd..818ccfb4b9e 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -24,11 +24,10 @@ DEPEND="
>=dev-libs/wayland-protocols-1.14
dev-libs/wayland
jpeg? ( virtual/jpeg )
- x11-libs/cairo
-"
-RDEPEND="
- ${DEPEND}
-"
+ x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
if [[ ${PV} == 9999 ]]; then
BDEPEND+="man? ( ~app-text/scdoc-9999 )"
else
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2020-07-16 14:50 Matthew Thode
0 siblings, 0 replies; 35+ messages in thread
From: Matthew Thode @ 2020-07-16 14:50 UTC (permalink / raw
To: gentoo-commits
commit: a895723e187c34c05163d28d09659ae8dd2b44b2
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 14:39:40 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 14:50:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a895723e
gui-apps/grim: 1.3.0 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-apps/grim/Manifest | 1 +
gui-apps/grim/grim-1.3.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index 3b6273b83c4..c76e1bd43a9 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1 +1,2 @@
DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
+DIST grim-1.3.0.tar.gz 15103 BLAKE2B 3a0ad4370b2a074945b1412ded14b90155a0138337314a1834dc25217e2ce13b2ca5c925fd164c9363dff059def4caab036d01b5b68c21211af4ace11e558c02 SHA512 de56046375da1a0c4d787a39d97e18af964dbf40b0d18c6f99c68b4bf054cf6712ba653d69711d3bc6f50870a23649959d67c0b150ac5c637e8c9e74b0eba2e6
diff --git a/gui-apps/grim/grim-1.3.0.ebuild b/gui-apps/grim/grim-1.3.0.ebuild
new file mode 100644
index 00000000000..314e4d76d16
--- /dev/null
+++ b/gui-apps/grim/grim-1.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Grab images from a Wayland compositor."
+HOMEPAGE="https://github.com/emersion/grim"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+else
+ SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man jpeg"
+
+DEPEND="
+ >=dev-libs/wayland-protocols-1.14
+ dev-libs/wayland
+ jpeg? ( virtual/jpeg )
+ x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
+if [[ ${PV} == 9999 ]]; then
+ BDEPEND+="man? ( ~app-text/scdoc-9999 )"
+else
+ BDEPEND+="man? ( app-text/scdoc )"
+fi
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature jpeg)
+ $(meson_feature man man-pages)
+ "-Dwerror=false"
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2020-08-17 16:31 Aaron Bauman
0 siblings, 0 replies; 35+ messages in thread
From: Aaron Bauman @ 2020-08-17 16:31 UTC (permalink / raw
To: gentoo-commits
commit: e654fe081fe9c5c8d4412d93297cdd096b8edf21
Author: Renee D'Netto <rdnetto <AT> gmail <DOT> com>
AuthorDate: Wed Aug 5 07:57:07 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 16:31:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654fe08
gui-apps/grim: Bump to 1.3.1
Signed-off-by: Renee D'Netto <rdnetto <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17007
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
gui-apps/grim/Manifest | 1 +
gui-apps/grim/grim-1.3.1.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index c76e1bd43a9..4ce0870757f 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1,2 +1,3 @@
DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
DIST grim-1.3.0.tar.gz 15103 BLAKE2B 3a0ad4370b2a074945b1412ded14b90155a0138337314a1834dc25217e2ce13b2ca5c925fd164c9363dff059def4caab036d01b5b68c21211af4ace11e558c02 SHA512 de56046375da1a0c4d787a39d97e18af964dbf40b0d18c6f99c68b4bf054cf6712ba653d69711d3bc6f50870a23649959d67c0b150ac5c637e8c9e74b0eba2e6
+DIST grim-1.3.1.tar.gz 15778 BLAKE2B 7dc1f2fbc9e0f81c41d8ca535346d185a0f6c7a0ee28f0168a29864a36d1077be961278c1be3e647aa09165d9f3800e1bc7979f9fca95f8b39c339d621cd984d SHA512 07d04681ec589bf3e48b14c3bfcdc2a6012dfe5c5c2d7ee0cba95bc128187ca0de19ec04140dbe00907778f3d68844e6a90dc35365dafa489d65048b590fdf1b
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
new file mode 100644
index 00000000000..314e4d76d16
--- /dev/null
+++ b/gui-apps/grim/grim-1.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Grab images from a Wayland compositor."
+HOMEPAGE="https://github.com/emersion/grim"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+else
+ SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man jpeg"
+
+DEPEND="
+ >=dev-libs/wayland-protocols-1.14
+ dev-libs/wayland
+ jpeg? ( virtual/jpeg )
+ x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
+if [[ ${PV} == 9999 ]]; then
+ BDEPEND+="man? ( ~app-text/scdoc-9999 )"
+else
+ BDEPEND+="man? ( app-text/scdoc )"
+fi
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature jpeg)
+ $(meson_feature man man-pages)
+ "-Dwerror=false"
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2020-08-17 16:32 Aaron Bauman
0 siblings, 0 replies; 35+ messages in thread
From: Aaron Bauman @ 2020-08-17 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 5cf13c1eee7fdb74078d79a2c85d1fe2fdde192c
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 16:32:11 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 16:32:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf13c1e
gui-apps/grim: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
gui-apps/grim/Manifest | 2 --
gui-apps/grim/grim-1.2.0.ebuild | 44 -----------------------------------------
gui-apps/grim/grim-1.3.0.ebuild | 44 -----------------------------------------
3 files changed, 90 deletions(-)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index 4ce0870757f..b1849422948 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1,3 +1 @@
-DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
-DIST grim-1.3.0.tar.gz 15103 BLAKE2B 3a0ad4370b2a074945b1412ded14b90155a0138337314a1834dc25217e2ce13b2ca5c925fd164c9363dff059def4caab036d01b5b68c21211af4ace11e558c02 SHA512 de56046375da1a0c4d787a39d97e18af964dbf40b0d18c6f99c68b4bf054cf6712ba653d69711d3bc6f50870a23649959d67c0b150ac5c637e8c9e74b0eba2e6
DIST grim-1.3.1.tar.gz 15778 BLAKE2B 7dc1f2fbc9e0f81c41d8ca535346d185a0f6c7a0ee28f0168a29864a36d1077be961278c1be3e647aa09165d9f3800e1bc7979f9fca95f8b39c339d621cd984d SHA512 07d04681ec589bf3e48b14c3bfcdc2a6012dfe5c5c2d7ee0cba95bc128187ca0de19ec04140dbe00907778f3d68844e6a90dc35365dafa489d65048b590fdf1b
diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
deleted file mode 100644
index 818ccfb4b9e..00000000000
--- a/gui-apps/grim/grim-1.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Grab images from a Wayland compositor."
-HOMEPAGE="https://github.com/emersion/grim"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
-else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man jpeg"
-
-DEPEND="
- >=dev-libs/wayland-protocols-1.14
- dev-libs/wayland
- jpeg? ( virtual/jpeg )
- x11-libs/cairo"
-
-RDEPEND="${DEPEND}"
-
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( app-text/scdoc )"
-fi
-
-src_configure() {
- local emesonargs=(
- $(meson_feature jpeg)
- $(meson_feature man man-pages)
- "-Dwerror=false"
- )
- meson_src_configure
-}
diff --git a/gui-apps/grim/grim-1.3.0.ebuild b/gui-apps/grim/grim-1.3.0.ebuild
deleted file mode 100644
index 314e4d76d16..00000000000
--- a/gui-apps/grim/grim-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Grab images from a Wayland compositor."
-HOMEPAGE="https://github.com/emersion/grim"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
-else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man jpeg"
-
-DEPEND="
- >=dev-libs/wayland-protocols-1.14
- dev-libs/wayland
- jpeg? ( virtual/jpeg )
- x11-libs/cairo"
-
-RDEPEND="${DEPEND}"
-
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( app-text/scdoc )"
-fi
-
-src_configure() {
- local emesonargs=(
- $(meson_feature jpeg)
- $(meson_feature man man-pages)
- "-Dwerror=false"
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2020-09-04 18:03 Sam James
0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2020-09-04 18:03 UTC (permalink / raw
To: gentoo-commits
commit: fcb4eca8e65412e4313928ada4a106ba68249803
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 18:02:04 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 18:03:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb4eca8
gui-apps/grim: Stabilize 1.3.1 amd64, #737822
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-apps/grim/grim-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
index 314e4d76d16..f688ffa4dad 100644
--- a/gui-apps/grim/grim-1.3.1.ebuild
+++ b/gui-apps/grim/grim-1.3.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="amd64 ~arm64"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-02-18 3:06 Sam James
0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-02-18 3:06 UTC (permalink / raw
To: gentoo-commits
commit: a6aa54da54c7887d0e3561fcb2f59b69c48bc737
Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Sun Feb 13 18:17:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:50:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6aa54da
gui-apps/grim: bump to 1.4.0
also enable completion scripts
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
Closes: https://github.com/gentoo/gentoo/pull/24182
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-apps/grim/Manifest | 1 +
gui-apps/grim/grim-1.4.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index b18494229482..8e07f6935b66 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1 +1,2 @@
DIST grim-1.3.1.tar.gz 15778 BLAKE2B 7dc1f2fbc9e0f81c41d8ca535346d185a0f6c7a0ee28f0168a29864a36d1077be961278c1be3e647aa09165d9f3800e1bc7979f9fca95f8b39c339d621cd984d SHA512 07d04681ec589bf3e48b14c3bfcdc2a6012dfe5c5c2d7ee0cba95bc128187ca0de19ec04140dbe00907778f3d68844e6a90dc35365dafa489d65048b590fdf1b
+DIST grim-1.4.0.tar.gz 18287 BLAKE2B 72606de01624c98876fe1018877a3cf0b25b44ac4bd6a053f82c40ad1ea2c6c0e510cbb6a0bce988f14607ea162dda1d8350b9f30b0f2b9acd8f8e20ba50bc99 SHA512 d0b33528a00528b3ef7488a0984cde5034de4f5a211eb5c8d3299aea356d9348c5d02d08171802bc0315afb19d2446f5f132ea9dca0579ace803b7d5d90a89cc
diff --git a/gui-apps/grim/grim-1.4.0.ebuild b/gui-apps/grim/grim-1.4.0.ebuild
new file mode 100644
index 000000000000..3b5657ccc9d2
--- /dev/null
+++ b/gui-apps/grim/grim-1.4.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Grab images from a Wayland compositor"
+HOMEPAGE="https://github.com/emersion/grim"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+else
+ SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man jpeg"
+
+DEPEND="
+ >=dev-libs/wayland-protocols-1.14
+ dev-libs/wayland
+ jpeg? ( virtual/jpeg )
+ x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
+if [[ ${PV} == 9999 ]]; then
+ BDEPEND+="man? ( ~app-text/scdoc-9999 )"
+else
+ BDEPEND+="man? ( app-text/scdoc )"
+fi
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature jpeg)
+ $(meson_feature man man-pages)
+ "-Dwerror=false"
+ "-Dfish-completions=true"
+ "-Dbash-completions=true"
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-02-23 4:05 Sam James
0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-02-23 4:05 UTC (permalink / raw
To: gentoo-commits
commit: 09978a4d6fbfd46071119b15a167db69edc541a8
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Feb 19 11:58:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 03:56:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09978a4d
gui-apps/grim: update dependencies and install completions manually
* Disable bash-completions switch and instead install bash completions
with bash-completion-r1 eclass.
* This serves to avoid the build system requiring
app-shells/bash-completion or having to go out of your way to remove
this requirement from the build system itself.
* Install fish completions manually with doins.
* These changes are included in a new revision of 1.4.0 and in 9999.
* Also update EAPI to 8 and update dependencies.
Closes: https://bugs.gentoo.org/833595
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24273
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{grim-1.4.0.ebuild => grim-1.4.0-r1.ebuild} | 28 ++++++++++++----------
gui-apps/grim/grim-9999.ebuild | 28 +++++++++++++---------
2 files changed, 33 insertions(+), 23 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
similarity index 65%
rename from gui-apps/grim/grim-1.4.0.ebuild
rename to gui-apps/grim/grim-1.4.0-r1.ebuild
index 3b5657ccc9d2..66522ea185c3 100644
--- a/gui-apps/grim/grim-1.4.0.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit meson
+inherit bash-completion-r1 meson
DESCRIPTION="Grab images from a Wayland compositor"
HOMEPAGE="https://github.com/emersion/grim"
@@ -23,24 +23,28 @@ IUSE="+man jpeg"
DEPEND="
>=dev-libs/wayland-protocols-1.14
dev-libs/wayland
- jpeg? ( virtual/jpeg )
- x11-libs/cairo"
+ media-libs/libpng
+ x11-libs/pixman
+ jpeg? ( virtual/jpeg )"
RDEPEND="${DEPEND}"
-
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( app-text/scdoc )"
-fi
+BDEPEND="man? ( app-text/scdoc )"
src_configure() {
local emesonargs=(
$(meson_feature jpeg)
$(meson_feature man man-pages)
+ "-Dbash-completions=false"
+ "-Dfish-completions=false"
"-Dwerror=false"
- "-Dfish-completions=true"
- "-Dbash-completions=true"
)
meson_src_configure
}
+
+src_install() {
+ meson_src_install
+
+ newbashcomp contrib/completions/bash/grim.bash grim
+ insinto /usr/share/fish/vendor_completions.d/
+ doins contrib/completions/grim.fish
+}
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index ca7406fc07a3..66522ea185c3 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit meson
+inherit bash-completion-r1 meson
DESCRIPTION="Grab images from a Wayland compositor"
HOMEPAGE="https://github.com/emersion/grim"
@@ -23,22 +23,28 @@ IUSE="+man jpeg"
DEPEND="
>=dev-libs/wayland-protocols-1.14
dev-libs/wayland
- jpeg? ( virtual/jpeg )
- x11-libs/cairo"
+ media-libs/libpng
+ x11-libs/pixman
+ jpeg? ( virtual/jpeg )"
RDEPEND="${DEPEND}"
-
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( app-text/scdoc )"
-fi
+BDEPEND="man? ( app-text/scdoc )"
src_configure() {
local emesonargs=(
$(meson_feature jpeg)
$(meson_feature man man-pages)
+ "-Dbash-completions=false"
+ "-Dfish-completions=false"
"-Dwerror=false"
)
meson_src_configure
}
+
+src_install() {
+ meson_src_install
+
+ newbashcomp contrib/completions/bash/grim.bash grim
+ insinto /usr/share/fish/vendor_completions.d/
+ doins contrib/completions/grim.fish
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-02-23 13:31 Sam James
0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-02-23 13:31 UTC (permalink / raw
To: gentoo-commits
commit: 20ce0276635ba4bcb899ed6a063081c1e5eaa40d
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Feb 23 11:07:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 13:28:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ce0276
gui-apps/grim: fix doins fish completions path
Closes: https://bugs.gentoo.org/833932
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24326
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index 66522ea185c3..0883e35c818a 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -46,5 +46,5 @@ src_install() {
newbashcomp contrib/completions/bash/grim.bash grim
insinto /usr/share/fish/vendor_completions.d/
- doins contrib/completions/grim.fish
+ doins contrib/completions/fish/grim.fish
}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-04-16 16:13 Matthew Thode
0 siblings, 0 replies; 35+ messages in thread
From: Matthew Thode @ 2022-04-16 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 7d2c3102502871f33e65d68ed3b52f25d7a41e93
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 16:13:00 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 16:13:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2c3102
gui-apps/grim: keyword ~ppc64 ~riscv ~x86 for sway
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 2 +-
gui-apps/grim/grim-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index 0883e35c818a..c2d03e9ccf68 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 66522ea185c3..475fdee6605e 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-05-17 5:59 Sam James
0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-05-17 5:59 UTC (permalink / raw
To: gentoo-commits
commit: b9026c6be5db4b3c8ff085cd210c354c615ac903
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:53:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:53:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9026c6b
gui-apps/grim: [QA] drop implicit -Dwerror=false for meson ebuilds
Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's
always set for Meson builds, so we don't need to
repeat it in ebuilds.
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-apps/grim/grim-1.3.1.ebuild | 3 +--
gui-apps/grim/grim-1.4.0-r1.ebuild | 1 -
gui-apps/grim/grim-9999.ebuild | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
index 3636ebfb9e8a..668957f860fa 100644
--- a/gui-apps/grim/grim-1.3.1.ebuild
+++ b/gui-apps/grim/grim-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -38,7 +38,6 @@ src_configure() {
local emesonargs=(
$(meson_feature jpeg)
$(meson_feature man man-pages)
- "-Dwerror=false"
)
meson_src_configure
}
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index c2d03e9ccf68..777c1e6adea4 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -36,7 +36,6 @@ src_configure() {
$(meson_feature man man-pages)
"-Dbash-completions=false"
"-Dfish-completions=false"
- "-Dwerror=false"
)
meson_src_configure
}
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 475fdee6605e..4cef815d2eae 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -36,7 +36,6 @@ src_configure() {
$(meson_feature man man-pages)
"-Dbash-completions=false"
"-Dfish-completions=false"
- "-Dwerror=false"
)
meson_src_configure
}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-08-14 19:24 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2022-08-14 19:24 UTC (permalink / raw
To: gentoo-commits
commit: f7c3d1ce733c63dd767be735c2f30971db351a7f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 19:12:13 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 19:24:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c3d1ce
gui-apps/grim: update upstream metadata
Closes: https://bugs.gentoo.org/858839
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/metadata.xml b/gui-apps/grim/metadata.xml
index 10360c93e4f5..500fe7782da6 100644
--- a/gui-apps/grim/metadata.xml
+++ b/gui-apps/grim/metadata.xml
@@ -9,7 +9,7 @@
<flag name="jpeg">Enable JPEG support.</flag>
</use>
<upstream>
- <remote-id type="github">emersion/grim</remote-id>
+ <remote-id type="sourcehut">~emersion/grim</remote-id>
<bugs-to>https://github.com/emersion/grim/issues</bugs-to>
<changelog>https://github.com/emersion/grim/releases</changelog>
</upstream>
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-08-14 19:24 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2022-08-14 19:24 UTC (permalink / raw
To: gentoo-commits
commit: f351bb63701c60dafabd63d3299c94679801b936
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 19:09:18 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 19:24:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f351bb63
gui-apps/grim: add myself as a maintainer
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/metadata.xml | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/gui-apps/grim/metadata.xml b/gui-apps/grim/metadata.xml
index c71690d3872f..10360c93e4f5 100644
--- a/gui-apps/grim/metadata.xml
+++ b/gui-apps/grim/metadata.xml
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="jpeg">Enable JPEG support.</flag>
- </use>
- <upstream>
- <remote-id type="github">emersion/grim</remote-id>
- <bugs-to>https://github.com/emersion/grim/issues</bugs-to>
- <changelog>https://github.com/emersion/grim/releases</changelog>
- </upstream>
+ <maintainer type="person">
+ <email>arthurzam@gentoo.org</email>
+ <name>Arthur Zamarin</name>
+ </maintainer>
+ <use>
+ <flag name="jpeg">Enable JPEG support.</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">emersion/grim</remote-id>
+ <bugs-to>https://github.com/emersion/grim/issues</bugs-to>
+ <changelog>https://github.com/emersion/grim/releases</changelog>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-08-16 17:34 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2022-08-16 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 97a26e65b8aba2cc35e44f8c1b9d2f5a3e6872ee
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 17:32:40 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 17:34:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a26e65
gui-apps/grim: cleanup deps
- reorder deps
- remove dep on deprecated virtual and use direct dep
(no revbump, decision by devmanual)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.3.1.ebuild | 8 ++++----
gui-apps/grim/grim-1.4.0-r1.ebuild | 6 +++---
gui-apps/grim/grim-9999.ebuild | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
index 668957f860fa..3db3bf2b4aca 100644
--- a/gui-apps/grim/grim-1.3.1.ebuild
+++ b/gui-apps/grim/grim-1.3.1.ebuild
@@ -21,11 +21,11 @@ SLOT="0"
IUSE="+man jpeg"
DEPEND="
- >=dev-libs/wayland-protocols-1.14
dev-libs/wayland
- jpeg? ( virtual/jpeg )
- x11-libs/cairo"
-
+ >=dev-libs/wayland-protocols-1.14
+ x11-libs/cairo
+ jpeg? ( media-libs/libjpeg-turbo )
+"
RDEPEND="${DEPEND}"
if [[ ${PV} == 9999 ]]; then
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index 777c1e6adea4..9777cc5f4914 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -21,12 +21,12 @@ SLOT="0"
IUSE="+man jpeg"
DEPEND="
- >=dev-libs/wayland-protocols-1.14
dev-libs/wayland
+ >=dev-libs/wayland-protocols-1.14
media-libs/libpng
x11-libs/pixman
- jpeg? ( virtual/jpeg )"
-
+ jpeg? ( media-libs/libjpeg-turbo )
+"
RDEPEND="${DEPEND}"
BDEPEND="man? ( app-text/scdoc )"
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 4cef815d2eae..d4e0f640652a 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -21,12 +21,12 @@ SLOT="0"
IUSE="+man jpeg"
DEPEND="
- >=dev-libs/wayland-protocols-1.14
dev-libs/wayland
+ >=dev-libs/wayland-protocols-1.14
media-libs/libpng
x11-libs/pixman
- jpeg? ( virtual/jpeg )"
-
+ jpeg? ( media-libs/libjpeg-turbo )
+"
RDEPEND="${DEPEND}"
BDEPEND="man? ( app-text/scdoc )"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-08-16 18:16 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2022-08-16 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 32e801ea14df6b58c79eb7c5d844b743674bbde8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 18:16:22 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 18:16:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e801ea
gui-apps/grim: Stabilize 1.4.0-r1 arm64, #865403
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index 9777cc5f4914..f81682a87c4d 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-08-16 18:51 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2022-08-16 18:51 UTC (permalink / raw
To: gentoo-commits
commit: f2daea38d1ad30d4d2eee5599683dda50bfda721
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 18:50:13 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 18:50:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2daea38
gui-apps/grim: Stabilize 1.4.0-r1 amd64, #865403
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index f81682a87c4d..65484afee689 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2022-10-17 18:42 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2022-10-17 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 7ea24ae46c2ce29bb1110d7d74209b84f31d93a2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 17:40:42 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 18:42:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea24ae4
gui-apps/grim: drop 1.3.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/Manifest | 1 -
gui-apps/grim/grim-1.3.1.ebuild | 43 -----------------------------------------
2 files changed, 44 deletions(-)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index 8e07f6935b66..f6c8d088facd 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1,2 +1 @@
-DIST grim-1.3.1.tar.gz 15778 BLAKE2B 7dc1f2fbc9e0f81c41d8ca535346d185a0f6c7a0ee28f0168a29864a36d1077be961278c1be3e647aa09165d9f3800e1bc7979f9fca95f8b39c339d621cd984d SHA512 07d04681ec589bf3e48b14c3bfcdc2a6012dfe5c5c2d7ee0cba95bc128187ca0de19ec04140dbe00907778f3d68844e6a90dc35365dafa489d65048b590fdf1b
DIST grim-1.4.0.tar.gz 18287 BLAKE2B 72606de01624c98876fe1018877a3cf0b25b44ac4bd6a053f82c40ad1ea2c6c0e510cbb6a0bce988f14607ea162dda1d8350b9f30b0f2b9acd8f8e20ba50bc99 SHA512 d0b33528a00528b3ef7488a0984cde5034de4f5a211eb5c8d3299aea356d9348c5d02d08171802bc0315afb19d2446f5f132ea9dca0579ace803b7d5d90a89cc
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
deleted file mode 100644
index 3db3bf2b4aca..000000000000
--- a/gui-apps/grim/grim-1.3.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://github.com/emersion/grim"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
-else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man jpeg"
-
-DEPEND="
- dev-libs/wayland
- >=dev-libs/wayland-protocols-1.14
- x11-libs/cairo
- jpeg? ( media-libs/libjpeg-turbo )
-"
-RDEPEND="${DEPEND}"
-
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( app-text/scdoc )"
-fi
-
-src_configure() {
- local emesonargs=(
- $(meson_feature jpeg)
- $(meson_feature man man-pages)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-01-25 20:46 Matthew Thode
0 siblings, 0 replies; 35+ messages in thread
From: Matthew Thode @ 2023-01-25 20:46 UTC (permalink / raw
To: gentoo-commits
commit: f64f287a6792a1c413d0d0ddbad09ed060ad1bb4
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 20:45:22 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 20:46:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64f287a
gui-apps/grim: stabilize 1.4.0-r1 for x86
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index c80ca96cd601..71e6455cca6a 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-02-25 5:43 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-02-25 5:43 UTC (permalink / raw
To: gentoo-commits
commit: a78433c46ebd3497a12096ae4a54d0121c7ac143
Author: Aisha Tammy <aisha <AT> bsd <DOT> ac>
AuthorDate: Sat Feb 25 02:05:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 05:42:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78433c4
gui-apps/grim: move wayland-protocols to DEPEND
Signed-off-by: Aisha Tammy <aisha <AT> bsd.ac>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/{grim-9999.ebuild => grim-1.4.0-r2.ebuild} | 9 +++++----
gui-apps/grim/grim-9999.ebuild | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-1.4.0-r2.ebuild
similarity index 93%
copy from gui-apps/grim/grim-9999.ebuild
copy to gui-apps/grim/grim-1.4.0-r2.ebuild
index d4e0f640652a..055ea22ded2b 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,14 +20,15 @@ LICENSE="MIT"
SLOT="0"
IUSE="+man jpeg"
-DEPEND="
+RDEPEND="
dev-libs/wayland
- >=dev-libs/wayland-protocols-1.14
media-libs/libpng
x11-libs/pixman
jpeg? ( media-libs/libjpeg-turbo )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.14
+"
BDEPEND="man? ( app-text/scdoc )"
src_configure() {
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index d4e0f640652a..055ea22ded2b 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,14 +20,15 @@ LICENSE="MIT"
SLOT="0"
IUSE="+man jpeg"
-DEPEND="
+RDEPEND="
dev-libs/wayland
- >=dev-libs/wayland-protocols-1.14
media-libs/libpng
x11-libs/pixman
jpeg? ( media-libs/libjpeg-turbo )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.14
+"
BDEPEND="man? ( app-text/scdoc )"
src_configure() {
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-02-25 18:13 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 380bf723e740a6c5438c1ce0a7ae7d323fd09731
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat Feb 25 07:07:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:12:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380bf723
gui-apps/grim: fix fish install paths
Closes: https://bugs.gentoo.org/849356
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/29779
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/{grim-1.4.0-r2.ebuild => grim-1.4.0-r3.ebuild} | 2 +-
gui-apps/grim/grim-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0-r2.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
similarity index 96%
rename from gui-apps/grim/grim-1.4.0-r2.ebuild
rename to gui-apps/grim/grim-1.4.0-r3.ebuild
index 055ea22ded2b..512ecb14f61e 100644
--- a/gui-apps/grim/grim-1.4.0-r2.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r3.ebuild
@@ -46,5 +46,5 @@ src_install() {
newbashcomp contrib/completions/bash/grim.bash grim
insinto /usr/share/fish/vendor_completions.d/
- doins contrib/completions/grim.fish
+ doins contrib/completions/fish/grim.fish
}
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 055ea22ded2b..512ecb14f61e 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -46,5 +46,5 @@ src_install() {
newbashcomp contrib/completions/bash/grim.bash grim
insinto /usr/share/fish/vendor_completions.d/
- doins contrib/completions/grim.fish
+ doins contrib/completions/fish/grim.fish
}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-02-27 12:45 WANG Xuerui
0 siblings, 0 replies; 35+ messages in thread
From: WANG Xuerui @ 2023-02-27 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 2052e60817ffe0d1f825d935aa71666b9c5242db
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 12:34:23 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 12:45:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2052e608
gui-apps/grim: keyword 1.4.0-r3 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
index 512ecb14f61e..11d407ffb990 100644
--- a/gui-apps/grim/grim-1.4.0-r3.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-02-27 12:45 WANG Xuerui
0 siblings, 0 replies; 35+ messages in thread
From: WANG Xuerui @ 2023-02-27 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 861091990e1ff2f1f354b77c54fbcdb6fb3f8ae9
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 12:34:28 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 12:45:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86109199
gui-apps/grim: forward ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
gui-apps/grim/grim-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 512ecb14f61e..11d407ffb990 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-03-11 5:33 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-03-11 5:33 UTC (permalink / raw
To: gentoo-commits
commit: 823e973623e2f3807c5fc2f86f0417c0b6b5f941
Author: sqrtd <v <AT> sqrtd <DOT> dev>
AuthorDate: Sun Mar 5 17:05:31 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 05:33:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823e9736
gui-apps/grim: update HOMEPAGE/EGIT_REPO_URI and metadata.xml
upstream was moved to https://git.sr.ht/~emersion/grim
Signed-off-by: sqrtd <v <AT> sqrtd.dev>
Closes: https://github.com/gentoo/gentoo/pull/29943
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 4 ++--
gui-apps/grim/grim-1.4.0-r3.ebuild | 4 ++--
gui-apps/grim/grim-9999.ebuild | 5 +++--
gui-apps/grim/metadata.xml | 4 ++--
4 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index 71e6455cca6a..a3bbdf2d9a17 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -6,11 +6,11 @@ EAPI=8
inherit bash-completion-r1 meson
DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://github.com/emersion/grim"
+HOMEPAGE="https://sr.ht/~emersion/grim"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+ EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
index 11d407ffb990..c7d894147e60 100644
--- a/gui-apps/grim/grim-1.4.0-r3.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r3.ebuild
@@ -6,11 +6,11 @@ EAPI=8
inherit bash-completion-r1 meson
DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://github.com/emersion/grim"
+HOMEPAGE="https://sr.ht/~emersion/grim"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+ EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 11d407ffb990..654a78d5cc27 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -6,14 +6,15 @@ EAPI=8
inherit bash-completion-r1 meson
DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://github.com/emersion/grim"
+HOMEPAGE="https://sr.ht/~emersion/grim"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+ EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ S="${WORKDIR}/${PN}-v${PV}"
fi
LICENSE="MIT"
diff --git a/gui-apps/grim/metadata.xml b/gui-apps/grim/metadata.xml
index 500fe7782da6..c6ed50670b26 100644
--- a/gui-apps/grim/metadata.xml
+++ b/gui-apps/grim/metadata.xml
@@ -10,7 +10,7 @@
</use>
<upstream>
<remote-id type="sourcehut">~emersion/grim</remote-id>
- <bugs-to>https://github.com/emersion/grim/issues</bugs-to>
- <changelog>https://github.com/emersion/grim/releases</changelog>
+ <bugs-to>https://todo.sr.ht/~emersion/grim</bugs-to>
+ <changelog>https://git.sr.ht/~emersion/grim/refs</changelog>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-03-11 17:04 Sam James
0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-03-11 17:04 UTC (permalink / raw
To: gentoo-commits
commit: bb53a856995ba0a09f7a646f8cbe47115dd34488
Author: Aisha Tammy <aisha <AT> bsd <DOT> ac>
AuthorDate: Sat Feb 25 02:05:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 17:04:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb53a856
gui-apps/grim: move wayland-protocols to DEPEND
Signed-off-by: Aisha Tammy <aisha <AT> bsd.ac>
Closes: https://github.com/gentoo/gentoo/pull/29777
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
index a3bbdf2d9a17..fd3752c9452e 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -20,14 +20,15 @@ LICENSE="MIT"
SLOT="0"
IUSE="+man jpeg"
-DEPEND="
+RDEPEND="
dev-libs/wayland
- >=dev-libs/wayland-protocols-1.14
media-libs/libpng
x11-libs/pixman
jpeg? ( media-libs/libjpeg-turbo )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.14
+"
BDEPEND="man? ( app-text/scdoc )"
src_configure() {
@@ -45,5 +46,5 @@ src_install() {
newbashcomp contrib/completions/bash/grim.bash grim
insinto /usr/share/fish/vendor_completions.d/
- doins contrib/completions/fish/grim.fish
+ doins contrib/completions/grim.fish
}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-03-17 15:27 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-03-17 15:27 UTC (permalink / raw
To: gentoo-commits
commit: e908628b4676d5ae6728dbbd57e5902dce2c913c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 15:26:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:26:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e908628b
gui-apps/grim: Stabilize 1.4.0-r3 amd64, #901811
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
index c7d894147e60..625ad4539f68 100644
--- a/gui-apps/grim/grim-1.4.0-r3.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-03-17 15:27 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-03-17 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 12b81926250725602d60e047707acd345663a102
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 15:26:47 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:26:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b81926
gui-apps/grim: Stabilize 1.4.0-r3 x86, #901811
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
index 625ad4539f68..a171718c6989 100644
--- a/gui-apps/grim/grim-1.4.0-r3.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-03-17 15:27 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-03-17 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 53fe74ed214db8aff99510f13513f521e5332f9a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 15:26:48 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:26:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fe74ed
gui-apps/grim: Stabilize 1.4.0-r3 arm64, #901811
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
index a171718c6989..1a332add693b 100644
--- a/gui-apps/grim/grim-1.4.0-r3.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-03-17 15:28 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-03-17 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 943ca626fcea180ed77c2cf5746288a77276fea0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 15:28:01 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:28:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943ca626
gui-apps/grim: drop 1.4.0-r1
Closes: https://bugs.gentoo.org/901807
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r1.ebuild | 50 --------------------------------------
1 file changed, 50 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
deleted file mode 100644
index fd3752c9452e..000000000000
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 meson
-
-DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://sr.ht/~emersion/grim"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
-else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man jpeg"
-
-RDEPEND="
- dev-libs/wayland
- media-libs/libpng
- x11-libs/pixman
- jpeg? ( media-libs/libjpeg-turbo )
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.14
-"
-BDEPEND="man? ( app-text/scdoc )"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature jpeg)
- $(meson_feature man man-pages)
- "-Dbash-completions=false"
- "-Dfish-completions=false"
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- newbashcomp contrib/completions/bash/grim.bash grim
- insinto /usr/share/fish/vendor_completions.d/
- doins contrib/completions/grim.fish
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-07-03 18:42 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-07-03 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 87ac2d381abb2d897622f8ccfb97cc321091cc62
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 18:42:17 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 18:42:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ac2d38
gui-apps/grim: add 1.4.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/Manifest | 1 +
gui-apps/grim/{grim-9999.ebuild => grim-1.4.1.ebuild} | 4 ++--
gui-apps/grim/grim-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index f6c8d088facd..42e0a0a8f197 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1 +1,2 @@
DIST grim-1.4.0.tar.gz 18287 BLAKE2B 72606de01624c98876fe1018877a3cf0b25b44ac4bd6a053f82c40ad1ea2c6c0e510cbb6a0bce988f14607ea162dda1d8350b9f30b0f2b9acd8f8e20ba50bc99 SHA512 d0b33528a00528b3ef7488a0984cde5034de4f5a211eb5c8d3299aea356d9348c5d02d08171802bc0315afb19d2446f5f132ea9dca0579ace803b7d5d90a89cc
+DIST grim-1.4.1.tar.gz 18372 BLAKE2B cfb432205c9ef47bc292e995c0095f2df492bf0eae63556baa3c1f8a845171f71c5b632c78394b7fad02ac6508d266ea43f912f9cbb75bb786df91c4d38df1e9 SHA512 e6f5e540a4e70467971b932c4a36bda88742de360925cf1bb1908823f76ac295c8ef5ec953fcdeb083c39b13a8cd24a01d4739ae4cc37e106b60956266eeef22
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-1.4.1.ebuild
similarity index 94%
copy from gui-apps/grim/grim-9999.ebuild
copy to gui-apps/grim/grim-1.4.1.ebuild
index 654a78d5cc27..87345a10a247 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-1.4.1.ebuild
@@ -12,9 +12,9 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 654a78d5cc27..87345a10a247 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -12,9 +12,9 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-07-03 18:58 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-07-03 18:58 UTC (permalink / raw
To: gentoo-commits
commit: d46067c698df2d24e3d69362bfe05e2f31cbca6a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 18:55:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 18:58:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46067c6
gui-apps/grim: add missing bdep on dev-util/wayland-scanner
Closes: https://bugs.gentoo.org/909571
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.0-r3.ebuild | 5 ++++-
gui-apps/grim/grim-1.4.1.ebuild | 5 ++++-
gui-apps/grim/grim-9999.ebuild | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
index 1a332add693b..bc362032ee7d 100644
--- a/gui-apps/grim/grim-1.4.0-r3.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r3.ebuild
@@ -29,7 +29,10 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-libs/wayland-protocols-1.14
"
-BDEPEND="man? ( app-text/scdoc )"
+BDEPEND="
+ dev-util/wayland-scanner
+ man? ( app-text/scdoc )
+"
src_configure() {
local emesonargs=(
diff --git a/gui-apps/grim/grim-1.4.1.ebuild b/gui-apps/grim/grim-1.4.1.ebuild
index 87345a10a247..a2ae2ffd137c 100644
--- a/gui-apps/grim/grim-1.4.1.ebuild
+++ b/gui-apps/grim/grim-1.4.1.ebuild
@@ -30,7 +30,10 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-libs/wayland-protocols-1.14
"
-BDEPEND="man? ( app-text/scdoc )"
+BDEPEND="
+ dev-util/wayland-scanner
+ man? ( app-text/scdoc )
+"
src_configure() {
local emesonargs=(
diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 87345a10a247..a2ae2ffd137c 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -30,7 +30,10 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-libs/wayland-protocols-1.14
"
-BDEPEND="man? ( app-text/scdoc )"
+BDEPEND="
+ dev-util/wayland-scanner
+ man? ( app-text/scdoc )
+"
src_configure() {
local emesonargs=(
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-08-23 20:05 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-08-23 20:05 UTC (permalink / raw
To: gentoo-commits
commit: 91e917a9af587ee06d3b7ae9ba3c9ed7436d4668
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 20:05:18 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 20:05:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e917a9
gui-apps/grim: Stabilize 1.4.1 x86, #912880
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.1.ebuild b/gui-apps/grim/grim-1.4.1.ebuild
index a2ae2ffd137c..c7990c49b204 100644
--- a/gui-apps/grim/grim-1.4.1.ebuild
+++ b/gui-apps/grim/grim-1.4.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
- KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-08-23 20:05 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-08-23 20:05 UTC (permalink / raw
To: gentoo-commits
commit: e5fb167a67c46ab380de683dcc4a9e80b36fa8ab
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 20:05:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 20:05:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fb167a
gui-apps/grim: Stabilize 1.4.1 arm64, #912880
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.1.ebuild b/gui-apps/grim/grim-1.4.1.ebuild
index c7990c49b204..69c82b43fedd 100644
--- a/gui-apps/grim/grim-1.4.1.ebuild
+++ b/gui-apps/grim/grim-1.4.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
- KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+ KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-08-23 20:05 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-08-23 20:05 UTC (permalink / raw
To: gentoo-commits
commit: aadd62eac71aa2ed9a5245f465359eb67c158a12
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 20:05:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 20:05:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadd62ea
gui-apps/grim: Stabilize 1.4.1 amd64, #912880
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/grim-1.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/grim/grim-1.4.1.ebuild b/gui-apps/grim/grim-1.4.1.ebuild
index 69c82b43fedd..1686c7fba58f 100644
--- a/gui-apps/grim/grim-1.4.1.ebuild
+++ b/gui-apps/grim/grim-1.4.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
- KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv x86"
+ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
@ 2023-08-25 5:49 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-08-25 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 427fba8ae3a69e0523ded08cebe70dd5ff1cf52d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 05:36:53 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 05:36:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427fba8a
gui-apps/grim: drop 1.4.0-r3
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/grim/Manifest | 1 -
gui-apps/grim/grim-1.4.0-r3.ebuild | 53 --------------------------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index 42e0a0a8f197..4ccd770ba0bb 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1,2 +1 @@
-DIST grim-1.4.0.tar.gz 18287 BLAKE2B 72606de01624c98876fe1018877a3cf0b25b44ac4bd6a053f82c40ad1ea2c6c0e510cbb6a0bce988f14607ea162dda1d8350b9f30b0f2b9acd8f8e20ba50bc99 SHA512 d0b33528a00528b3ef7488a0984cde5034de4f5a211eb5c8d3299aea356d9348c5d02d08171802bc0315afb19d2446f5f132ea9dca0579ace803b7d5d90a89cc
DIST grim-1.4.1.tar.gz 18372 BLAKE2B cfb432205c9ef47bc292e995c0095f2df492bf0eae63556baa3c1f8a845171f71c5b632c78394b7fad02ac6508d266ea43f912f9cbb75bb786df91c4d38df1e9 SHA512 e6f5e540a4e70467971b932c4a36bda88742de360925cf1bb1908823f76ac295c8ef5ec953fcdeb083c39b13a8cd24a01d4739ae4cc37e106b60956266eeef22
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild
deleted file mode 100644
index bc362032ee7d..000000000000
--- a/gui-apps/grim/grim-1.4.0-r3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 meson
-
-DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://sr.ht/~emersion/grim"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
-else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man jpeg"
-
-RDEPEND="
- dev-libs/wayland
- media-libs/libpng
- x11-libs/pixman
- jpeg? ( media-libs/libjpeg-turbo )
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.14
-"
-BDEPEND="
- dev-util/wayland-scanner
- man? ( app-text/scdoc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature jpeg)
- $(meson_feature man man-pages)
- "-Dbash-completions=false"
- "-Dfish-completions=false"
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- newbashcomp contrib/completions/bash/grim.bash grim
- insinto /usr/share/fish/vendor_completions.d/
- doins contrib/completions/fish/grim.fish
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
end of thread, other threads:[~2023-08-25 5:49 UTC | newest]
Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 18:16 [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-08-25 5:49 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-07-03 18:58 Arthur Zamarin
2023-07-03 18:42 Arthur Zamarin
2023-03-17 15:28 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-11 17:04 Sam James
2023-03-11 5:33 Arthur Zamarin
2023-02-27 12:45 WANG Xuerui
2023-02-27 12:45 WANG Xuerui
2023-02-25 18:13 Arthur Zamarin
2023-02-25 5:43 Arthur Zamarin
2023-01-25 20:46 Matthew Thode
2022-10-17 18:42 Arthur Zamarin
2022-08-16 18:51 Arthur Zamarin
2022-08-16 17:34 Arthur Zamarin
2022-08-14 19:24 Arthur Zamarin
2022-08-14 19:24 Arthur Zamarin
2022-05-17 5:59 Sam James
2022-04-16 16:13 Matthew Thode
2022-02-23 13:31 Sam James
2022-02-23 4:05 Sam James
2022-02-18 3:06 Sam James
2020-09-04 18:03 Sam James
2020-08-17 16:32 Aaron Bauman
2020-08-17 16:31 Aaron Bauman
2020-07-16 14:50 Matthew Thode
2019-08-12 0:52 Aaron Bauman
2019-08-09 0:21 Aaron Bauman
2019-08-09 0:15 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox