forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-gfx/gnome-font-viewer: Version bump to 44_rc
Signed-off-by: Guillermo Joandet <[email protected]> Closes: gentoo#30113 Signed-off-by: Matt Turner <[email protected]>
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST gnome-font-viewer-41.0.tar.xz 179672 BLAKE2B ce9e91b319ccf2e099cd30cf13e407270775950321e2bea69703050b5797ed879320939d260aba175f3ed6f5719e23f5628c6501f362c3e367ca5ddf70902037 SHA512 09d9ddcdd18fd0023dff46e7197988473119e0d753b7814fdca0116c6831a93146301dd56ee77546121c573c8d93801b5d8fed0c46da47052e31749058c21d50 | ||
DIST gnome-font-viewer-43.0.tar.xz 291800 BLAKE2B 8d47eed603a932c47ccbd88f75b87e3df6850b89854b30ce1b75979867f5a75c8db97387833f118fc27e8f6c54c838523d6ab7f72813b9040d9100a3f46760ca SHA512 9d93cee4e62802640722294a0db7b5947d417e393a95aca9017b9904708037fbf353e35d891181c8acdb5615ed9c20ec03c26b197bb982196122bf9cb0a37fd5 | ||
DIST gnome-font-viewer-44.rc.tar.xz 299360 BLAKE2B c627b79623caa8d1fac031cafdc31d9ffc0b9af4f15e4b14b10c5bcbaf5fc0c3f80ed65bd4d8fd336109162f5e0cb5b0131db18b2c6fdc9512560965490fee5c SHA512 2a20e3d46f43a787b32668c84f191de91c69e20536f0f603aee0453989ca8cfeb5d8309b5c98a6a8af38018bf024fe1bbb5636b4d2bb5fc301f19db11c7fc5af |
32 changes: 32 additions & 0 deletions
32
media-gfx/gnome-font-viewer/gnome-font-viewer-44_rc.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# 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" | ||
SRC_URI="https://download.gnome.org/sources/${PN}/44/${PN}-44.rc.tar.xz" | ||
S="${WORKDIR}/${PN}-44.rc" | ||
|
||
LICENSE="GPL-2+ LGPL-2.1+" | ||
SLOT="0" | ||
KEYWORDS="~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.2.0: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 | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters