commit:     598d21d1cb918b861df8562c3bd27834ba41a6e7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 17:51:06 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 19:28:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598d21d1

gnome-extra/gnome-characters: Version bump to 43.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-characters/Manifest              |  1 +
 .../gnome-characters/gnome-characters-43.1.ebuild  | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/gnome-extra/gnome-characters/Manifest 
b/gnome-extra/gnome-characters/Manifest
index 3d9440c234a0..0cd98d1ebfda 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1 +1,2 @@
 DIST gnome-characters-43.0.tar.xz 582892 BLAKE2B 
20ee1a5f12242797c2c12a0ed32d809210f059dc40d986eab754e966b40625eb90544fc494867969ca426f4b0891a378a22ace52d0a1bd641c803bdd75d4c4c2
 SHA512 
0bb86c7763b4930695f089a65723873ec736d78fd04b56cd54fa5785c62271e3490413232c6ebd27171855f125cd1732e7357ca819227f128efed057c1c8a8c4
+DIST gnome-characters-43.1.tar.xz 584444 BLAKE2B 
6920bd10fe794143b4ff8920c0c81fce2649493d827201f4e47c46a3defb3fd8cadafdd9c7eacc35be7a9978b3d9047f64c5318c2582d3d87de6e1afe5bfbd66
 SHA512 
75fb25b7d6c2984a0d59887e0c408c0dc210061fa1e0cedbffefd8ef8b4b610a7db1c248926a5b6473fc0f806937e953e9e72a39b2a880c4871399226f3a77f4

diff --git a/gnome-extra/gnome-characters/gnome-characters-43.1.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-43.1.ebuild
new file mode 100644
index 000000000000..7d12676ca9a8
--- /dev/null
+++ b/gnome-extra/gnome-characters/gnome-characters-43.1.ebuild
@@ -0,0 +1,42 @@
+# 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="Unicode character map viewer and library"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap";
+
+LICENSE="GPL-2+ BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-libs/gjs-1.50
+       >=dev-libs/glib-2.32:2
+       >=dev-libs/gobject-introspection-1.35.9:=
+       >=dev-libs/libunistring-0.9.5:=
+       >=gui-libs/gtk-4.6:4[introspection]
+       >=gui-libs/libadwaita-1.2:1=
+       x11-libs/gdk-pixbuf:2
+       >=x11-libs/pango-1.36[introspection]
+       gnome-base/gnome-desktop:3[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-libs/libxml2:2
+       dev-util/glib-utils
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to