summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Joandet <gjoandet@gmail.com>2023-07-04 21:19:48 -0300
committerMatt Turner <mattst88@gentoo.org>2023-07-07 23:46:41 -0400
commit1edce81e0c48585a9a91cb03655b41c432968f6a (patch)
treef6662c4bb2d07b74216b73b8a4afeaa03a9ce45e /media-gfx
parentsys-apps/baobab: Version bump to 45_alpha (diff)
downloadgentoo-1edce81e0c48585a9a91cb03655b41c432968f6a.tar.gz
gentoo-1edce81e0c48585a9a91cb03655b41c432968f6a.tar.bz2
gentoo-1edce81e0c48585a9a91cb03655b41c432968f6a.zip
media-gfx/gnome-font-viewer: Version bump to 45_alpha
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31746 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gnome-font-viewer/Manifest1
-rw-r--r--media-gfx/gnome-font-viewer/gnome-font-viewer-45_alpha.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/media-gfx/gnome-font-viewer/Manifest b/media-gfx/gnome-font-viewer/Manifest
index 2d6b045865ac..6a13952cb57e 100644
--- a/media-gfx/gnome-font-viewer/Manifest
+++ b/media-gfx/gnome-font-viewer/Manifest
@@ -1 +1,2 @@
DIST gnome-font-viewer-44.0.tar.xz 299644 BLAKE2B 9eceda601332601a3918331c0b4dae1f588ec88d9c28323694291f22e9add115ccfd70ef8c2d3b1a410bcf7c7443810abdb58a156927c235fb895412dea54213 SHA512 f2da77fadbd76eaaf661cb518043ebad6f964a90f1cede5b58160a3aa08a0fe42a9972bc4871725dc7ae16eb4199329ef2ea08734b8017306e61341e51c37bea
+DIST gnome-font-viewer-45.alpha.tar.xz 300188 BLAKE2B dde514abf5fdca8e95bf41ec6dbf2d13e038dbcd242de87a04afc85f43a36713566c60623c345765e62f31b2e911fe9631390c5ffc9457ccd4e333ccd837b149 SHA512 f906086f52989fc26775fa025618f01f3653d4360f3c59f270cd40747bef1164f31688772712e49fcbf280cc3776cdbac6e5833bb080a6c855286caf812e6e78
diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-45_alpha.ebuild b/media-gfx/gnome-font-viewer/gnome-font-viewer-45_alpha.ebuild
new file mode 100644
index 000000000000..6978d4a2b45c
--- /dev/null
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-45_alpha.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson xdg
+
+DESCRIPTION="Font viewer utility for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+ >=dev-libs/glib-2.56.0:2
+ >=gui-libs/gtk-4.5.0:4
+ >=gui-libs/libadwaita-1.4_alpha:1
+ >=media-libs/harfbuzz-0.9.9:=
+ media-libs/fontconfig:1.0
+ media-libs/freetype:2
+ gnome-base/gnome-desktop:4=
+ dev-libs/fribidi
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/appstream-glib
+ dev-libs/libxml2:2
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"