version bump app-misc/font-manager-0.9.4
copied from https://github.com/PF4Public/gentoo-overlay
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST font-manager-0.8.8.tar.gz 3284114 BLAKE2B 3d00c048541e98114f2d7fb11f8e8cfabe98b6b0fcc2bab93b0e3917419d2871a566d9798b68b728f4165f9741502e41c489e9bfb55d42f896092a8b78abbd89 SHA512 0849a8988ee3d1c9f34198b25ab14115747ca5cb825f2b48f26d542e20fff7f6583d24c3946e6fc97ca08f44d100a6aa8a10dd8662d90b94c3923341ff2cc3ff
|
DIST font-manager-0.9.4.tar.gz 4145891 BLAKE2B a914e9862d62dd31ae371dd3ae814fbf00ac41b875c5b1f6405e2906175ea9306ce3789d97d247da918bac0207009c60224003e8f9f9899f29a9530779c8d9f6 SHA512 b923a2cb5478f096b3071650657e66c52814a8938b43cf23eb429d6f12dbc243a3200e903113b5acfe83b8284255b3e3ee243cb93f9597da44d08b08360322ba
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
EMESON_BUILDTYPE=release
|
||||||
|
|
||||||
inherit gnome2 meson vala
|
inherit gnome2 meson vala
|
||||||
|
|
||||||
@@ -17,44 +18,48 @@ fi
|
|||||||
DESCRIPTION="A simple font management application for Gtk+ Desktop Environments"
|
DESCRIPTION="A simple font management application for Gtk+ Desktop Environments"
|
||||||
HOMEPAGE="https://fontmanager.github.io"
|
HOMEPAGE="https://fontmanager.github.io"
|
||||||
|
|
||||||
VALA_MIN_API_VERSION=0.44
|
VALA_MIN_API_VERSION=0.56
|
||||||
VALA_USE_DEPEND="vapigen"
|
VALA_USE_DEPEND="vapigen"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc gnome-search-provider +manager nautilus nemo reproducible thunar +viewer +nls google-webfonts"
|
IUSE="adwaita doc gnome-search-provider google-fonts +manager nautilus nemo reproducible thunar +viewer +nls"
|
||||||
|
|
||||||
RDEPEND="gnome-base/gnome-common
|
RDEPEND="gnome-base/gnome-common
|
||||||
>=dev-db/sqlite-3.8
|
>=dev-db/sqlite-3.35
|
||||||
>=dev-libs/json-glib-0.15
|
>=dev-libs/json-glib-0.15
|
||||||
>=dev-libs/libxml2-2.9
|
>=dev-libs/libxml2-2.9
|
||||||
>=media-libs/fontconfig-2.1
|
>=gui-libs/gtk-4.12
|
||||||
>=media-libs/freetype-2.5
|
>=media-libs/fontconfig-2.12
|
||||||
>=net-libs/libsoup-2.62
|
>=media-libs/freetype-2.10
|
||||||
>=net-libs/webkit-gtk-2.24
|
|
||||||
>=x11-libs/gtk+-3.22
|
|
||||||
>=x11-libs/pango-1.4
|
>=x11-libs/pango-1.4
|
||||||
|
adwaita? ( gui-libs/libadwaita )
|
||||||
|
google-fonts? (
|
||||||
|
>=net-libs/libsoup-3.2
|
||||||
|
net-libs/webkit-gtk:6
|
||||||
|
)
|
||||||
nautilus? ( gnome-base/nautilus )
|
nautilus? ( gnome-base/nautilus )
|
||||||
nemo? ( gnome-extra/nemo )
|
nemo? ( gnome-extra/nemo )
|
||||||
thunar? ( xfce-base/thunar )
|
thunar? ( xfce-base/thunar )
|
||||||
google-webfonts? ( >=net-libs/webkit-gtk-2.24
|
|
||||||
>=net-libs/libsoup-2.62
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
$(vala_depend)
|
$(vala_depend)
|
||||||
doc? ( app-text/yelp-tools )
|
doc? (
|
||||||
|
app-text/yelp-tools
|
||||||
|
dev-util/gtk-doc
|
||||||
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
vala_src_prepare
|
vala_setup
|
||||||
gnome2_src_prepare
|
gnome2_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
meson_src_configure \
|
meson_src_configure \
|
||||||
|
$(meson_use adwaita) \
|
||||||
$(meson_use manager) \
|
$(meson_use manager) \
|
||||||
$(meson_use viewer) \
|
$(meson_use viewer) \
|
||||||
$(meson_use reproducible) \
|
$(meson_use reproducible) \
|
||||||
@@ -62,8 +67,8 @@ src_configure() {
|
|||||||
$(meson_use nemo) \
|
$(meson_use nemo) \
|
||||||
$(meson_use thunar) \
|
$(meson_use thunar) \
|
||||||
$(meson_use gnome-search-provider search-provider) \
|
$(meson_use gnome-search-provider search-provider) \
|
||||||
|
$(meson_use google-fonts webkit) \
|
||||||
$(meson_use nls enable-nls) \
|
$(meson_use nls enable-nls) \
|
||||||
$(meson_use doc yelp-doc) \
|
$(meson_use doc yelp-doc) \
|
||||||
$(meson_use doc gtk-doc) \
|
$(meson_use doc gtk-doc)
|
||||||
--buildtype=release
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user