add gnome-desktop/gnome-characters
This commit is contained in:
parent
e437f8c29b
commit
a391aaba27
2 changed files with 40 additions and 1 deletions
|
@ -3,4 +3,3 @@ eapi_when_unknown = exheres-0
|
|||
eapi_when_unspecified = exheres-0
|
||||
profile_eapi_when_unspecified = exheres-0
|
||||
masters = arbor x11
|
||||
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue