diff options
author | Guillermo Joandet <gjoandet@gmail.com> | 2023-03-13 16:01:02 -0300 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-13 17:20:06 -0400 |
commit | 177aa0272fa99c01a0cc5591ec9e8050bec18367 (patch) | |
tree | 3ffb7fda36f50db4991238f3b100434e911ca19a | |
parent | gnome-extra/gnome-calculator: Version bump to 44_rc (diff) | |
download | gentoo-177aa0272fa99c01a0cc5591ec9e8050bec18367.tar.gz gentoo-177aa0272fa99c01a0cc5591ec9e8050bec18367.tar.bz2 gentoo-177aa0272fa99c01a0cc5591ec9e8050bec18367.zip |
gnome-extra/gnome-characters: Version bump to 44_rc
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30098
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | gnome-extra/gnome-characters/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-characters/gnome-characters-44_rc.ebuild | 44 | ||||
-rw-r--r-- | profiles/package.mask | 1 |
3 files changed, 46 insertions, 0 deletions
diff --git a/gnome-extra/gnome-characters/Manifest b/gnome-extra/gnome-characters/Manifest index 3735f6ad04bf..bdef540d19f0 100644 --- a/gnome-extra/gnome-characters/Manifest +++ b/gnome-extra/gnome-characters/Manifest @@ -1 +1,2 @@ DIST gnome-characters-43.1.tar.xz 584444 BLAKE2B 6920bd10fe794143b4ff8920c0c81fce2649493d827201f4e47c46a3defb3fd8cadafdd9c7eacc35be7a9978b3d9047f64c5318c2582d3d87de6e1afe5bfbd66 SHA512 75fb25b7d6c2984a0d59887e0c408c0dc210061fa1e0cedbffefd8ef8b4b610a7db1c248926a5b6473fc0f806937e953e9e72a39b2a880c4871399226f3a77f4 +DIST gnome-characters-44.rc.tar.xz 586420 BLAKE2B e9afdc092ce858db9786adfed01175b40cb7d8ea4f38f09008be7f3e35bad287a46f65678076a58c82c3655578d92ce29c7b7c2b901197a19db9f9b50c584e9e SHA512 84b2287889ba1087ac2c7156419df898fd0f6a52bb6d7716c918fa6f17b9d7e10b3f053cae8610f7e8d5ef2e4a144a620bc1aa393bf68fe7200b77edc7c38934 diff --git a/gnome-extra/gnome-characters/gnome-characters-44_rc.ebuild b/gnome-extra/gnome-characters/gnome-characters-44_rc.ebuild new file mode 100644 index 000000000000..274a91040c9f --- /dev/null +++ b/gnome-extra/gnome-characters/gnome-characters-44_rc.ebuild @@ -0,0 +1,44 @@ +# 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="Unicode character map viewer and library" +HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap" +SRC_URI="https://download.gnome.org/sources/${PN}/44/${PN}-44.rc.tar.xz" +S="${WORKDIR}/${PN}-44.rc" + +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 +} diff --git a/profiles/package.mask b/profiles/package.mask index 4abef8c91937..7981d460a2ca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -55,6 +55,7 @@ dev-ruby/net-http-persistent:3 >=gnome-base/gnome-shell-44_rc >=gnome-base/nautilus-44_rc >=gnome-extra/gnome-calculator-44_rc +>=gnome-extra/gnome-characters-44_rc >=gnome-extra/gnome-shell-extensions-44_rc >=gui-apps/gnome-console-44_beta >=gui-libs/libadwaita-1.3_rc |