40 lines
992 B
Bash
40 lines
992 B
Bash
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
|
# Based on gnome-characters-3.30.0.ebuild Copyright 1999-2018 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require gnome.org [ suffix=tar.xz ]
|
|
require freedesktop-desktop gsettings gtk-icon-cache
|
|
require meson vala [ vala_dep=true ]
|
|
|
|
SUMMARY="Unicode character map viewer and library"
|
|
|
|
LICENCES="BSD-3"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64 ~x86"
|
|
MYOPTIONS=""
|
|
|
|
DEPENDENCIES="
|
|
build:
|
|
dev-libs/appstream-glib
|
|
dev-libs/libxml2:2.0
|
|
sys-devel/gettext[>=0.19.8]
|
|
virtual/pkg-config
|
|
build+run:
|
|
gnome-bindings/gjs[>=1.43.3]
|
|
dev-libs/glib:2[>=2.32]
|
|
gnome-desktop/gobject-introspection:=[>=1.35.9]
|
|
dev-libs/libunistring[>=0.9.5]
|
|
x11-libs/gtk+:3[gobject-introspection][>=3.20]
|
|
x11-libs/gdk-pixbuf:2.0
|
|
x11-libs/pango[gobject-introspection][>=1.36]
|
|
"
|
|
|
|
pkg_postinst() {
|
|
gsettings_pkg_postinst
|
|
gtk-icon-cache_pkg_postinst
|
|
}
|
|
|
|
pkg_postrm() {
|
|
gsettings_pkg_postrm
|
|
gtk-icon-cache_pkg_postrm
|
|
}
|