* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2022-10-08 3:11 Matt Turner
0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2022-10-08 3:11 UTC (permalink / raw
To: gentoo-commits
commit: 741e55417446eea9a3a2a5f68d05d778d1582f6b
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Sep 25 12:23:47 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 03:11:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741e5541
gui-apps/gnome-console: Add new package, version 43.0
Closes: https://github.com/gentoo/gentoo/pull/27448
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 +
gui-apps/gnome-console/gnome-console-43.0.ebuild | 47 ++++++++++++++++++++++++
gui-apps/gnome-console/metadata.xml | 8 ++++
3 files changed, 56 insertions(+)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
new file mode 100644
index 000000000000..3930844890b7
--- /dev/null
+++ b/gui-apps/gnome-console/Manifest
@@ -0,0 +1 @@
+DIST gnome-console-43.0.tar.xz 161916 BLAKE2B 9790026541e61d0ae303831363fec15efce242c35bde2e628eec7b9c405095de9301dec344feaf83e035a5343ee8cb71dbece951def6d145555de40c73d9acc4 SHA512 b4da0f0c1e35bb468f5db8080b762c652358bd96d95dfbbc0d9b5c02d47c513c8adc23b1b38653873ab3a817e82bad5776ceeb6568d2041ab026ca460a7c3808
diff --git a/gui-apps/gnome-console/gnome-console-43.0.ebuild b/gui-apps/gnome-console/gnome-console-43.0.ebuild
new file mode 100644
index 000000000000..c4b376a3f0ff
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-43.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.72:2
+ >=gui-libs/gtk-4.6:4
+ >=gui-libs/libadwaita-1.2:1
+ >=gui-libs/vte-0.70.0:2.91-gtk4
+ gnome-base/libgtop:2=
+ >=dev-libs/libpcre2-10.32:0=
+ gnome-base/gsettings-desktop-schemas
+
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ local emesonargs=(
+ -Ddevel=false
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
diff --git a/gui-apps/gnome-console/metadata.xml b/gui-apps/gnome-console/metadata.xml
new file mode 100644
index 000000000000..f453528b934f
--- /dev/null
+++ b/gui-apps/gnome-console/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 type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2022-10-30 23:21 Matt Turner
0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2022-10-30 23:21 UTC (permalink / raw
To: gentoo-commits
commit: c3de8f772dbe20c0f30d13de380d7ea87f47fae8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:20:14 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 23:20:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3de8f77
gui-apps/gnome-console: Set remote-id
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gui-apps/gnome-console/metadata.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gui-apps/gnome-console/metadata.xml b/gui-apps/gnome-console/metadata.xml
index f453528b934f..d586bbd35926 100644
--- a/gui-apps/gnome-console/metadata.xml
+++ b/gui-apps/gnome-console/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gnome-gitlab">GNOME/console</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2023-03-20 2:29 Matt Turner
0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2023-03-20 2:29 UTC (permalink / raw
To: gentoo-commits
commit: c65c13dfe3c087de630113a0062ef503e74f357d
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sun Mar 19 23:57:03 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 02:29:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65c13df
gui-apps/gnome-console: Version bump to 44.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30252
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 +
gui-apps/gnome-console/gnome-console-44.0.ebuild | 53 ++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 2895949fbc05..8bc20d4eeac6 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,2 +1,3 @@
DIST gnome-console-43.0.tar.xz 161916 BLAKE2B 9790026541e61d0ae303831363fec15efce242c35bde2e628eec7b9c405095de9301dec344feaf83e035a5343ee8cb71dbece951def6d145555de40c73d9acc4 SHA512 b4da0f0c1e35bb468f5db8080b762c652358bd96d95dfbbc0d9b5c02d47c513c8adc23b1b38653873ab3a817e82bad5776ceeb6568d2041ab026ca460a7c3808
+DIST gnome-console-44.0.tar.xz 160764 BLAKE2B db8438cf90ae7d54a359faa6cdda15dfcf4f47ba350d7b62febe71b9ade39b52e2da8883705ef7e31886eca7aa2940a1a9d4813460ef8a04402b829bb21f5ba5 SHA512 c53435f303d1625730174f3ec36c554c2090a5e64796b03642bb2ccc7edc301219f324d929b77dd8b4bfe12553c089103b2b57b6e1062b504b0d0007c2079f28
DIST gnome-console-44.beta.tar.xz 159476 BLAKE2B 00430483a2cd5cc606d8d17468b172757151f683860bc922585f609b159bc17db87e8e8ae82211c9092406dcd218bc3240811f3ae863c4d629ef8b1830ec3867 SHA512 30eaa6fbd3acc02980475be7612e6d2a8652239eb3480835e09a86ba700198637f17003de3053cda034900c7c9eee61bbcd4f034662dff69c7af3fa61f94dc5e
diff --git a/gui-apps/gnome-console/gnome-console-44.0.ebuild b/gui-apps/gnome-console/gnome-console-44.0.ebuild
new file mode 100644
index 000000000000..057838f198a9
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-44.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.72:2
+ >=gui-libs/gtk-4.6:4
+ >=gui-libs/libadwaita-1.3_rc:1
+ >=gui-libs/vte-0.70.0:2.91-gtk4
+ gnome-base/libgtop:2=
+ >=dev-libs/libpcre2-10.32:0=
+ gnome-base/gsettings-desktop-schemas
+
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ test? (
+ dev-util/desktop-file-utils
+ dev-libs/appstream-glib
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ -Ddevel=false
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2023-08-08 14:27 Matt Turner
0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2023-08-08 14:27 UTC (permalink / raw
To: gentoo-commits
commit: c1e445be70f85773bb39ebfdcebf8e3e3abec7cd
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 14:25:32 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 14:27:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e445be
gui-apps/gnome-console: Version bump to 44.4
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 +
gui-apps/gnome-console/gnome-console-44.4.ebuild | 53 ++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index f0a9731cf13f..beb37bf3a109 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,2 +1,3 @@
DIST gnome-console-44.0.tar.xz 160764 BLAKE2B db8438cf90ae7d54a359faa6cdda15dfcf4f47ba350d7b62febe71b9ade39b52e2da8883705ef7e31886eca7aa2940a1a9d4813460ef8a04402b829bb21f5ba5 SHA512 c53435f303d1625730174f3ec36c554c2090a5e64796b03642bb2ccc7edc301219f324d929b77dd8b4bfe12553c089103b2b57b6e1062b504b0d0007c2079f28
+DIST gnome-console-44.4.tar.xz 160504 BLAKE2B d139108cabe647bf3cda5e30141187f7f579364b26c057f538299b87c08e370ca8f2f5739e8f5abc43a0bdb751751a9576b0165d1099c850772d664643f2dae0 SHA512 3fbd7c16638e829103e2dc517df6d68c7acbaca24f7f2af4a4bfeb79ec79944a98432dbdc778ecefd74fded0a701be179c09af95d099dbad79484d907ab923c6
DIST gnome-console-45.beta.tar.xz 169364 BLAKE2B b0834ce6b1398a0635097e29650ccce8dd0dd814e2efa1cb3d45986269e5491c031ef9c47113919fc26e424b04d2065f8c260befc786d62dc7deee09ee12c0b3 SHA512 1c9c9e34c39084c3182c6b03cee159b8e2a99e75acefc2882074d41fc62580e27acc12293c69b06a2cdb7e800a63b10b629f63d20ba52ce4bb493c1e09ffdaa6
diff --git a/gui-apps/gnome-console/gnome-console-44.4.ebuild b/gui-apps/gnome-console/gnome-console-44.4.ebuild
new file mode 100644
index 000000000000..057838f198a9
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-44.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.72:2
+ >=gui-libs/gtk-4.6:4
+ >=gui-libs/libadwaita-1.3_rc:1
+ >=gui-libs/vte-0.70.0:2.91-gtk4
+ gnome-base/libgtop:2=
+ >=dev-libs/libpcre2-10.32:0=
+ gnome-base/gsettings-desktop-schemas
+
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ test? (
+ dev-util/desktop-file-utils
+ dev-libs/appstream-glib
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ -Ddevel=false
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2023-08-16 22:32 Matt Turner
0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2023-08-16 22:32 UTC (permalink / raw
To: gentoo-commits
commit: 4bde6f624a00e56e8e1934db0edb0e93ebf9a849
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 22:24:04 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 22:31:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bde6f62
gui-apps/gnome-console: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 -
gui-apps/gnome-console/gnome-console-44.0.ebuild | 53 ------------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index beb37bf3a109..760b6ff8e3b9 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-console-44.0.tar.xz 160764 BLAKE2B db8438cf90ae7d54a359faa6cdda15dfcf4f47ba350d7b62febe71b9ade39b52e2da8883705ef7e31886eca7aa2940a1a9d4813460ef8a04402b829bb21f5ba5 SHA512 c53435f303d1625730174f3ec36c554c2090a5e64796b03642bb2ccc7edc301219f324d929b77dd8b4bfe12553c089103b2b57b6e1062b504b0d0007c2079f28
DIST gnome-console-44.4.tar.xz 160504 BLAKE2B d139108cabe647bf3cda5e30141187f7f579364b26c057f538299b87c08e370ca8f2f5739e8f5abc43a0bdb751751a9576b0165d1099c850772d664643f2dae0 SHA512 3fbd7c16638e829103e2dc517df6d68c7acbaca24f7f2af4a4bfeb79ec79944a98432dbdc778ecefd74fded0a701be179c09af95d099dbad79484d907ab923c6
DIST gnome-console-45.beta.tar.xz 169364 BLAKE2B b0834ce6b1398a0635097e29650ccce8dd0dd814e2efa1cb3d45986269e5491c031ef9c47113919fc26e424b04d2065f8c260befc786d62dc7deee09ee12c0b3 SHA512 1c9c9e34c39084c3182c6b03cee159b8e2a99e75acefc2882074d41fc62580e27acc12293c69b06a2cdb7e800a63b10b629f63d20ba52ce4bb493c1e09ffdaa6
diff --git a/gui-apps/gnome-console/gnome-console-44.0.ebuild b/gui-apps/gnome-console/gnome-console-44.0.ebuild
deleted file mode 100644
index 057838f198a9..000000000000
--- a/gui-apps/gnome-console/gnome-console-44.0.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 gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.72:2
- >=gui-libs/gtk-4.6:4
- >=gui-libs/libadwaita-1.3_rc:1
- >=gui-libs/vte-0.70.0:2.91-gtk4
- gnome-base/libgtop:2=
- >=dev-libs/libpcre2-10.32:0=
- gnome-base/gsettings-desktop-schemas
-
- x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- test? (
- dev-util/desktop-file-utils
- dev-libs/appstream-glib
- )
-"
-
-src_configure() {
- local emesonargs=(
- -Ddevel=false
- $(meson_use test tests)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2023-09-21 1:46 Matt Turner
0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2023-09-21 1:46 UTC (permalink / raw
To: gentoo-commits
commit: bb496163cf157c28767e6e0746661284d1a36f15
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Tue Sep 19 15:30:38 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 01:45:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb496163
gui-apps/gnome-console: Version bump to 45.0-r1
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32953
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
.../gnome-console/gnome-console-45.0-r1.ebuild | 53 ++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
new file mode 100644
index 000000000000..0493159dd6f9
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.76:2
+ >=gui-libs/gtk-4.12.2:4
+ >=gui-libs/libadwaita-1.4_alpha:1
+ >=gui-libs/vte-0.70.0:2.91-gtk4
+ gnome-base/libgtop:2=
+ >=dev-libs/libpcre2-10.32:0=
+ gnome-base/gsettings-desktop-schemas
+
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ test? (
+ dev-util/desktop-file-utils
+ dev-libs/appstream-glib
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ -Ddevel=false
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2023-09-24 9:02 WANG Xuerui
0 siblings, 0 replies; 16+ messages in thread
From: WANG Xuerui @ 2023-09-24 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 042c5da72c8867e04dd105b54e383dccdd39774a
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 08:46:26 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 09:01:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042c5da7
gui-apps/gnome-console: keyword 45.0-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
gui-apps/gnome-console/gnome-console-45.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
index 0493159dd6f9..d0a7a7b2bfde 100644
--- a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
+++ b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~loong"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2023-10-03 7:09 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2023-10-03 7:09 UTC (permalink / raw
To: gentoo-commits
commit: fb8fb1174558461613f663e4f01745523b3caf25
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 07:01:33 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 07:03:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8fb117
gui-apps/gnome-console: keyword 45.0-r1 for ~arm64
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
gui-apps/gnome-console/gnome-console-45.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
index d0a7a7b2bfde..b95d66d5c219 100644
--- a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
+++ b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~loong"
+KEYWORDS="~amd64 ~arm64 ~loong"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2024-02-11 8:09 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-02-11 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 67750dd80db87cf5b5e1cfac74879124239e4f0f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 08:08:28 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 08:08:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67750dd8
gui-apps/gnome-console: Stabilize 45.0-r1 arm64, #920662
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/gnome-console/gnome-console-45.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
index 03e484c70cf8..1fdb3bb91f28 100644
--- a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
+++ b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong"
+KEYWORDS="amd64 arm64 ~loong"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2024-02-11 14:21 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2024-02-11 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 07dacc0d9d74b2213e367e3afdad51f1f69569b0
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 14:18:25 2024 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 14:21:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dacc0d
gui-apps/gnome-console: drop 44.4
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 -
gui-apps/gnome-console/gnome-console-44.4.ebuild | 53 ------------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 16dd059bb3a6..4166a1dd6083 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,2 +1 @@
-DIST gnome-console-44.4.tar.xz 160504 BLAKE2B d139108cabe647bf3cda5e30141187f7f579364b26c057f538299b87c08e370ca8f2f5739e8f5abc43a0bdb751751a9576b0165d1099c850772d664643f2dae0 SHA512 3fbd7c16638e829103e2dc517df6d68c7acbaca24f7f2af4a4bfeb79ec79944a98432dbdc778ecefd74fded0a701be179c09af95d099dbad79484d907ab923c6
DIST gnome-console-45.0.tar.xz 178444 BLAKE2B ca04c31657b19ab1651899c56ff64ffa6d3913935fa5564ba115d83ba6dec50d2b816a47064ab7538aaa07347ebcb1890cc7dcb6e29164f7a36a6e18985e874a SHA512 940f02b8e1b02a680d9c25de59f655243a033883b9e21a183bd40ebe09c1803d6fbbfb45223e9a4ae20401d65e80a2bf0ba28bc7971fe84889176be64062b8d0
diff --git a/gui-apps/gnome-console/gnome-console-44.4.ebuild b/gui-apps/gnome-console/gnome-console-44.4.ebuild
deleted file mode 100644
index 057838f198a9..000000000000
--- a/gui-apps/gnome-console/gnome-console-44.4.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 gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.72:2
- >=gui-libs/gtk-4.6:4
- >=gui-libs/libadwaita-1.3_rc:1
- >=gui-libs/vte-0.70.0:2.91-gtk4
- gnome-base/libgtop:2=
- >=dev-libs/libpcre2-10.32:0=
- gnome-base/gsettings-desktop-schemas
-
- x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- test? (
- dev-util/desktop-file-utils
- dev-libs/appstream-glib
- )
-"
-
-src_configure() {
- local emesonargs=(
- -Ddevel=false
- $(meson_use test tests)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2024-08-09 10:09 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2024-08-09 10:09 UTC (permalink / raw
To: gentoo-commits
commit: bdf9318516cd94e98cc096df8bb83ca0a3ba169b
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Tue Mar 19 02:51:09 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 10:09:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf93185
gui-apps/gnome-console: Bump to 46.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36848
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 +
gui-apps/gnome-console/gnome-console-46.0.ebuild | 53 ++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 4166a1dd6083..092db691a48f 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1 +1,2 @@
DIST gnome-console-45.0.tar.xz 178444 BLAKE2B ca04c31657b19ab1651899c56ff64ffa6d3913935fa5564ba115d83ba6dec50d2b816a47064ab7538aaa07347ebcb1890cc7dcb6e29164f7a36a6e18985e874a SHA512 940f02b8e1b02a680d9c25de59f655243a033883b9e21a183bd40ebe09c1803d6fbbfb45223e9a4ae20401d65e80a2bf0ba28bc7971fe84889176be64062b8d0
+DIST gnome-console-46.0.tar.xz 185424 BLAKE2B 8a30519df47da40578a9cb493ce981518432377bce95f55f41326502d260dd8fdb1302fb1edc38847c51c4a8fb266fb87561a61eb9ebf21711d87ddfc654eafb SHA512 de885b23979278774d0211103b3b15d58c1d0224d59baa2dc8f9ab369b95f5d5fe659b3d2fddd1e10c5406c11b3c56e4c7ec41bb369cb149a5f975404ab98147
diff --git a/gui-apps/gnome-console/gnome-console-46.0.ebuild b/gui-apps/gnome-console/gnome-console-46.0.ebuild
new file mode 100644
index 000000000000..8c9a69b8384e
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-46.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.76:2
+ >=gui-libs/gtk-4.12.2:4
+ >=gui-libs/libadwaita-1.4_alpha:1
+ >=gui-libs/vte-0.75.1:2.91-gtk4
+ gnome-base/libgtop:2=
+ >=dev-libs/libpcre2-10.32:0=
+ gnome-base/gsettings-desktop-schemas
+
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ test? (
+ dev-util/desktop-file-utils
+ dev-libs/appstream-glib
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ -Ddevel=false
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2024-08-09 10:09 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2024-08-09 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 29f9b5974fa4179d56ecbf4e558754a157148972
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 10:06:08 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 10:09:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f9b597
gui-apps/gnome-console: update HOMEPAGE
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-apps/gnome-console/gnome-console-46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gnome-console/gnome-console-46.0.ebuild b/gui-apps/gnome-console/gnome-console-46.0.ebuild
index 8c9a69b8384e..eff7652daf7e 100644
--- a/gui-apps/gnome-console/gnome-console-46.0.ebuild
+++ b/gui-apps/gnome-console/gnome-console-46.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit gnome.org gnome2-utils meson xdg
DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
+HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console"
LICENSE="LGPL-3+"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2024-12-20 20:37 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-12-20 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 1feb03bdfd8f9101afcd018572dd3eaf494c5bd0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 20:34:31 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 20:36:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1feb03bd
gui-apps/gnome-console: Stabilize 46.0 arm64, #946484
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/gnome-console/gnome-console-46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/gnome-console/gnome-console-46.0.ebuild b/gui-apps/gnome-console/gnome-console-46.0.ebuild
index 67b92e2895b2..7726386b496a 100644
--- a/gui-apps/gnome-console/gnome-console-46.0.ebuild
+++ b/gui-apps/gnome-console/gnome-console-46.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong"
+KEYWORDS="amd64 arm64 ~loong"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2025-01-26 15:01 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2025-01-26 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 57b37c4d531adda05af7dafd17ac860c20e879a6
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 12:50:00 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 15:00:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b37c4d
gui-apps/gnome-console: Fix dependencies
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-apps/gnome-console/gnome-console-47.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/gnome-console/gnome-console-47.1.ebuild b/gui-apps/gnome-console/gnome-console-47.1.ebuild
index c286ea230362..99014f3e3231 100644
--- a/gui-apps/gnome-console/gnome-console-47.1.ebuild
+++ b/gui-apps/gnome-console/gnome-console-47.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.80:2
>=gui-libs/gtk-4.14:4
- >=gui-libs/libadwaita-1.6_rc:1
+ >=gui-libs/libadwaita-1.6:1
>=gui-libs/vte-0.77.0:2.91-gtk4
gnome-base/libgtop:2=
>=dev-libs/libpcre2-10.32:0=
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2025-01-26 15:01 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2025-01-26 15:01 UTC (permalink / raw
To: gentoo-commits
commit: a8764132c91f7e81533188f1bbf4c88fb3a82cd7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 12:50:24 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 15:00:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8764132
gui-apps/gnome-console: drop 45.0-r1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 -
.../gnome-console/gnome-console-45.0-r1.ebuild | 53 ----------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index d6d4899fc759..83ef3990242a 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-console-45.0.tar.xz 178444 BLAKE2B ca04c31657b19ab1651899c56ff64ffa6d3913935fa5564ba115d83ba6dec50d2b816a47064ab7538aaa07347ebcb1890cc7dcb6e29164f7a36a6e18985e874a SHA512 940f02b8e1b02a680d9c25de59f655243a033883b9e21a183bd40ebe09c1803d6fbbfb45223e9a4ae20401d65e80a2bf0ba28bc7971fe84889176be64062b8d0
DIST gnome-console-46.0.tar.xz 185424 BLAKE2B 8a30519df47da40578a9cb493ce981518432377bce95f55f41326502d260dd8fdb1302fb1edc38847c51c4a8fb266fb87561a61eb9ebf21711d87ddfc654eafb SHA512 de885b23979278774d0211103b3b15d58c1d0224d59baa2dc8f9ab369b95f5d5fe659b3d2fddd1e10c5406c11b3c56e4c7ec41bb369cb149a5f975404ab98147
DIST gnome-console-47.1.tar.xz 198180 BLAKE2B 4a16c6566d937cca1efcb5426a666734a4ecfccb9943c49889d0e4ee25f5083f785345c3ec4d8d7a64e741c74a1a228a952363c2c91c2af29f6278c57bded183 SHA512 ad3f7dbd5b84ed61ff9441337148f5fe0cf7948b78de1230b13d47f97e2c7bf5f39bc60953e9ef2e2e341f0b052598ba865711c924cfbeae9e6cee983a953bc8
diff --git a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild b/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
deleted file mode 100644
index 1fdb3bb91f28..000000000000
--- a/gui-apps/gnome-console/gnome-console-45.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/console"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.76:2
- >=gui-libs/gtk-4.12.2:4
- >=gui-libs/libadwaita-1.4_alpha:1
- >=gui-libs/vte-0.70.0:2.91-gtk4
- gnome-base/libgtop:2=
- >=dev-libs/libpcre2-10.32:0=
- gnome-base/gsettings-desktop-schemas
-
- x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- test? (
- dev-util/desktop-file-utils
- dev-libs/appstream-glib
- )
-"
-
-src_configure() {
- local emesonargs=(
- -Ddevel=false
- $(meson_use test tests)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/
@ 2025-01-26 15:01 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2025-01-26 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 824c87096f4e3e32fa0be693c47056fad1c37229
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Mon Sep 2 01:39:58 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 15:00:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824c8709
gui-apps/gnome-console: Bump to 47.1
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38663
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-apps/gnome-console/Manifest | 1 +
gui-apps/gnome-console/gnome-console-47.1.ebuild | 53 ++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 092db691a48f..d6d4899fc759 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,2 +1,3 @@
DIST gnome-console-45.0.tar.xz 178444 BLAKE2B ca04c31657b19ab1651899c56ff64ffa6d3913935fa5564ba115d83ba6dec50d2b816a47064ab7538aaa07347ebcb1890cc7dcb6e29164f7a36a6e18985e874a SHA512 940f02b8e1b02a680d9c25de59f655243a033883b9e21a183bd40ebe09c1803d6fbbfb45223e9a4ae20401d65e80a2bf0ba28bc7971fe84889176be64062b8d0
DIST gnome-console-46.0.tar.xz 185424 BLAKE2B 8a30519df47da40578a9cb493ce981518432377bce95f55f41326502d260dd8fdb1302fb1edc38847c51c4a8fb266fb87561a61eb9ebf21711d87ddfc654eafb SHA512 de885b23979278774d0211103b3b15d58c1d0224d59baa2dc8f9ab369b95f5d5fe659b3d2fddd1e10c5406c11b3c56e4c7ec41bb369cb149a5f975404ab98147
+DIST gnome-console-47.1.tar.xz 198180 BLAKE2B 4a16c6566d937cca1efcb5426a666734a4ecfccb9943c49889d0e4ee25f5083f785345c3ec4d8d7a64e741c74a1a228a952363c2c91c2af29f6278c57bded183 SHA512 ad3f7dbd5b84ed61ff9441337148f5fe0cf7948b78de1230b13d47f97e2c7bf5f39bc60953e9ef2e2e341f0b052598ba865711c924cfbeae9e6cee983a953bc8
diff --git a/gui-apps/gnome-console/gnome-console-47.1.ebuild b/gui-apps/gnome-console/gnome-console-47.1.ebuild
new file mode 100644
index 000000000000..c286ea230362
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-47.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
+HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.80:2
+ >=gui-libs/gtk-4.14:4
+ >=gui-libs/libadwaita-1.6_rc:1
+ >=gui-libs/vte-0.77.0:2.91-gtk4
+ gnome-base/libgtop:2=
+ >=dev-libs/libpcre2-10.32:0=
+ gnome-base/gsettings-desktop-schemas
+
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ test? (
+ dev-util/desktop-file-utils
+ dev-libs/appstream-glib
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ -Ddevel=false
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2025-01-26 15:01 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 1:46 [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2025-01-26 15:01 Pacho Ramos
2025-01-26 15:01 Pacho Ramos
2025-01-26 15:01 Pacho Ramos
2024-12-20 20:37 Arthur Zamarin
2024-08-09 10:09 Pacho Ramos
2024-08-09 10:09 Pacho Ramos
2024-02-11 14:21 Mart Raudsepp
2024-02-11 8:09 Arthur Zamarin
2023-10-03 7:09 Mart Raudsepp
2023-09-24 9:02 WANG Xuerui
2023-08-16 22:32 Matt Turner
2023-08-08 14:27 Matt Turner
2023-03-20 2:29 Matt Turner
2022-10-30 23:21 Matt Turner
2022-10-08 3:11 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox